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