No examples for this method.
Frequently called with: [Clear]
-1
| org.apache.http.HttpServerConnection |
Known Indirect Subclasses
|
An HTTP connection for use on the server side. Requests are received, responses are sent.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Sends all pending buffered data over this connection.
|
||||||||||
|
|
Receives the next request entity available from this connection and attaches it to an existing request.
|
||||||||||
|
|
Receives the request line and all headers available from this connection.
|
||||||||||
|
|
Sends the response entity of a response over this connection.
|
||||||||||
|
|
Sends the response line and headers of a response over this connection.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface org.apache.http.HttpConnection
|
|||||||||||
Sends all pending buffered data over this connection.
| IOException |
|---|
Receives the next request entity available from this connection and attaches it to an existing request.
| request | the request to attach the entity to. |
|---|
| HttpException | |
| IOException | |
| HttpException |
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.
| HttpException | |
| IOException | |
| HttpException |
Sends the response entity of a response over this connection.
| response | the response whose entity to send. |
|---|
| HttpException | |
| IOException | |
| HttpException |
Sends the response line and headers of a response over this connection.
| response | the response whose headers to send. |
|---|
| HttpException | |
| IOException | |
| HttpException |