Class CIMIndicationHandler
java.lang.Object
org.sblim.wbem.http.HttpContentHandler
org.sblim.wbem.client.indications.CIMIndicationHandler
Handles the HTTP connections, providing the necesary interfaces for
CIMListener server.
-
Constructor Summary
ConstructorsConstructorDescriptionCIMIndicationHandler
(CIMEventDispatcher pDispatcher) CIMIndicationHandler
(CIMEventDispatcher pDispatcher, SessionProperties pProperties) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
int
getMsgID()
void
handleContent
(MessageReader pReader, MessageWriter pWriter, InetAddress pInetAddress)
-
Constructor Details
-
CIMIndicationHandler
-
CIMIndicationHandler
-
-
Method Details
-
close
public void close()- Specified by:
close
in classHttpContentHandler
-
getMsgID
public int getMsgID() -
handleContent
public void handleContent(MessageReader pReader, MessageWriter pWriter, InetAddress pInetAddress) throws HttpException, IOException - Specified by:
handleContent
in classHttpContentHandler
- Throws:
HttpException
IOException
-