Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-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.ntlm - package HTTPClient.ntlm
 
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. JSSE 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.
HTTP_CLIENT_SYSTEM_PROPERTY_NAMESPACE - Static variable in interface HTTPClient.SystemPropertyNames
HTTPClient System property namespace NOTE: The namespace includes the final dot.
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.
HttpClientConfiguration - class HTTPClient.HttpClientConfiguration.
This class is a placeholder for all of the system properties that HTTPClient currently supports.
HttpClientLoggerFactory - class HTTPClient.HttpClientLoggerFactory.
This class is responsible for creating the appropriate logger for HTTPClient modules.
HttpClientLoggerFactory() - Constructor for class HTTPClient.HttpClientLoggerFactory
 
HttpClientSimpleFormatter - class HTTPClient.HttpClientSimpleFormatter.
Created by IntelliJ IDEA.
HttpClientSimpleFormatter() - Constructor for class HTTPClient.HttpClientSimpleFormatter
 
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.
HttpURLConnection(URL, Map) - Constructor for class HTTPClient.HttpURLConnection
Contstructs an HttpURLConnection instance using the provided URL, and the provided cookie store.
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
 
hasScheme(String) - Method in class HTTPClient.AuthenticationSchemeRegistry
Determines whether an AuthenticationScheme object corresponding to the given scheme name is registered.
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.HttpHeaderElement
This object is not meant to be used in hash table so i explicitly throw unsupported operation exception
hashCode() - Method in class HTTPClient.NVPair
 
hashCode() - Method in class HTTPClient.URI
The hash code is calculated over scheme, host, path, and query.
hexDigest(byte[]) - Static method in class HTTPClient.MD5
Digest the input.
hexDigest(byte[], byte[]) - Static method in class HTTPClient.MD5
Digest the input.
hexDigest(String) - Static method in class HTTPClient.MD5
Digest the input.
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.

Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01

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


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