| Package | Description |
|---|---|
| gnu.inet.http |
This package contains an HTTP/1.1 client, as described in RFC 2616.
|
| gnu.inet.http.event |
| Modifier and Type | Method and Description |
|---|---|
Request |
HTTPConnection.newRequest(String method,
String path)
Creates a new request using this connection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ByteArrayResponseBodyReader.accept(Request request,
Response response)
This reader accepts all responses.
|
boolean |
ResponseBodyReader.accept(Request request,
Response response)
Indicate whether this reader is interested in the specified response.
|
protected void |
HTTPConnection.fireRequestEvent(int type,
Request request) |
| Modifier and Type | Field and Description |
|---|---|
protected Request |
RequestEvent.request
The request associated with this event.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
RequestEvent.getRequest()
Returns the request associated with this event.
|
| Constructor and Description |
|---|
RequestEvent(Object source,
int type,
Request request)
Constructs a request event with the specified source, type, and request.
|
Copyright © 2017. All rights reserved.