|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
---|---|
gnu.inet.http | This package contains an HTTP/1.1 client, as described in RFC 2616. |
Uses of Request in gnu.inet.http |
---|
Methods in gnu.inet.http that return Request | |
---|---|
Request |
HTTPConnection.newRequest(java.lang.String method,
java.lang.String path)
Creates a new request using this connection. |
Methods in gnu.inet.http with parameters of type Request | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |