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


G

GENERIC - Static variable in class HTTPClient.URI
 
Get(String) - Method in class HTTPClient.HTTPConnection
GETs the file.
Get(String, NVPair[]) - Method in class HTTPClient.HTTPConnection
GETs the file with a query consisting of the specified form-data.
Get(String, NVPair[], NVPair[]) - Method in class HTTPClient.HTTPConnection
GETs the file with a query consisting of the specified form-data.
Get(String, String) - Method in class HTTPClient.HTTPConnection
GETs the file using the specified query string.
Get(String, String, NVPair[]) - Method in class HTTPClient.HTTPConnection
GETs the file using the specified query string.
generateLmV1Hash(String) - Static method in class HTTPClient.ntlm.NtlmCore
Calculate the LM version 1 hash.
generateNtlmV1Hash(String) - Static method in class HTTPClient.ntlm.NtlmCore
Creates the NTLM version 1 hash.
getAllowUserInteraction() - Method in class HTTPClient.HTTPConnection
returns whether modules are allowed to prompt or popup dialogs if neccessary.
getAuthHandler() - Static method in class HTTPClient.AuthorizationInfo
Get's the current authorization handler.
getAuthenticationSchemeRegistry() - Method in interface HTTPClient.AuthenticationSchemeRegistryHolder
Determines the AuthenticationScheme registry.
getAuthenticationSchemeRegistry() - Method in class HTTPClient.DefaultAuthHandler
 
getAuthenticationSchemes() - Static method in class HTTPClient.HttpClientConfiguration
Determines the runtime-declared authentication schemes.
getAuthorization(AuthorizationInfo, RoRequest, AuthorizationInfo, RoResponse) - Method in interface HTTPClient.AuthenticationScheme
Determines an AuthorizationInfo object for populating either the Authorization header or the Proxy-Authorization header, appropriately for the scheme.
getAuthorization(AuthorizationInfo, RoRequest, RoResponse) - Method in interface HTTPClient.AuthorizationHandler
This method is called whenever a 401 or 407 response is received and no candidate info is found in the list of known auth info.
getAuthorization(String, int, String, String) - Static method in class HTTPClient.AuthorizationInfo
Searches for the authorization info using the given host, port, scheme and realm.
getAuthorization(String, int, String, String, Object) - Static method in class HTTPClient.AuthorizationInfo
Searches for the authorization info in the given context using the given host, port, scheme and realm.
getAuthorization(AuthorizationInfo, RoRequest, RoResponse) - Method in class HTTPClient.DefaultAuthHandler
returns the requested authorization, or null if none was given.
getAuthorization(AuthorizationInfo, RoRequest, RoResponse) - Method in class HTTPClient.SuppliedUPAuthHandler
returns the requested authorization, or null if none was given.
getAuthorization(AuthorizationInfo, RoRequest, AuthorizationInfo, RoResponse) - Method in class HTTPClient.ntlm.NtlmAuthenticationScheme
 
getAuthorizationPrompter() - Method in class HTTPClient.HTTPConnection
 
getChunkSize() - Method in class HTTPClient.HTTPConnection
Returnss the chunking size for this connection instance.
getComment() - Method in class HTTPClient.Cookie2
 
getCommentURL() - Method in class HTTPClient.Cookie2
 
getConnection() - Method in class HTTPClient.HttpURLConnection
 
getConnection(URL) - Method in class HTTPClient.HttpURLConnection
Returns an HTTPConnection.
getConnection() - Method in class HTTPClient.Request
 
getConnection() - Method in interface HTTPClient.RoRequest
 
getConnectionTimeout() - Method in class HTTPClient.HTTPConnection
Gets the read timeout used for reading response data.
getContext() - Method in class HTTPClient.HTTPConnection
Returns the current context.
getCookie() - Method in class HTTPClient.AuthorizationInfo
Get the cookie
getCookieStore() - Method in class HTTPClient.HTTPConnection
This method returns the current cookie store implementation.
getCurrentSocketFactory() - Method in class HTTPClient.HTTPConnection
Returns the SocketFactory that will be used for this connection.
getData() - Method in class HTTPClient.HTTPResponse
Reads all the response data into a byte array.
getData() - Method in class HTTPClient.Request
 
