CIMIndicationHandler
public abstract class HttpContentHandler
extends java.lang.Object
Constructor | Description |
---|---|
HttpContentHandler() |
Modifier and Type | Method | Description |
---|---|---|
abstract void |
close() |
Closes the handler
|
abstract void |
handleContent(MessageReader pMessageReader,
MessageWriter pMessageWriter,
java.net.InetAddress pInetAddress,
java.lang.String pLocalAddress) |
Handles the content of a given connection
|
public abstract void handleContent(MessageReader pMessageReader, MessageWriter pMessageWriter, java.net.InetAddress pInetAddress, java.lang.String pLocalAddress) throws HttpException, java.io.IOException
pMessageReader
- The reader of the connectionpMessageWriter
- The writer of the connectionpInetAddress
- The remote network addresspLocalAddress
- The local network addressHttpException
java.io.IOException
public abstract void close()
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.