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 TypeMethodDescriptionvoidclose()intgetMsgID()voidhandleContent(MessageReader pReader, MessageWriter pWriter, InetAddress pInetAddress)
-
Constructor Details
-
CIMIndicationHandler
-
CIMIndicationHandler
-
-
Method Details
-
close
public void close()- Specified by:
closein classHttpContentHandler
-
getMsgID
public int getMsgID() -
handleContent
public void handleContent(MessageReader pReader, MessageWriter pWriter, InetAddress pInetAddress) throws HttpException, IOException - Specified by:
handleContentin classHttpContentHandler- Throws:
HttpExceptionIOException
-