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


S

SEMI_GENERIC - Static variable in class HTTPClient.URI
 
SOCKS - Static variable in class HTTPClient.Log
Deprecated. The Socks facility (64)
SYSPROP_DEFAULT_HOSTNAME_VERIFIER - Static variable in interface HTTPClient.SystemPropertyNames
This System Property specifies the full class name of the default javax.net.ssl.HostnameVerifier implementation.
SYSPROP_DEFAULT_NTLM_DOMAIN_NAME - Static variable in interface HTTPClient.SystemPropertyNames
The name of the optional NTLM System Property containing the default NT User Domain name for NTLM authentication.
SYSPROP_PREFER_ORACLE_SSL - Static variable in interface HTTPClient.SystemPropertyNames
This System Property specifies that the Oracle SSL library is preferred over the default Sun JSSE library.
SocksException - exception HTTPClient.SocksException.
Signals that an error was received while trying to set up a connection with the Socks server.
SocksException() - Constructor for class HTTPClient.SocksException
Constructs a SocksException with no detail message.
SocksException(String) - Constructor for class HTTPClient.SocksException
Constructs a SocksException with the specified detail message.
StandardHostnameVerifier - class HTTPClient.StandardHostnameVerifier.
The StandardHostnameVerifier is a HostnameVerifier which implements standard URL hostname matching rules for site identity checking.
StandardHostnameVerifier() - Constructor for class HTTPClient.StandardHostnameVerifier
Required public no-argument constructor NOTE: This constructor enables recognition of wildcard common names in SSL certificates, such as "*.oracle.com".
StandardHostnameVerifier(boolean) - Constructor for class HTTPClient.StandardHostnameVerifier
Constructor specifying whether to recognize wildcard common names in SSL certificates, such as "*.oracle.com".
SuppliedUPAuthHandler - class HTTPClient.SuppliedUPAuthHandler.
A simple authorization handler that uses the supplied username/password used to create the instance Currently only handles the authentication types "Basic", "Digest".
SuppliedUPAuthHandler(String, String) - Constructor for class HTTPClient.SuppliedUPAuthHandler
 
SystemPropertyNames - interface HTTPClient.SystemPropertyNames.
The SystemPropertyNames interface contains all System Property names used by HTTPClient.
sameHttpURL(URL, URL) - Static method in class HTTPClient.Util
Compares two http urls for equality.
scheme - Variable in class HTTPClient.URI
 
schemeChar - Static variable in class HTTPClient.URI
 
secure - Variable in class HTTPClient.Cookie
 
sendCookie(Cookie, RoRequest) - Method in interface HTTPClient.CookiePolicyHandler
This method is called for each cookie that is eligible for sending with a request (according to the matching rules for the path, domain, protocol, etc).
sendWith(RoRequest) - Method in class HTTPClient.Cookie
 
sendWith(RoRequest) - Method in class HTTPClient.Cookie2
 
setAllowUI(boolean) - Method in class HTTPClient.Request
 
setAllowUserInteraction(boolean) - Method in class HTTPClient.HTTPConnection
Controls whether modules are allowed to prompt the user or pop up dialogs if neccessary.
setAuthHandler(AuthorizationHandler) - Static method in class HTTPClient.AuthorizationInfo
Set's the authorization handler.
setAuthorizationPrompter(AuthorizationPrompter) - Static method in class HTTPClient.DefaultAuthHandler
Set a new username/password prompter.
setAuthorizationPrompter(AuthorizationPrompter) - Method in class HTTPClient.HTTPConnection
Sets an AuthorizationPrompter for this connection instance.
setChunkSize(int) - Method in class HTTPClient.HTTPConnection
Sets the chunking size for this connection instance.
setChunking(boolean) - Method in class HTTPClient.HTTPConnection
Sets the chunking flag for this connection instance.
setConnection(HTTPConnection) - Method in class HTTPClient.Request
 
setConnectionTimeout(int) - Method in class HTTPClient.HTTPConnection
Sets the connection timeout values for this HTTPConnection.
setContext(Object) - Method in class HTTPClient.HTTPConnection
Sets the current context.
setCookie(String) - Method in class HTTPClient.AuthorizationInfo
Set the cookie
setCookiePolicyHandler(CookiePolicyHandler) - Static method in class HTTPClient.CookieModule
Sets a new cookie policy handler.
setCookieStore(Map) - Method in class HTTPClient.HTTPConnection
This method is used to set an instance-specific cookie store, used to maintain a per-user cookie store without relying on the static map implemented in the CookieModule.
setCurrentProxy(String, int) - Method in class HTTPClient.HTTPConnection
Sets the proxy used by this instance.
setCurrentSocketFactory(SocketFactory) - Method in class HTTPClient.HTTPConnection
Set the SocketFactory for this connection.
setData(byte[]) - Method in class HTTPClient.Request
 
