Methods Summary |
---|
public void | flush()Sends all pending buffered data over this connection.
|
public void | receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest request)Receives the next request entity available from this connection and attaches it to
an existing request.
|
public org.apache.http.HttpRequest | receiveRequestHeader()Receives the request line and all headers available from this connection.
The caller should examine the returned request and decide if to receive a
request entity as well.
|
public void | sendResponseEntity(org.apache.http.HttpResponse response)Sends the response entity of a response over this connection.
|
public void | sendResponseHeader(org.apache.http.HttpResponse response)Sends the response line and headers of a response over this connection.
|