|
||||||||||
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 |
protected void |
finalize()
|
int |
getMsgID()
getMsgID |
void |
handleContent(MessageReader pReader,
MessageWriter pWriter,
InetAddress pInetAddress,
String pLocalAddress)
Handles the content of a given connection |
Methods inherited from class java.lang.Object |
---|
clone, equals, 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 |
---|
protected void finalize() throws Throwable
finalize
in class Object
Throwable
public void close()
HttpContentHandler
close
in class HttpContentHandler
public int getMsgID()
public void handleContent(MessageReader pReader, MessageWriter pWriter, InetAddress pInetAddress, String pLocalAddress) throws HttpException, 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
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |