org.apache.http
Interface HttpServerConnection
- All Superinterfaces:
- HttpConnection
- All Known Implementing Classes:
- AbstractHttpServerConnection, DefaultHttpServerConnection, SocketHttpServerConnection
public interface HttpServerConnection
- extends HttpConnection
receiveRequestHeader
HttpRequest receiveRequestHeader()
throws HttpException,
IOException
- Throws:
HttpException
IOException
receiveRequestEntity
void receiveRequestEntity(HttpEntityEnclosingRequest httpentityenclosingrequest)
throws HttpException,
IOException
- Throws:
HttpException
IOException
sendResponseHeader
void sendResponseHeader(HttpResponse httpresponse)
throws HttpException,
IOException
- Throws:
HttpException
IOException
sendResponseEntity
void sendResponseEntity(HttpResponse httpresponse)
throws HttpException,
IOException
- Throws:
HttpException
IOException
flush
void flush()
throws IOException
- Throws:
IOException
Please submit a feedback, bug or feature