org.sblim.cimclient.internal.http
public abstract class HttpContentHandler extends Object
Constructor and Description |
---|
HttpContentHandler() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close()
Closes the handler
|
abstract void |
handleContent(MessageReader pMessageReader,
MessageWriter pMessageWriter,
InetAddress pInetAdress)
Handles the content of a given connection
|
public abstract void handleContent(MessageReader pMessageReader, MessageWriter pMessageWriter, InetAddress pInetAdress) throws HttpException, IOException
pMessageReader
- The reader of the connectionpMessageWriter
- The writer of the connectionpInetAdress
- The network addressHttpException
IOException
public abstract void close()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.