getData() - Method in class HTTPClient.Response
Reads all the response data into a byte array.
getData() - Method in interface HTTPClient.RoRequest
 
getData() - Method in interface HTTPClient.RoResponse
Reads all the response data into a byte array.
getDefaultAllowUserInteraction() - Static method in class HTTPClient.HTTPConnection
Gets the default allow-user-action.
getDefaultConnectionTimeout() - Static method in class HTTPClient.HTTPConnection
Gets the default read timeout value to be used for each new HTTPConnection.
getDefaultContext() - Static method in class HTTPClient.HTTPConnection
Returns the default context.
getDefaultHeaders() - Method in class HTTPClient.HTTPConnection
Gets the current list of default http headers.
getDefaultHostnameVerifier() - Static method in class HTTPClient.HTTPConnection
Determines the default HostnameVerifier, which is used to verify the host name of the SSL peer immediately after an SSL session is established.
getDefaultHostnameVerifier() - Static method in class HTTPClient.HttpClientConfiguration
Determines the default HostnameVerifier implementation class name.
getDefaultModules() - Static method in class HTTPClient.HTTPConnection
Returns the default list of modules.
getDefaultNtlmDomainName() - Static method in class HTTPClient.HttpClientConfiguration
Determines the default NT user domain name for NTLM authentication.
getDefaultRequestProperty(String) - Static method in class HTTPClient.HttpURLConnection
Gets the value for a given default request header.
getDefaultSocketFactory() - Static method in class HTTPClient.HTTPConnection
Returns the SocketFactory that will be used for connections by default.
getDefaultTimeout() - Static method in class HTTPClient.HTTPConnection
Gets the default read timeout value to be used for each new HTTPConnection.
getDeferStreamed() - Static method in class HTTPClient.HttpClientConfiguration
Deferring the handling of responses to requests which used an output stream.
getDomain() - Method in class HTTPClient.Cookie
Return the domain this cookie is valid in.
getEffectiveURI() - Method in class HTTPClient.HTTPResponse
Get the final URI of the document.
getEffectiveURI() - Method in class HTTPClient.Response
get the final URI of the document.
getEffectiveURL() - Method in class HTTPClient.HTTPResponse
Deprecated. use getEffectiveURI() instead
getEffectiveURL() - Method in class HTTPClient.Response
Deprecated. use getEffectiveURI() instead
getElement(Vector, String) - Static method in class HTTPClient.Util
Get the HttpHeaderElement with the name name.
getErrorStream() - Method in class HTTPClient.HttpURLConnection
Returns the error stream if the connection failed but the server sent useful data nonetheless.
getExtraInfo() - Method in class HTTPClient.AuthorizationInfo
Get the extra info.
getFlags() - Method in class HTTPClient.ntlm.NtlmSupportFlags
Determines the current flag data.
getFlags() - Method in class HTTPClient.ntlm.NtlmType2Message
Determines the flags.
getForceHTTP1_0() - Static method in class HTTPClient.HttpClientConfiguration
Returns a flag that determines if HTTPClient is sending requests exclusively in HTTP/1.0 mode.
getFragment() - Method in class HTTPClient.URI
 
