Oracle Application Server 10g HTTPClient API Reference
10g Release 2(10.1.2)

B14020-01

A B C D E F G H I L M N O P Q R S T U V W


H

HTTPClient - package HTTPClient
 
HTTPClient.http - package HTTPClient.http
 
HTTPClient.https - package HTTPClient.https
 
HTTPClient.shttp - package HTTPClient.shttp
 
HTTPClientModule - interface HTTPClient.HTTPClientModule.
This is the interface that a module must implement.
HTTPClientModuleConstants - interface HTTPClient.HTTPClientModuleConstants.
This interface defines the return codes that the handlers in modules may return.
HTTPClientSSL - interface HTTPClient.HTTPClientSSL.
 
HTTPClientSSLFactory - class HTTPClient.HTTPClientSSLFactory.
The treatment of SSL in HTTPClient is deliberately baroque and involves seemingly unnecessary classes because of the existence of a bunch of incompatible implementations of SSL.
HTTPClientSSLFactory() - Constructor for class HTTPClient.HTTPClientSSLFactory
 
HTTPConnection - class HTTPClient.HTTPConnection.
This class implements http protocol requests; it contains most of HTTP/1.1 and ought to be unconditionally compliant.
HTTPConnection(Applet) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the host from where the applet was loaded.
HTTPConnection(String) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the specified host on port 80
HTTPConnection(String, int) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the specified host on the specified port
HTTPConnection(String, String, int) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the specified host on the specified port, using the specified protocol (currently only "http" is supported).
HTTPConnection(String, String, int, InetAddress, int) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the specified host on the specified port, using the specified protocol (currently only "http" is supported), local address, and local port.
HTTPConnection(URL) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the host (port) as given in the url.
HTTPConnection(URL, boolean) - Constructor for class HTTPClient.HTTPConnection
Deprecated. This constructor has been deprecated. Please use the HTTPConnection(URL) constructor. OracleSSL is the default SSL provider for HTTPS connections. To change this default, use HTTPConnection.setSSLSocketFactory.
HTTPConnection(URI) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the host (port) as given in the uri.
HTTPResponse - class HTTPClient.HTTPResponse.
This defines the http-response class returned by the requests.
Handler - class HTTPClient.http.Handler.
This class implements a URLStreamHandler for http URLs.
Handler() - Constructor for class HTTPClient.http.Handler
 
Handler - class HTTPClient.https.Handler.
This class implements a URLStreamHandler for https URLs.
Handler() - Constructor for class HTTPClient.https.Handler
 
Handler - class HTTPClient.shttp.Handler.
This class implements a URLStreamHandler for shttp URLs.
Handler() - Constructor for class HTTPClient.shttp.Handler
 
Head(String) - Method in class HTTPClient.HTTPConnection
Sends the HEAD request.
Head(String, NVPair[]) - Method in class HTTPClient.HTTPConnection
Sends the HEAD request.
Head(String, NVPair[], NVPair[]) - Method in class HTTPClient.HTTPConnection
Sends the HEAD request.
Head(String, String) - Method in class HTTPClient.HTTPConnection
Sends the HEAD request.
Head(String, String, NVPair[]) - Method in class HTTPClient.HTTPConnection
Sends the HEAD request.
HttpHeaderElement - class HTTPClient.HttpHeaderElement.
This class holds a description of an http header element.
HttpHeaderElement(String) - Constructor for class HTTPClient.HttpHeaderElement
Construct an element with the given name.
HttpHeaderElement(String, String, NVPair[]) - Constructor for class HTTPClient.HttpHeaderElement
 
HttpOutputStream - class HTTPClient.HttpOutputStream.
This class provides an output stream for requests.
HttpOutputStream() - Constructor for class HTTPClient.HttpOutputStream
Creates an output stream of unspecified length.
HttpOutputStream(int) - Constructor for class HTTPClient.HttpOutputStream
This creates an output stream which will take length bytes of data.
HttpURLConnection - class HTTPClient.HttpURLConnection.
This class is a wrapper around HTTPConnection providing the interface defined by java.net.URLConnection and java.net.HttpURLConnection.
HttpURLConnection(URL) - Constructor for class HTTPClient.HttpURLConnection
Construct a connection to the specified url.
handleAuthHeaders(Response, RoRequest, AuthorizationInfo, AuthorizationInfo) - Method in interface HTTPClient.AuthorizationHandler
Sometimes even non-401 responses will contain headers pertaining to authorization (such as the "Authentication-Info" header).
handleAuthHeaders(Response, RoRequest, AuthorizationInfo, AuthorizationInfo) - Method in class HTTPClient.DefaultAuthHandler
We handle the "Authentication-Info" and "Proxy-Authentication-Info" headers here.
handleAuthHeaders(Response, RoRequest, AuthorizationInfo, AuthorizationInfo) - Method in class HTTPClient.SuppliedUPAuthHandler
We handle the "Authentication-Info" and "Proxy-Authentication-Info" headers here.
handleAuthTrailers(Response, RoRequest, AuthorizationInfo, AuthorizationInfo) - Method in interface HTTPClient.AuthorizationHandler
This method is similar to handleAuthHeaders except that it is called if any headers in the trailer were sent.
handleAuthTrailers(Response, RoRequest, AuthorizationInfo, AuthorizationInfo) - Method in class HTTPClient.DefaultAuthHandler
We handle the "Authentication-Info" and "Proxy-Authentication-Info" trailers here.
handleAuthTrailers(Response, RoRequest, AuthorizationInfo, AuthorizationInfo) - Method in class HTTPClient.SuppliedUPAuthHandler
We handle the "Authentication-Info" and "Proxy-Authentication-Info" trailers here.
hasEntity() - Method in class HTTPClient.Response
Some responses such as those from a HEAD or with certain status codes don't have an entity.
hasExpired() - Method in class HTTPClient.Cookie
 
hasToken(String, String) - Static method in class HTTPClient.Util
Determines if the given header contains a certain token.
hashCode() - Method in class HTTPClient.AuthorizationInfo
Produces a hash code based on host, scheme and realm.
hashCode() - Method in class HTTPClient.Cookie
Hash up name, path and domain into new hash.
hashCode() - Method in class HTTPClient.URI
The hash code is calculated over scheme, host, path, and query.
host - Variable in class HTTPClient.URI
 
hostChar - Static variable in class HTTPClient.URI
 
httpDate(Date) - Static method in class HTTPClient.Util
This returns a string containing the date and time in date formatted according to a subset of RFC-1123.

Oracle Application Server 10g HTTPClient API Reference
10g Release 2(10.1.2)

B14020-01

A B C D E F G H I L M N O P Q R S T U V W


Copyright © 2001, 2004, Oracle. All rights reserved.