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


A

ALL - Static variable in class HTTPClient.Log
Deprecated. All the facilities - for use in setLogging (-1)
ALWAYS_SIGN - Static variable in interface HTTPClient.ntlm.NtlmSupportFlags.Flags
 
ASCII_CHARSET - Static variable in class HTTPClient.ntlm.NtlmCore
 
AUTH - Static variable in class HTTPClient.Log
Deprecated. The Authorization facility (8)
AUTHENTICATION_SCHEME_SYSTEM_PROPERTY_NAMESPACE - Static variable in interface HTTPClient.SystemPropertyNames
This System Property namespace is for runtime-configurable AuthenticationScheme registration.
AuthSchemeNotImplException - exception HTTPClient.AuthSchemeNotImplException.
Signals that the handling of a authorization scheme is not implemented.
AuthSchemeNotImplException() - Constructor for class HTTPClient.AuthSchemeNotImplException
Constructs an AuthSchemeNotImplException with no detail message.
AuthSchemeNotImplException(String) - Constructor for class HTTPClient.AuthSchemeNotImplException
Constructs an AuthSchemeNotImplException class with the specified detail message.
AuthenticationScheme - interface HTTPClient.AuthenticationScheme.
The AuthenticationScheme interface provides access to specific authentication schemes supported by HTTPClient.
AuthenticationSchemeBase - class HTTPClient.AuthenticationSchemeBase.
The AuthenticationSchemeBase class implements the AuthenticationScheme interface, and is the base implementation for all AuthenticationScheme implementations.
AuthenticationSchemeBase(String, boolean) - Constructor for class HTTPClient.AuthenticationSchemeBase
Constructor
AuthenticationSchemeRegistry - class HTTPClient.AuthenticationSchemeRegistry.
The AuthenticationSchemeRegistry is a collection of AuthenticationScheme objects, each implementing a specific HTTP authentication scheme.
AuthenticationSchemeRegistry() - Constructor for class HTTPClient.AuthenticationSchemeRegistry
Constructor
AuthenticationSchemeRegistryHolder - interface HTTPClient.AuthenticationSchemeRegistryHolder.
The AuthenticationSchemeRegistryHolder interface marks an implementation as containing an AuthenticationSchemeRegistry, and provides access to this registry.
AuthorizationHandler - interface HTTPClient.AuthorizationHandler.
This is the interface that an Authorization handler must implement.
AuthorizationInfo - class HTTPClient.AuthorizationInfo.
Holds the information for an authorization response.
AuthorizationInfo(String, int, String, String, NVPair[], Object) - Constructor for class HTTPClient.AuthorizationInfo
Creates a new info structure for the specified host and port with the specified scheme, realm, params.
AuthorizationInfo(String, int, String, String, String) - Constructor for class HTTPClient.AuthorizationInfo
Creates a new info structure for the specified host and port with the specified scheme, realm and cookie.
AuthorizationPrompter - interface HTTPClient.AuthorizationPrompter.
This is the interface that a username/password prompter must implement.
acceptCookie(Cookie, RoRequest, RoResponse) - Method in interface HTTPClient.CookiePolicyHandler
This method is called for each cookie that a server tries to set via the Set-Cookie header.
addAuthorization(AuthorizationInfo) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry to the list using the default context.
addAuthorization(AuthorizationInfo, Object) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry to the list.
addAuthorization(String, int, String, String, String, NVPair[], Object) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry to the list using the default context.
addAuthorization(String, int, String, String, String, NVPair[], Object, Object) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry to the list.
addBasicAuthorization(String, int, String, String, String) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry for the "Basic" authorization scheme to the list using the default context.
addBasicAuthorization(String, int, String, String, String, Object) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry for the "Basic" authorization scheme to the list.
addBasicAuthorization(String, String, String) - Method in class HTTPClient.HTTPConnection
Adds an authorization entry for the "basic" authorization scheme to the list.
addCookie(Cookie) - Static method in class HTTPClient.CookieModule
Add the specified cookie to the list of cookies in the default context.
addCookie(Cookie, Object) - Static method in class HTTPClient.CookieModule
Add the specified cookie to the list of cookies for the specified context.
addDefaultModule(Class, int) - Static method in class HTTPClient.HTTPConnection
Adds a module to the default list.
addDigestAuthorization(String, int, String, String, String) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry for the "Digest" authorization scheme to the list using the default context.
addDigestAuthorization(String, int, String, String, String, Object) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry for the "Digest" authorization scheme to the list.
addDigestAuthorization(String, String, String) - Method in class HTTPClient.HTTPConnection
Adds an authorization entry for the "digest" authorization scheme to the list.
addModule(Class, int) - Method in class HTTPClient.HTTPConnection
Adds a module to the current list.
addNtlmAuthentication(String, int, String, String) - Static method in class HTTPClient.AuthorizationInfo
Adds an entry for the "NTLM" authentication scheme to the credentials list, using the default HTTPConnection context.
addNtlmAuthentication(String, int, String, String, Object) - Static method in class HTTPClient.AuthorizationInfo
Adds an entry for the "NTLM" authentication scheme to the credentials list, using the given context.
addNtlmAuthentication(String, String) - Method in class HTTPClient.HTTPConnection
Adds an entry for the "NTLM" authentication scheme to the credentials list, using the context of this connection.
addPath(String) - Method in class HTTPClient.AuthorizationInfo
Adds the path from the given resource to our path list.
addProxyAuthInfoToModule(String, String, AuthorizationInfo, Object) - Static method in class HTTPClient.AuthorizationInfo
 
addScheme(AuthenticationScheme) - Method in class HTTPClient.AuthenticationSchemeRegistry
Adds the authentication scheme to the registry.
addTrustPoint(byte[]) - Method in class HTTPClient.HTTPConnection
 
addTrustPoint(String) - Method in class HTTPClient.HTTPConnection
 
addTrustPoint(Certificate) - Method in class HTTPClient.HTTPConnection
 
allowUI() - Method in class HTTPClient.Request
 
allowUI() - Method in interface HTTPClient.RoRequest
 
alphanumChar - Static variable in class HTTPClient.URI
 
anyFlagsOn(int) - Method in class HTTPClient.ntlm.NtlmSupportFlags
Determines the boolean result of ANDing the given mask with the current flag data.
appendTo(StringBuffer) - Method in class HTTPClient.HttpHeaderElement
Append this header element to the given buffer.
assembleHeader(Vector) - Static method in class HTTPClient.Util
Assembles a Vector of HttpHeaderElements into a full header string.

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.