getFragment(String) - Static method in class HTTPClient.Util
Extract the fragment part from an http resource.
getHeader(String) - Method in class HTTPClient.HTTPResponse
Retrieves the value for a given header.
getHeader(String) - Method in class HTTPClient.Response
retrieves the field for a given header.
getHeader(String) - Method in interface HTTPClient.RoResponse
retrieves the field for a given header.
getHeaderAsDate(String) - Method in class HTTPClient.HTTPResponse
Retrieves the value for a given header.
getHeaderAsDate(String) - Method in class HTTPClient.Response
retrieves the field for a given header.
getHeaderAsDate(String) - Method in interface HTTPClient.RoResponse
retrieves the field for a given header.
getHeaderAsInt(String) - Method in class HTTPClient.HTTPResponse
Retrieves the value for a given header.
getHeaderAsInt(String) - Method in class HTTPClient.Response
retrieves the field for a given header.
getHeaderAsInt(String) - Method in interface HTTPClient.RoResponse
retrieves the field for a given header.
getHeaderField(String) - Method in class HTTPClient.HttpURLConnection
Get the value part of a header.
getHeaderField(int) - Method in class HTTPClient.HttpURLConnection
Gets header value of the n-th header.
getHeaderFieldDate(String, long) - Method in class HTTPClient.HttpURLConnection
Get the value part of a header, interprets it as a date and converts it to a long representing the number of milliseconds since 1970.
getHeaderFieldInt(String, int) - Method in class HTTPClient.HttpURLConnection
Get the value part of a header and converts it to an int.
getHeaderFieldKey(int) - Method in class HTTPClient.HttpURLConnection
Gets header name of the n-th header.
getHeaders() - Method in class HTTPClient.Request
 
getHeaders() - Method in interface HTTPClient.RoRequest
 
getHost() - Method in class HTTPClient.AuthorizationInfo
Get the host.
getHost() - Method in class HTTPClient.HTTPConnection
Returns the host this connection is talking to.
getHost() - Method in class HTTPClient.URI
 
getHostnameVerifier() - Method in class HTTPClient.HTTPConnection
Determines 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.
getInOneTwo() - Static method in class HTTPClient.HttpClientConfiguration
Returns the JDK status.
getInputStream() - Method in class HTTPClient.HTTPResponse
Gets an input stream from which the returned data can be read.
getInputStream() - Method in class HTTPClient.HttpURLConnection
Gets an input stream from which the data in the response may be read.
getInputStream() - Method in class HTTPClient.Response
Gets an input stream from which the returned data can be read.
getInputStream() - Method in interface HTTPClient.RoResponse
Gets an input stream from which the returned data can be read.
getInstanceFollowRedirects() - Method in class HTTPClient.HttpURLConnection
 
getLength() - Method in class HTTPClient.HttpOutputStream
Returns the number of bytes this stream is willing to accept, or -1 if it is unbounded.
getLogger() - Static method in class HTTPClient.HttpClientLoggerFactory
Returns the root logger to be used in HTTPClient.
getLogger(String) - Static method in class HTTPClient.HttpClientLoggerFactory
Determines the logger to be used in the HTTPClient named subsystem.
getMaxAuthTries() - Static method in class HTTPClient.HttpClientConfiguration
Get the maximum authorization retries count
getMethod() - Method in class HTTPClient.Request
 
getMethod() - Method in interface HTTPClient.RoRequest
 
getModules() - Method in class HTTPClient.HTTPConnection
Returns the list of modules used currently.
getNagleAlgorithmEnabled() - Static method in class HTTPClient.HttpClientConfiguration
Returns the flag the determines the enabled status of the Nagle Algorithm.
getName() - Method in class HTTPClient.Cookie
Return the name of this cookie.
getName() - Method in class HTTPClient.HttpHeaderElement
 
getName() - Method in class HTTPClient.NVPair
Get the name.
getNeverPipeline() - Static method in class HTTPClient.HttpClientConfiguration
Returns the pipelineing configuration of HTTPClient.
getNoChunkingFlag() - Static method in class HTTPClient.HttpClientConfiguration
Returns the no chunking flag.
getNoKeepAlives() - Static method in class HTTPClient.HttpClientConfiguration
Returns the flag that determines if HTTPClient uses keep-alive connections.
getNonProxyHosts() - Static method in class HTTPClient.HttpClientConfiguration
Returns the list of servers that HTTPClient will not proxy for.
getNonce() - Method in class HTTPClient.ntlm.NtlmType2Message
Determines the nonce.
getNtlmBytes() - Method in class HTTPClient.ntlm.NtlmSupportFlags
Determines a byte array representing the current flag set values.
getNumberOfPhysicalConnections() - Method in class HTTPClient.HTTPResponse
Get the number of socket connections created for this request-response
getOpaque() - Method in class HTTPClient.URI
 
