public abstract class HttpContentHandler extends Object
| Constructor and Description |
|---|
HttpContentHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close()
Closes the handler
|
abstract void |
handleContent(MessageReader pMessageReader,
MessageWriter pMessageWriter,
InetAddress pInetAddress,
String pLocalAddress)
Handles the content of a given connection
|
public abstract void handleContent(MessageReader pMessageReader, MessageWriter pMessageWriter, InetAddress pInetAddress, String pLocalAddress) throws HttpException, IOException
pMessageReader - The reader of the connectionpMessageWriter - The writer of the connectionpInetAddress - The remote network addresspLocalAddress - The local network addressHttpExceptionIOExceptionpublic abstract void close()
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.