setDefaultAllowUserInteraction(boolean) - Static method in class HTTPClient.HTTPConnection
Sets the default allow-user-action.
setDefaultConnectionTimeout(int) - Static method in class HTTPClient.HTTPConnection
Sets the default connection timeout values to be used for each new HTTPConnection.
setDefaultHeaders(NVPair[]) - Method in class HTTPClient.HTTPConnection
Sets the default http headers to be sent with each request.
setDefaultHostnameVerifier(HostnameVerifier) - Static method in class HTTPClient.HTTPConnection
Specifies the default HostnameVerifier, which is used to verify the host name of the SSL peer immediately after an SSL session is established.
setDefaultRequestProperty(String, String) - Static method in class HTTPClient.HttpURLConnection
Sets an arbitrary default request header.
setDefaultSSLSocketFactory(SSLSocketFactory) - Static method in class HTTPClient.HTTPConnection
Set the default SSLSocketFactory for use by HTTPClient.
setDefaultSocketFactory(SocketFactory) - Static method in class HTTPClient.HTTPConnection
Changes the default SocketFactory that will be used for connections.
setDefaultTimeout(int) - Static method in class HTTPClient.HTTPConnection
Sets the default read and connection timeout values to be used for each new HTTPConnection.
setDefaults() - Static method in class HTTPClient.HttpClientConfiguration
 
setEffectiveURI(URI) - Method in class HTTPClient.Response
set the final URI of the document.
setEffectiveURL(URL) - Method in class HTTPClient.Response
Deprecated. use setEffectiveURI() instead
setExtraInfo(Object) - Method in class HTTPClient.AuthorizationInfo
Set the extra info.
setFlags(int) - Method in class HTTPClient.ntlm.NtlmSupportFlags
Sets only the specified flags, updating the current state.
setHeader(String, String) - Method in class HTTPClient.Response
Set a header field in the list of headers.
setHeaders(NVPair[]) - Method in class HTTPClient.Request
 
setHostnameVerifier(HostnameVerifier) - Method in class HTTPClient.HTTPConnection
Specifies the HostnameVerifier for this HTTPConnection instance, which is used to verify the host name of the SSL peer immediately after an SSL session is established.
setIfModifiedSince(long) - Method in class HTTPClient.HttpURLConnection
Sets the If-Modified-Since header.
setInstanceFollowRedirects(boolean) - Method in class HTTPClient.HttpURLConnection
Enables or disables the automatic handling of redirection responses for this instance only.
setLogWriter(Writer, boolean) - Static method in class HTTPClient.Log
Deprecated.  
setLogging(int, boolean) - Static method in class HTTPClient.Log
Deprecated.  
setMethod(String) - Method in class HTTPClient.Request
 
setParams(NVPair[]) - Method in class HTTPClient.AuthorizationInfo
Set the authentication parameters.
setProxyServer(String, int) - Static method in class HTTPClient.HTTPConnection
Sets the default proxy server to use.
setQueryEncoding(String) - Method in class HTTPClient.HTTPConnection
Sets the Java encoding to be used for the query parts of URL's in requests If it is null the System default encoding is used.
setRawMode(boolean) - Method in class HTTPClient.HTTPConnection
Deprecated. This is not really needed anymore; in V0.2 request were synchronous and therefore to do pipelining you needed to disable the processing of responses.
setRecognizeWildcardCNs(boolean) - Method in class HTTPClient.StandardHostnameVerifier
Specifies whether to recognize wildcard common names in certificates, such as "*.oracle.com".
setRequestMethod(String) - Method in class HTTPClient.HttpURLConnection
Sets the request method (e.g.
setRequestProperty(String, String) - Method in class HTTPClient.HttpURLConnection
Sets an arbitrary request header.
setRequestURI(String) - Method in class HTTPClient.Request
 
setRetryRequest(boolean) - Method in class HTTPClient.Response
Should the request be retried by the application? This can be used by modules to signal to the application that it should retry the request.
setSSLCredential(Object) - Method in class HTTPClient.HTTPConnection
Deprecated.  
setSSLEnabledCipherSuites(String[]) - Method in class HTTPClient.HTTPConnection
Deprecated.  
setSSLSocketFactory(SSLSocketFactory) - Method in class HTTPClient.HTTPConnection
Sets the SSLSocketFactory that will be used for https connections
setSchemeName(String) - Method in interface HTTPClient.AuthenticationScheme
Specifies the name of the scheme.
setSchemeName(String) - Method in class HTTPClient.AuthenticationSchemeBase
 
setSocketIdleTime(int) - Static method in class HTTPClient.HttpClientConfiguration
Sets the socket idle timeout to be used in subsequent HTTPConnection instances.
setSocksServer(String) - Static method in class HTTPClient.HTTPConnection
Sets the SOCKS server to use.
setSocksServer(String, int) - Static method in class HTTPClient.HTTPConnection
Sets the SOCKS server to use.
setSocksServer(String, int, int) - Static method in class HTTPClient.HTTPConnection
Sets the SOCKS server to use.
setStream(HttpOutputStream) - Method in class HTTPClient.Request
 
setTimeout(int) - Method in class HTTPClient.HTTPConnection
Sets the timeouts to be used for creating connections and reading responses.
setTrailer(String, String) - Method in class HTTPClient.Response
Set a trailer field in the list of trailers.
setTrailers(NVPair[]) - Method in class HTTPClient.HttpOutputStream
Sets the trailers to be sent if the output is sent with the chunked transfer encoding.
setupDefaultModuleList() - Static method in class HTTPClient.HttpClientConfiguration
Sets up the default module list by first trying the value of the system property HTTPClient.Modules.
setupRequest(String, String, NVPair[], byte[], HttpOutputStream) - Method in class HTTPClient.HTTPConnection
Sets up the request, creating the list of headers to send and creating instances of the modules.
stop() - Method in class HTTPClient.HTTPConnection
Aborts all the requests currently in progress on this connection and closes all associated sockets.

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.