getOriginalURI() - Method in class HTTPClient.HTTPResponse
Get the original URI used in the request.
getOutputStream() - Method in class HTTPClient.HttpURLConnection
Gets an output stream which can be used send an entity with the request.
getParameter(String, String) - Static method in class HTTPClient.Util
retrieves the value associated with the parameter param in a given header string.
getParams() - Method in class HTTPClient.AuthorizationInfo
Get the authentication parameters.
getParams() - Method in class HTTPClient.HttpHeaderElement
 
getParams(String) - Static method in class HTTPClient.Util
Extract the params part from an http resource.
getPath() - Method in class HTTPClient.Cookie
Return the path this cookie is associated with.
getPath() - Method in class HTTPClient.URI
 
getPath(String) - Static method in class HTTPClient.Util
Extract the path from an http resource.
getPathAndQuery() - Method in class HTTPClient.URI
 
getPhysicalConnections() - Method in class HTTPClient.Response
Accessor for the number of physical connections created for this response, should be 0 or 1 in most cases
getPort() - Method in class HTTPClient.AuthorizationInfo
Get the port.
getPort() - Method in class HTTPClient.HTTPConnection
Returns the port this connection connects to.
getPort() - Method in class HTTPClient.URI
 
getPorts() - Method in class HTTPClient.Cookie2
 
getProtocol() - Method in class HTTPClient.HTTPConnection
Returns the protocol this connection is talking.
getProxyHost() - Method in class HTTPClient.HTTPConnection
Returns the host of the proxy this connection is using.
getProxyHost() - Static method in class HTTPClient.HttpClientConfiguration
Returns the host name of the proxy server.
getProxyPort() - Method in class HTTPClient.HTTPConnection
Returns the port of the proxy this connection is using.
getProxyPort() - Static method in class HTTPClient.HttpClientConfiguration
Returns the proxy port of the proxy server.
getQuery(String) - Static method in class HTTPClient.Util
Extract the query string from an http resource.
getQueryEncoding() - Method in class HTTPClient.HTTPConnection
The current Java encoding used for the queries part of a URL Initially null.
getQueryString() - Method in class HTTPClient.URI
 
getRealm() - Method in class HTTPClient.AuthorizationInfo
Get the realm.
getReasonLine() - Method in class HTTPClient.HTTPResponse
Give the reason line associated with the status code.
getReasonLine() - Method in class HTTPClient.Response
give the reason line associated with the status code.
getReasonLine() - Method in interface HTTPClient.RoResponse
 
getRequestMethod() - Method in class HTTPClient.HttpURLConnection
Return the request method used.
getRequestProperty(String) - Method in class HTTPClient.HttpURLConnection
Gets the value of a given request header.
getRequestURI() - Method in class HTTPClient.Request
 
getRequestURI() - Method in interface HTTPClient.RoRequest
 
getResponseCode() - Method in class HTTPClient.HttpURLConnection
Get the response code.
getResponseMessage() - Method in class HTTPClient.HttpURLConnection
Get the response message describing the response code.
getSSLCredential() - Method in class HTTPClient.HTTPConnection
Deprecated.  
getSSLEnabledCipherSuites() - Method in interface HTTPClient.HTTPClientSSL
 
getSSLEnabledCipherSuites() - Method in class HTTPClient.HTTPConnection
Returns the list of cipher suites that are enabled for the https connection
getSSLSession() - Method in interface HTTPClient.HTTPClientSSL
 
getSSLSession() - Method in class HTTPClient.HTTPConnection
Returns the ssl session information for the ssl connection or null if no ssl connection has been established
getSSLSocket(Socket, String, int) - Method in interface HTTPClient.HTTPClientSSL
 
getSSLSocket(Socket) - Method in class HTTPClient.HTTPConnection
Obtains an new SSL Socket to be used for HTTPS connections If setSSLCredentials() or setSSLCipherSuites() were not called prior to this call, the property settings are checked
getSSLSocketFactory() - Method in interface HTTPClient.HTTPClientSSL
 
