public class CIMIndicationHandler extends HttpContentHandler
Constructor | Description |
---|---|
CIMIndicationHandler(CIMEventDispatcher pDispatcher) |
Ctor.
|
CIMIndicationHandler(CIMEventDispatcher pDispatcher,
WBEMConfiguration pProperties) |
Ctor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
Closes the handler
|
protected void |
finalize() |
|
int |
getMsgID() |
getMsgID
|
void |
handleContent(MessageReader pReader,
MessageWriter pWriter,
java.net.InetAddress pInetAddress,
java.lang.String pLocalAddress) |
Handles the content of a given connection
|
public CIMIndicationHandler(CIMEventDispatcher pDispatcher)
pDispatcher
- public CIMIndicationHandler(CIMEventDispatcher pDispatcher, WBEMConfiguration pProperties)
pDispatcher
- pProperties
- protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
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 addressHttpException
java.io.IOException
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.