Class HttpContentHandler

java.lang.Object
org.sblim.cimclient.internal.http.HttpContentHandler
Direct Known Subclasses:
CIMIndicationHandler

public abstract class HttpContentHandler extends Object
Class HttpContentHandler is responsible for handling the content of an http 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 connection
      pMessageWriter - The writer of the connection
      pInetAddress - The remote network address
      pLocalAddress - The local network address
      Throws:
      HttpException
      IOException
    • close

      public abstract void close()
      Closes the handler