Uses of Class gnu.inet.http.Request

Uses in package gnu.inet.http.event

Methods with return type gnu.inet.http.Request

Request
Returns the request associated with this event.

Constructors with parameter type gnu.inet.http.Request

RequestEvent.RequestEvent(Object source, int type, Request request)
Constructs a request event with the specified source, type, and request.

Fields of type gnu.inet.http.Request

Request
The request associated with this event.

Uses in package gnu.inet.http

Methods with parameter type gnu.inet.http.Request

boolean
This reader accepts all responses.
boolean
Indicate whether this reader is interested in the specified response.
void

Methods with return type gnu.inet.http.Request

Request
Creates a new request using this connection.