org.sblim.cimclient.internal.http
public abstract class HttpContentHandler extends Object
Method Summary | |
---|---|
abstract void | close()
Closes the handler |
abstract void | handleContent(MessageReader pMessageReader, MessageWriter pMessageWriter, InetAddress pInetAdress)
Handles the content of a given connection
|
Parameters: pMessageReader The reader of the connection pMessageWriter The writer of the connection pInetAdress The network address
Throws: HttpException IOException