getSSLSocketFactory() - Method in class HTTPClient.HTTPConnection
Returns the socket factory used to create SSL sockets
getScheme(String) - Method in class HTTPClient.AuthenticationSchemeRegistry
Determines a registered AuthenticationScheme object corresponding to the given scheme name.
getScheme() - Method in class HTTPClient.AuthorizationInfo
Get the scheme.
getScheme() - Method in class HTTPClient.URI
 
getSchemeCount() - Method in class HTTPClient.AuthenticationSchemeRegistry
Determines the number of registered schemes.
getSchemeName() - Method in interface HTTPClient.AuthenticationScheme
Determines the name of the scheme.
getSchemeName() - Method in class HTTPClient.AuthenticationSchemeBase
 
getSchemeNameIterator() - Method in class HTTPClient.AuthenticationSchemeRegistry
Determines an iterator for the currently registered scheme names.
getServer() - Method in class HTTPClient.HTTPResponse
Deprecated. This method is a remnant of V0.1; use getHeader("Server") instead.
getSocketIdleTimeout() - Static method in class HTTPClient.HttpClientConfiguration
Returns the time (in seconds) before an idle socket will be closed.
getSocksHost() - Static method in class HTTPClient.HttpClientConfiguration
Returns the name of the SOCKS host.
getSocksPort() - Static method in class HTTPClient.HttpClientConfiguration
Returns the port number of the socks host.
getSocksVersion() - Static method in class HTTPClient.HttpClientConfiguration
Returns the version of SOCKS being used.
getStatusCode() - Method in class HTTPClient.HTTPResponse
Give the status code for this request.
getStatusCode() - Method in class HTTPClient.Response
give the status code for this request.
getStatusCode() - Method in interface HTTPClient.RoResponse
give the status code for this request.
getStream() - Method in class HTTPClient.Request
 
getStream() - Method in interface HTTPClient.RoRequest
 
getText() - Method in class HTTPClient.HTTPResponse
Reads all the response data into a buffer and converts it to a string using the appropriate character converter.
getTimeout() - Method in class HTTPClient.HTTPConnection
Gets the read timeout used for reading response data.
getTrailer(String) - Method in class HTTPClient.HTTPResponse
Retrieves the value for a given trailer.
getTrailer(String) - Method in class HTTPClient.Response
Retrieves the field for a given trailer.
getTrailer(String) - Method in interface HTTPClient.RoResponse
Retrieves the field for a given trailer.
getTrailerAsDate(String) - Method in class HTTPClient.HTTPResponse
Retrieves the value for a given trailer.
getTrailerAsDate(String) - Method in class HTTPClient.Response
Retrieves the field for a given trailer.
getTrailerAsDate(String) - Method in interface HTTPClient.RoResponse
Retrieves the field for a given trailer.
getTrailerAsInt(String) - Method in class HTTPClient.HTTPResponse
Retrieves the value for a given tailer.
getTrailerAsInt(String) - Method in class HTTPClient.Response
Retrieves the field for a given tailer.
getTrailerAsInt(String) - Method in interface HTTPClient.RoResponse
Retrieves the field for a given tailer.
getTrailers() - Method in class HTTPClient.HttpOutputStream
Gets the trailers which were set with setTrailers().
getURL() - Method in class HTTPClient.HttpURLConnection
Gets the url for this connection.
getUserinfo() - Method in class HTTPClient.URI
 
getUsernamePassword(AuthorizationInfo, boolean) - Method in interface HTTPClient.AuthorizationPrompter
This method is invoked whenever a username and password is required for an authentication challenge to proceed.
getValue() - Method in class HTTPClient.Cookie
Return the value of this cookie.
getValue() - Method in class HTTPClient.HttpHeaderElement
 
getValue() - Method in class HTTPClient.NVPair
Get the value.
getVersion() - Method in class HTTPClient.Cookie2
 
getVersion() - Method in class HTTPClient.HTTPResponse
Get the HTTP version used for the response.
getVersion() - Static method in class HTTPClient.HttpClientConfiguration
Returns the version of HTTPClient being used.
getVersion() - Method in class HTTPClient.Response
get the HTTP version used for the response.
getVersion() - Method in interface HTTPClient.RoResponse
 

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.