Package | Description |
---|---|
gnu.inet.http |
This package contains an HTTP/1.1 client, as described in RFC 2616.
|
Modifier and Type | Method and Description |
---|---|
Request |
HTTPConnection.newRequest(java.lang.String method,
java.lang.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) |
© Copyright 2003 The Free Software Foundation, all rights reserved