org.sblim.cimclient.internal.http
Class HttpContentHandler

java.lang.Object
  extended by 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 Summary
HttpContentHandler()
           
 
Method Summary
abstract  void close()
          Closes the handler
abstract  void handleContent(MessageReader pMessageReader, MessageWriter pMessageWriter, InetAddress pInetAdress)
          Handles the content of a given connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpContentHandler

public HttpContentHandler()
Method Detail

handleContent

public abstract void handleContent(MessageReader pMessageReader,
                                   MessageWriter pMessageWriter,
                                   InetAddress pInetAdress)
                            throws HttpException,
                                   IOException
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

close

public abstract void close()
Closes the handler



Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.