org.sblim.cimclient.internal.http

Class HttpContentHandler

public abstract class HttpContentHandler extends Object

Class HttpContentHandler is responsible for handling the content of an http connection.
Method Summary
abstract voidclose()
Closes the handler
abstract voidhandleContent(MessageReader pMessageReader, MessageWriter pMessageWriter, InetAddress pInetAdress)
Handles the content of a given connection

Method Detail

close

public abstract void close()
Closes the handler

handleContent

public 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

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