Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C G R T

C

CONNECTION_CLOSED - Static variable in class gnu.java.net.protocol.http.event.ConnectionEvent
The connection closed event type.
ConnectionEvent - class gnu.java.net.protocol.http.event.ConnectionEvent.
A connection event.
ConnectionEvent(Object, int) - Constructor for class gnu.java.net.protocol.http.event.ConnectionEvent
Constructs a connection event with the specified source and type.
ConnectionListener - interface gnu.java.net.protocol.http.event.ConnectionListener.
A connection listener.
connectionClosed(ConnectionEvent) - Method in interface gnu.java.net.protocol.http.event.ConnectionListener
Callback invoked when the associated connection is closed.

G

getRequest() - Method in class gnu.java.net.protocol.http.event.RequestEvent
Returns the request associated with this event.
getType() - Method in class gnu.java.net.protocol.http.event.ConnectionEvent
Returns the type of this event.
getType() - Method in class gnu.java.net.protocol.http.event.RequestEvent
Returns the type of this event.
gnu.java.net.protocol.http.event - package gnu.java.net.protocol.http.event
This package contains an HTTP/1.1 client, as described in RFC 2616.

R

REQUEST_CREATED - Static variable in class gnu.java.net.protocol.http.event.RequestEvent
The request created event type.
REQUEST_SENDING - Static variable in class gnu.java.net.protocol.http.event.RequestEvent
The request sending event type.
REQUEST_SENT - Static variable in class gnu.java.net.protocol.http.event.RequestEvent
The request sent event type.
RequestEvent - class gnu.java.net.protocol.http.event.RequestEvent.
A request event.
RequestEvent(Object, int, Request) - Constructor for class gnu.java.net.protocol.http.event.RequestEvent
Constructs a request event with the specified source, type, and request.
RequestListener - interface gnu.java.net.protocol.http.event.RequestListener.
A request listener.
request - Variable in class gnu.java.net.protocol.http.event.RequestEvent
The request associated with this event.
requestCreated(RequestEvent) - Method in interface gnu.java.net.protocol.http.event.RequestListener
Callback invoked when a request is created from the associated connection.
requestSending(RequestEvent) - Method in interface gnu.java.net.protocol.http.event.RequestListener
Callback invoked when the request has been initialised with all data and before sending this data to the server.
requestSent(RequestEvent) - Method in interface gnu.java.net.protocol.http.event.RequestListener
Callback invoked after all request data has been sent to the server.

T

type - Variable in class gnu.java.net.protocol.http.event.ConnectionEvent
The type of this event.
type - Variable in class gnu.java.net.protocol.http.event.RequestEvent
The type of this event.

C G R T