Class CIMIndicationHandler
java.lang.Object
org.sblim.cimclient.internal.http.HttpContentHandler
org.sblim.cimclient.internal.wbem.indications.CIMIndicationHandler
Handles the HTTP connections, providing the necessary interfaces for
CIMListener server.
-
Constructor Summary
ConstructorsConstructorDescriptionCIMIndicationHandler
(CIMEventDispatcher pDispatcher) Ctor.CIMIndicationHandler
(CIMEventDispatcher pDispatcher, WBEMConfiguration pProperties) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Closes the handlerprotected void
finalize()
int
getMsgID()
getMsgIDvoid
handleContent
(MessageReader pReader, MessageWriter pWriter, InetAddress pInetAddress, String pLocalAddress) Handles the content of a given connection
-
Constructor Details
-
CIMIndicationHandler
Ctor.- Parameters:
pDispatcher
-
-
CIMIndicationHandler
Ctor.- Parameters:
pDispatcher
-pProperties
-
-
-
Method Details
-
finalize
-
close
public void close()Description copied from class:HttpContentHandler
Closes the handler- Specified by:
close
in classHttpContentHandler
-
getMsgID
public int getMsgID()getMsgID- Returns:
- int
-
handleContent
public void handleContent(MessageReader pReader, MessageWriter pWriter, InetAddress pInetAddress, String pLocalAddress) throws HttpException, IOException Description copied from class:HttpContentHandler
Handles the content of a given connection- Specified by:
handleContent
in classHttpContentHandler
- Parameters:
pReader
- The reader of the connectionpWriter
- The writer of the connectionpInetAddress
- The remote network addresspLocalAddress
- The local network address- Throws:
HttpException
IOException
-