Class CIMIndicationHandler
- java.lang.Object
-
- org.sblim.wbem.http.HttpContentHandler
-
- org.sblim.wbem.client.indications.CIMIndicationHandler
-
public class CIMIndicationHandler extends HttpContentHandler
Handles the HTTP connections, providing the necesary interfaces for CIMListener server.
-
-
Constructor Summary
Constructors Constructor Description CIMIndicationHandler(CIMEventDispatcher pDispatcher)
CIMIndicationHandler(CIMEventDispatcher pDispatcher, SessionProperties pProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
int
getMsgID()
void
handleContent(MessageReader pReader, MessageWriter pWriter, java.net.InetAddress pInetAddress)
-
-
-
Constructor Detail
-
CIMIndicationHandler
public CIMIndicationHandler(CIMEventDispatcher pDispatcher)
-
CIMIndicationHandler
public CIMIndicationHandler(CIMEventDispatcher pDispatcher, SessionProperties pProperties)
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in classHttpContentHandler
-
getMsgID
public int getMsgID()
-
handleContent
public void handleContent(MessageReader pReader, MessageWriter pWriter, java.net.InetAddress pInetAddress) throws HttpException, java.io.IOException
- Specified by:
handleContent
in classHttpContentHandler
- Throws:
HttpException
java.io.IOException
-
-