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


S

SEMI_GENERIC - Static variable in class HTTPClient.URI
 
SOCKS - Static variable in class HTTPClient.Log
The Socks facility (64)
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.
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
 
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.
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.
setCurrentProxy(String, int) - Method in class HTTPClient.HTTPConnection
Sets the proxy used by this instance.
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.
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.
setDefaultTimeout(int) - Static method in class HTTPClient.HTTPConnection
Sets the default read and connection timeout values to be used for each new HTTPConnection.
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.
setHeader(String, String) - Method in class HTTPClient.Response
Set a header field in the list of headers.
setHeaders(NVPair[]) - Method in class HTTPClient.Request
 
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
Set the writer to which to log.
setLogging(int, boolean) - Static method in class HTTPClient.Log
Enable or disable logging for the given facilities.
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.
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(OracleSSLCredential) - Method in class HTTPClient.HTTPConnection
Sets the OracleSSLCredential object for use in SSL connections
setSSLEnabledCipherSuites(String[]) - Method in class HTTPClient.HTTPConnection
Controls which particular cipher suites are enabled for use on this connection.
setSSLSocketFactory(SSLSocketFactory) - Method in class HTTPClient.HTTPConnection
Sets the SSLSocketFactory that will be used for https connections
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.
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.

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.