Build m5-rc15

org.apache.http
Interface HttpServerConnection

All Superinterfaces:
HttpConnection
All Known Implementing Classes:
AbstractHttpServerConnection, DefaultHttpServerConnection, SocketHttpServerConnection

public interface HttpServerConnection
extends HttpConnection


Method Summary
 void flush()
           
 void receiveRequestEntity(HttpEntityEnclosingRequest httpentityenclosingrequest)
           
 HttpRequest receiveRequestHeader()
           
 void sendResponseEntity(HttpResponse httpresponse)
           
 void sendResponseHeader(HttpResponse httpresponse)
           
 
Methods inherited from interface org.apache.http.HttpConnection
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdown
 

Method Detail

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

Build m5-rc15

Please submit a feedback, bug or feature