|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.http.HttpContentHandler
org.sblim.cimclient.internal.wbem.indications.CIMIndicationHandler
public class CIMIndicationHandler
Handles the HTTP connections, providing the necessary interfaces for CIMListener server.
Constructor Summary | |
---|---|
CIMIndicationHandler(CIMEventDispatcher pDispatcher)
Ctor. |
|
CIMIndicationHandler(CIMEventDispatcher pDispatcher,
WBEMConfiguration pProperties)
Ctor. |
Method Summary | |
---|---|
void |
close()
Closes the handler |
int |
getMsgID()
getMsgID |
void |
handleContent(MessageReader pReader,
MessageWriter pWriter,
java.net.InetAddress pInetAddress,
java.lang.String pLocalAddress)
Handles the content of a given connection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CIMIndicationHandler(CIMEventDispatcher pDispatcher)
pDispatcher
- public CIMIndicationHandler(CIMEventDispatcher pDispatcher, WBEMConfiguration pProperties)
pDispatcher
- pProperties
- Method Detail |
---|
public void close()
HttpContentHandler
close
in class HttpContentHandler
public int getMsgID()
public void handleContent(MessageReader pReader, MessageWriter pWriter, java.net.InetAddress pInetAddress, java.lang.String pLocalAddress) throws HttpException, java.io.IOException
HttpContentHandler
handleContent
in class HttpContentHandler
pReader
- The reader of the connectionpWriter
- The writer of the connectionpInetAddress
- The remote network addresspLocalAddress
- The local network address
HttpException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |