Class CIMIndicationHandler

java.lang.Object
org.sblim.cimclient.internal.http.HttpContentHandler
org.sblim.cimclient.internal.wbem.indications.CIMIndicationHandler

public class CIMIndicationHandler extends HttpContentHandler
Handles the HTTP connections, providing the necessary interfaces for CIMListener server.
  • Constructor Details

    • CIMIndicationHandler

      public CIMIndicationHandler(CIMEventDispatcher pDispatcher)
      Ctor.
      Parameters:
      pDispatcher -
    • CIMIndicationHandler

      public CIMIndicationHandler(CIMEventDispatcher pDispatcher, WBEMConfiguration pProperties)
      Ctor.
      Parameters:
      pDispatcher -
      pProperties -
  • Method Details

    • finalize

      protected void finalize() throws java.lang.Throwable
      Overrides:
      finalize in class java.lang.Object
      Throws:
      java.lang.Throwable
    • close

      public void close()
      Description copied from class: HttpContentHandler
      Closes the handler
      Specified by:
      close in class HttpContentHandler
    • getMsgID

      public int getMsgID()
      getMsgID
      Returns:
      int
    • handleContent

      public void handleContent(MessageReader pReader, MessageWriter pWriter, java.net.InetAddress pInetAddress, java.lang.String pLocalAddress) throws HttpException, java.io.IOException
      Description copied from class: HttpContentHandler
      Handles the content of a given connection
      Specified by:
      handleContent in class HttpContentHandler
      Parameters:
      pReader - The reader of the connection
      pWriter - The writer of the connection
      pInetAddress - The remote network address
      pLocalAddress - The local network address
      Throws:
      HttpException
      java.io.IOException