Class HttpContentHandler
java.lang.Object
org.sblim.cimclient.internal.http.HttpContentHandler
- Direct Known Subclasses:
CIMIndicationHandler
Class HttpContentHandler is responsible for handling the content of an http
connection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()Closes the handlerabstract voidhandleContent(MessageReader pMessageReader, MessageWriter pMessageWriter, InetAddress pInetAddress, String pLocalAddress) Handles the content of a given connection
-
Constructor Details
-
HttpContentHandler
public HttpContentHandler()
-
-
Method Details
-
handleContent
public abstract void handleContent(MessageReader pMessageReader, MessageWriter pMessageWriter, InetAddress pInetAddress, String pLocalAddress) throws HttpException, IOException Handles the content of a given connection- Parameters:
pMessageReader- The reader of the connectionpMessageWriter- The writer of the connectionpInetAddress- The remote network addresspLocalAddress- The local network address- Throws:
HttpExceptionIOException
-
close
public abstract void close()Closes the handler
-