Package | Description |
---|---|
gnu.inet.http |
This package contains an HTTP/1.1 client, as described in RFC 2616.
|
Modifier and Type | Field and Description |
---|---|
protected HTTPConnection |
Request.connection
The connection context in which this request is invoked.
|
Modifier and Type | Method and Description |
---|---|
HTTPConnection |
Request.getConnection()
Returns the connection associated with this request.
|
Constructor and Description |
---|
Request(HTTPConnection connection,
java.lang.String method,
java.lang.String path)
Constructor for a new request.
|
© Copyright 2003 The Free Software Foundation, all rights reserved