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


A

ALL - Static variable in class HTTPClient.Log
All the facilities - for use in setLogging (-1)
AUTH - Static variable in class HTTPClient.Log
The Authorization facility (8)
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.
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.
addPath(String) - Method in class HTTPClient.AuthorizationInfo
Adds the path from the given resource to our path list.
addTrustPoint(byte[]) - Method in class HTTPClient.HTTPConnection
Adds the specified trust point to the list of trusted certificates for this connection's OracleSSLCredential.
addTrustPoint(String) - Method in class HTTPClient.HTTPConnection
Adds the specified trust point to the list of trusted certificates for this connection's OracleSSLCredential.
addTrustPoint(Certificate) - Method in class HTTPClient.HTTPConnection
Adds the specified trust point to the list of trusted certificates for this connection's OracleSSLCredential.
allowUI() - Method in class HTTPClient.Request
 
allowUI() - Method in interface HTTPClient.RoRequest
 
alphanumChar - Static variable in class HTTPClient.URI
 
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.

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.