Skip navigation links

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

B32117-01


Package HTTPClient

Interface Summary
AuthenticationScheme The AuthenticationScheme interface provides access to specific authentication schemes supported by HTTPClient.
AuthenticationSchemeRegistryHolder The AuthenticationSchemeRegistryHolder interface marks an implementation as containing an AuthenticationSchemeRegistry, and provides access to this registry.
AuthorizationHandler This is the interface that an Authorization handler must implement.
AuthorizationPrompter This is the interface that a username/password prompter must implement.
CookiePolicyHandler This is the interface that a cookie policy handler must implement.
FilenameMangler Codecs.mpFormDataDecode and Codecs.mpFormDataEncode may be handed an instance of a class which implements this interface in order to control names of the decoded files or the names sent in the encoded data.
HTTPClientModule This is the interface that a module must implement.
HTTPClientModuleConstants This interface defines the return codes that the handlers in modules may return.
HTTPClientSSL  
IPushBackInputStream Simple interface used to designate push-back functionality in HTTPClient input streams Since custom streams are used here, decoration is not an option in the short term.
RoRequest This interface represents the read-only interface of an http request.
RoResponse This interface represents read-only interface of an intermediate http response.
SystemPropertyNames The SystemPropertyNames interface contains all System Property names used by HTTPClient.

 

Class Summary
AuthenticationSchemeBase The AuthenticationSchemeBase class implements the AuthenticationScheme interface, and is the base implementation for all AuthenticationScheme implementations.
AuthenticationSchemeRegistry The AuthenticationSchemeRegistry is a collection of AuthenticationScheme objects, each implementing a specific HTTP authentication scheme.
AuthorizationInfo Holds the information for an authorization response.
Codecs This class collects various encoders and decoders.
Cookie This class represents an http cookie as specified in Netscape's cookie spec; however, because not even Netscape follows their own spec, and because very few folks out there actually read specs but instead just look whether Netscape accepts their stuff, the Set-Cookie header field parser actually tries to follow what Netscape has implemented, instead of what the spec says.
Cookie2 This class represents an http cookie as specified in the HTTP State Management Mechanism spec (also known as a version 1 cookie).
CookieModule This module handles Netscape cookies (also called Version 0 cookies) and Version 1 cookies.
DefaultAuthHandler This class is the default authorization handler.
HttpClientConfiguration This class is a placeholder for all of the system properties that HTTPClient currently supports.
HttpClientLoggerFactory This class is responsible for creating the appropriate logger for HTTPClient modules.
HttpClientSimpleFormatter Created by IntelliJ IDEA.
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.
HTTPConnection This class implements http protocol requests; it contains most of HTTP/1.1 and ought to be unconditionally compliant.
HttpHeaderElement This class holds a description of an http header element.
HttpOutputStream This class provides an output stream for requests.
HTTPResponse This defines the http-response class returned by the requests.
HttpURLConnection This class is a wrapper around HTTPConnection providing the interface defined by java.net.URLConnection and java.net.HttpURLConnection.
Log Deprecated. This class is deprecated, HTTPClient now uses JDK 1.4 standard logging.
MD5 Some utility methods for digesting info using MD5.
NVPair This class holds a Name/Value pair of strings.
Request This class represents an http request.
Response This class represents an intermediate response.
StandardHostnameVerifier The StandardHostnameVerifier is a HostnameVerifier which implements standard URL hostname matching rules for site identity checking.
SuppliedUPAuthHandler A simple authorization handler that uses the supplied username/password used to create the instance Currently only handles the authentication types "Basic", "Digest".
Timeouts A trivial class for holding Timeout's
URI This class represents a generic URI, as defined in RFC-2396.
Util This class holds various utility methods.

 

Exception Summary
AuthSchemeNotImplException Signals that the handling of a authorization scheme is not implemented.
ModuleException Signals that an exception occured in a module.
OptionalClassProxyException An exception which indicates a programmatic or configuration error regarding the class OptionalClassProxy.
ParseException Signals that something went wrong while parsing data.
ProtocolNotSuppException Signals that the protocol is not supported.
SocksException Signals that an error was received while trying to set up a connection with the Socks server.

 


Skip navigation links

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

B32117-01


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