A B C D E F G H I M N O P R S T U V W _

A

AS_NEGOTIATED - Static variable in class com.oaklandsw.http.ntlm.Ntlm
 
AUTH_BASIC - Static variable in interface com.oaklandsw.http.Credential
Basic authentication protocol.
AUTH_DIGEST - Static variable in interface com.oaklandsw.http.Credential
Digest authentication protocol.
AUTH_NORMAL - Static variable in class com.oaklandsw.http.HttpURLConnection
 
AUTH_NTLM - Static variable in interface com.oaklandsw.http.Credential
NTLM authentication protocol.
AUTH_PROXY - Static variable in class com.oaklandsw.http.HttpURLConnection
 
AbstractCallback - class com.oaklandsw.http.AbstractCallback.
Default implementation of the Callback interface that does nothing.
AbstractCallback() - Constructor for class com.oaklandsw.http.AbstractCallback
 
AbstractSocketFactory - class com.oaklandsw.http.AbstractSocketFactory.
Creates the Socket to be used by the HTTP connection.
AbstractSocketFactory() - Constructor for class com.oaklandsw.http.AbstractSocketFactory
 
AutomaticHttpRetryException - exception com.oaklandsw.http.AutomaticHttpRetryException.
Used to tell the user that a failure occurred in processing connection, but that it will be automatically retried.
AutomaticHttpRetryException(String) - Constructor for class com.oaklandsw.http.AutomaticHttpRetryException
 
add(Object) - Method in class com.oaklandsw.http.CookieContainer
 
addAll(Collection) - Method in class com.oaklandsw.http.CookieContainer
 
addCookie(Cookie) - Method in class com.oaklandsw.http.CookieContainer
Adds an HTTP cookie, replacing any existing equivalent cookies.
addCookies(Cookie[]) - Method in class com.oaklandsw.http.CookieContainer
Adds an array of HTTP cookies.
addRequestProperty(String, String) - Method in class com.oaklandsw.http.HttpURLConnection
 

B

BROWSER_COMPATIBILITY - Static variable in class com.oaklandsw.http.CookiePolicy
The policy that provides high degree of compatibility with common cookie management of popular HTTP agents.

C

COUNT_ATTEMPTED - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_AVOIDED_FLUSHES - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_BUFFER_FLUSHES - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_FAIL_GE_400 - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_FAIL_MAX_RETRY - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_FLUSH_IO_ERRORS - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_FORCED_FLUSHES - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_LAST - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_PIPELINE_DEPTH_HIGH - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_PIPELINE_ERROR - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_PIPELINE_READ_RESP - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_PIPELINE_WRITE_REQ - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_SUCCESS - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_TOTAL_PIPELINE_RETRY - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
COUNT_TOTAL_RETRY - Static variable in class com.oaklandsw.http.HttpConnectionManager
 
Callback - interface com.oaklandsw.http.Callback.
Used for pipelined and non-blocking HttpURLConnections.
ConnectionIOListener - interface com.oaklandsw.http.ConnectionIOListener.
This is used to get direct access to all data on the socket connections associated with HTTP.
Cookie - class com.oaklandsw.http.Cookie.
HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
Cookie() - Constructor for class com.oaklandsw.http.Cookie
Default constructor.
Cookie(String, String, String) - Constructor for class com.oaklandsw.http.Cookie
Creates a cookie with the given name, value and domain attribute.
Cookie(String, String, String, String, Date, boolean) - Constructor for class com.oaklandsw.http.Cookie
Creates a cookie with the given name, value, domain attribute, path attribute, expiration attribute, and secure attribute
Cookie(String, String, String, String, int, boolean) - Constructor for class com.oaklandsw.http.Cookie
Creates a cookie with the given name, value, domain attribute, path attribute, maximum age attribute, and secure attribute
CookieContainer - class com.oaklandsw.http.CookieContainer.
Holds a set of cookies.
CookieContainer() - Constructor for class com.oaklandsw.http.CookieContainer
 
CookiePolicy - class com.oaklandsw.http.CookiePolicy.
Cookie management policy class.
CookiePolicy() - Constructor for class com.oaklandsw.http.CookiePolicy
 
Credential - interface com.oaklandsw.http.Credential.
The Credential interface is implemented by classes that contain credential (user/password) information for an authentication protocol.
checkEverythingEmpty() - Method in class com.oaklandsw.http.HttpConnectionManager
 
clear() - Method in class com.oaklandsw.http.CookieContainer
 
closeAllPooledConnections() - Static method in class com.oaklandsw.http.HttpURLConnection
Close all pooled connections that are not currently in use.
com.oaklandsw.http - package com.oaklandsw.http
 
com.oaklandsw.http.ntlm - package com.oaklandsw.http.ntlm
 
compare(Object, Object) - Method in class com.oaklandsw.http.Cookie
Compares two cookies to determine order for cookie header.
connect() - Method in class com.oaklandsw.http.HttpURLConnection
 
contains(Object) - Method in class com.oaklandsw.http.CookieContainer
 
containsAll(Collection) - Method in class com.oaklandsw.http.CookieContainer
 
createCredential(String, String) - Static method in class com.oaklandsw.http.UserCredential
 
createSocket(HttpURLConnection, String, int) - Method in class com.oaklandsw.http.AbstractSocketFactory
Creates a socket to be used by an HTTP connection.
createTargetInfo(String, String) - Static method in class com.oaklandsw.http.ntlm.Ntlm
 

D

DEFAULT - Static variable in class com.oaklandsw.http.CookiePolicy
The default cookie policy.
DEFAULT_MAX_CONNECTIONS - Static variable in class com.oaklandsw.http.HttpURLConnection
 
DEFAULT_RECEIVE_BUFFER_SIZE - Static variable in class com.oaklandsw.http.HttpURLConnection
The default size of the socket read buffer.
DEFAULT_SEND_BUFFER_SIZE - Static variable in class com.oaklandsw.http.HttpURLConnection
The default size of the socket write buffer.
DEFAULT_USER_AGENT - Static variable in class com.oaklandsw.http.HttpURLConnection
 
disconnect() - Method in class com.oaklandsw.http.HttpURLConnection
 
dumpAll() - Static method in class com.oaklandsw.http.HttpURLConnection
 
dumpAll(PrintWriter) - Static method in class com.oaklandsw.http.HttpURLConnection
 

E

ENCODING - Static variable in class com.oaklandsw.http.ntlm.Ntlm
 
equals(Object) - Method in class com.oaklandsw.http.Cookie
Two cookies are equal if the name, path and domain match.
error(HttpURLConnection, InputStream, Exception) - Method in class com.oaklandsw.http.AbstractCallback
 
error(HttpURLConnection, InputStream, Exception) - Method in interface com.oaklandsw.http.Callback
Some error happened that caused the connection to fail.

F

finalize() - Method in class com.oaklandsw.http.HttpURLConnection
Releases the associated transport collection when this object is to be collected.
forceV1() - Static method in class com.oaklandsw.http.ntlm.Ntlm
 
forceV2() - Static method in class com.oaklandsw.http.ntlm.Ntlm
 

G

getActiveConnectionCount(String) - Method in class com.oaklandsw.http.HttpConnectionManager
Returns the number of connections currently in use for the specified host/port.
getAuthenticationDummyContent() - Method in class com.oaklandsw.http.HttpURLConnection
For internal use only (public for testing)
getAuthenticationDummyMethod() - Method in class com.oaklandsw.http.HttpURLConnection
For internal use only (public for testing)
getAuthenticationType() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the authentication type associated with this connection.
getCachedCredential(ConnectionInfo, int) - Method in class com.oaklandsw.http.HttpConnectionManager
 
getCallback() - Method in class com.oaklandsw.http.HttpURLConnection
Gets the Callback object associated with this connection.
getCause() - Method in class com.oaklandsw.http.HttpException
Return the Throwable that caused this exception, or null if the cause is unavailable, unknown, or not a Throwable.
getCipherSuite() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the cipher suite associated with this connection.
getComment() - Method in class com.oaklandsw.http.Cookie
Returns the comment describing the purpose of this cookie, or null if no such comment has been defined.
getConnection(HttpURLConnection) - Method in class com.oaklandsw.http.HttpConnectionManager
Get an HttpConnection for a given URL.
getConnection() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the connection associated with this object, if any.
getConnectionManager() - Static method in class com.oaklandsw.http.HttpURLConnection
Returns the HttpConnectionManager
getConnectionPool() - Static method in class com.oaklandsw.http.HttpURLConnection
Prints all pooled connections to System.out.
getConnectionProxyHost() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the current value of the proxy server host on this connection.
getConnectionProxyPassword() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the current value of the proxy server password on this connection.
getConnectionProxyPort() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the current value of the proxy server port number.
getConnectionProxyUser() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the current value of the proxy user on this connection.
getConnectionRequestLimit() - Method in class com.oaklandsw.http.HttpURLConnection
Return the connection request limit value associated with this connection.
getConnectionTimeout() - Method in class com.oaklandsw.http.HttpURLConnection
Return the connection timeout value associated with this connection.
getCookieContainer() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the CookieContainer associated with this request.
getCookiePolicy() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the CookiePolicy string associated with this request.
getCookieSpec(String) - Static method in class com.oaklandsw.http.CookiePolicy
Gets the cookie specification with the given ID.
getCookies() - Method in class com.oaklandsw.http.CookieContainer
Returns an array of cookies that this HTTP state currently contains.
getCount(int) - Method in class com.oaklandsw.http.HttpConnectionManager
 
getCredential(String, String, int) - Method in interface com.oaklandsw.http.HttpUserAgent
Get the authentication credentials.
getDefaultAuthenticationType() - Static method in class com.oaklandsw.http.HttpURLConnection
Gets the default authentication type.
getDefaultCallback() - Static method in class com.oaklandsw.http.HttpURLConnection
Returns the default Callback object.
getDefaultConnectionRequestLimit() - Static method in class com.oaklandsw.http.HttpURLConnection
Return the default idle connection ping value.
getDefaultConnectionTimeout() - Static method in class com.oaklandsw.http.HttpURLConnection
Return the default connection timeout value.
getDefaultHostnameVerifier() - Static method in class com.oaklandsw.http.HttpURLConnection
Returns the default hostname verifier used for SSL connections.
getDefaultIdleConnectionPing() - Static method in class com.oaklandsw.http.HttpURLConnection
Return the default idle connection ping value.
getDefaultIdleConnectionTimeout() - Static method in class com.oaklandsw.http.HttpURLConnection
Return the default idle connection timeout value.
getDefaultMaxForwards() - Static method in class com.oaklandsw.http.HttpURLConnection
Get the number of forwards and authentication retries allowed.
getDefaultMaxTries() - Static method in class com.oaklandsw.http.HttpURLConnection
Get the number of times an idempotent request is tried.
getDefaultPipeliningMaxDepth() - Static method in class com.oaklandsw.http.HttpURLConnection
Get the value of the maximum depth of pipelining for all connections.
getDefaultPipeliningOptions() - Static method in class com.oaklandsw.http.HttpURLConnection
Get the value of pipelining options for all connections.
getDefaultProxyAuthenticationType() - Static method in class com.oaklandsw.http.HttpURLConnection
Gets the default proxy authentication type.
getDefaultRequestTimeout() - Static method in class com.oaklandsw.http.HttpURLConnection
Return the default request timeout value.
getDefaultSSLSocketFactory() - Static method in class com.oaklandsw.http.HttpURLConnection
Returns the default SSL socket factory used for SSL connections.
getDefaultSocketFactory() - Static method in class com.oaklandsw.http.HttpURLConnection
Returns the default socket factory used for HTTP socket connections.
getDefaultSpec() - Static method in class com.oaklandsw.http.CookiePolicy
Returns cookie specification registered as CookiePolicy.DEFAULT.
getDefaultThrowFileNotFoundOn404() - Static method in class com.oaklandsw.http.HttpURLConnection
For JRE compatibility throw a FileNotFoundException when a 404 response is detected.
getDefaultTimeout() - Static method in class com.oaklandsw.http.HttpURLConnection
Deprecated. please use getDefaultConnectionTimeout() or getDefaultRequestTimeout()
getDefaultUserAgent() - Static method in class com.oaklandsw.http.HttpURLConnection
Gets the default user agent.
getDoAuthentication() - Method in class com.oaklandsw.http.HttpURLConnection
Automatic processing of responses where authentication is required (status codes 401 and 407).
getDomain() - Method in class com.oaklandsw.http.Cookie
Returns domain attribute of the cookie.
getDomain() - Method in class com.oaklandsw.http.NtlmCredential
Gets the value of domain
getErrorStream() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the data associated with the connection in the event of an error.
getExpiryDate() - Method in class com.oaklandsw.http.Cookie
Returns the expiration Date of the cookie, or null if none exists.
getGlobalState() - Method in class com.oaklandsw.http.HttpConnectionManager
 
getHeaderField(String) - Method in class com.oaklandsw.http.HttpURLConnection
 
getHeaderField(int) - Method in class com.oaklandsw.http.HttpURLConnection
 
getHeaderFieldKey(int) - Method in class com.oaklandsw.http.HttpURLConnection
 
getHeaderFields() - Method in class com.oaklandsw.http.HttpURLConnection
 
getHeadersLength() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the number of response headers.
getHost() - Method in class com.oaklandsw.http.NtlmCredential
Gets the value of host
getHostnameVerifier() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the hostname verifier used for this SSL connection.
getIdleConnectionPing() - Method in class com.oaklandsw.http.HttpURLConnection
Return the idle connection ping value associated with this connection.
getIdleConnectionTimeout() - Method in class com.oaklandsw.http.HttpURLConnection
Return the idle connection timeout value associated with this connection.
getInputStream() - Method in class com.oaklandsw.http.HttpURLConnection
Gets an InputStream for the data returned in the response.
getInstanceFollowRedirects() - Method in class com.oaklandsw.http.HttpURLConnection
Whether or not I should automatically follow HTTP redirects (status code 302, etc) Redirects are followed only for GET, POST, or HEAD requests.
getLocalCertificates() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the certificates(s) that were sent to the server when the connection was established.
getLocation() - Method in class com.oaklandsw.http.HttpRetryException
 
getMaxConnectionsPerHost() - Static method in class com.oaklandsw.http.HttpURLConnection
Get the maximum number of connections allowed for a given host:port.
getMultiCredentialsPerAddress() - Static method in class com.oaklandsw.http.HttpURLConnection
Allow multiple sets of authentication credentials per destination Internet address (host/port).
getNonProxyHosts() - Static method in class com.oaklandsw.http.HttpURLConnection
Returns the current value of the hosts to not be accessed through the proxy server.
getNtlmPreferredEncoding() - Static method in class com.oaklandsw.http.HttpURLConnection
Gets the preferred encoding for NTLM messages.
getOutputStream() - Method in class com.oaklandsw.http.HttpURLConnection
 
getPassword() - Method in class com.oaklandsw.http.UserCredential
Gets the value of password
getPath() - Method in class com.oaklandsw.http.Cookie
Returns the path attribute of the cookie
getPipeliningMaxDepth() - Method in class com.oaklandsw.http.HttpURLConnection
Get the value of the maximum depth of pipelining for this connection.
getPipeliningOptions() - Method in class com.oaklandsw.http.HttpURLConnection
Get the value of pipelining options for this connection.
getPreemptiveAuthentication() - Static method in class com.oaklandsw.http.HttpURLConnection
Deprecated.  
getProxyAuthenticationType() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the proxy authentication type associated with this connection.
getProxyCredential(String, String, int) - Method in interface com.oaklandsw.http.HttpUserAgent
Get the proxy authentication credentials.
getProxyHost() - Static method in class com.oaklandsw.http.HttpURLConnection
Returns the current value of the proxy server host.
getProxyPassword() - Static method in class com.oaklandsw.http.HttpURLConnection
Returns the current value of the proxy password.
getProxyPort() - Static method in class com.oaklandsw.http.HttpURLConnection
Returns the current value of the proxy server port number.
getProxyUser() - Static method in class com.oaklandsw.http.HttpURLConnection
Returns the current value of the proxy server user.
getReader() - Method in class com.oaklandsw.http.HttpURLConnection
Gets a Reader for the data returned in the response.
getReason() - Method in class com.oaklandsw.http.HttpRetryException
 
getRequestProperty(String) - Method in class com.oaklandsw.http.HttpURLConnection
 
getRequestTimeout() - Method in class com.oaklandsw.http.HttpURLConnection
Return the request timeout value associated with this connection.
getResponseCode() - Method in class com.oaklandsw.http.HttpURLConnection
 
getResponseFor(String, String, String, String, String) - Static method in class com.oaklandsw.http.ntlm.Ntlm
Returns the response for the given message.
getResponseMessage() - Method in class com.oaklandsw.http.HttpURLConnection
 
getRetryInterval() - Static method in class com.oaklandsw.http.HttpURLConnection
Get the interval to wait before each retry of a failed request.
getSSLSocketFactory() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the SSL socket factory used this SSL connection.
getSecure() - Method in class com.oaklandsw.http.Cookie
 
getServerCertificates() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the server's certificate chain that was established when the session was setup.
getSocketBufferSize(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Gets the buffer size to be used for the underlying sockets for all connections.
getSocketFactory() - Method in class com.oaklandsw.http.HttpURLConnection
Returns the socket factory used for this HTTP socket connection.
getStaticConfiguration() - Static method in class com.oaklandsw.http.HttpURLConnection
 
getStatistics() - Static method in class com.oaklandsw.http.HttpURLConnection
Returns various statistics in printed form
getTimeout() - Method in class com.oaklandsw.http.HttpURLConnection
Deprecated. please use either getConnectionTimeout() or getRequestTimeout()
getTotalConnectionCount(String) - Method in class com.oaklandsw.http.HttpConnectionManager
Returns the number of connections currently in use for the specified host/port.
getTries() - Static method in class com.oaklandsw.http.HttpURLConnection
Deprecated. please use getDefaultMaxTries()
getUrlString() - Method in class com.oaklandsw.http.HttpURLConnection
 
getUse10KeepAlive() - Static method in class com.oaklandsw.http.HttpURLConnection
Get the option to include the HTTP 1.0 Keep-Alive headers in HTTP requests.
getUser() - Method in class com.oaklandsw.http.UserCredential
Gets the value of user
getUserAgent() - Method in class com.oaklandsw.http.HttpURLConnection
Sets the user agent for this connection.
getVersion() - Method in class com.oaklandsw.http.Cookie
Returns the version of the cookie specification to which this cookie conforms.

H

HTTP_METHOD_CONNECT - Static variable in class com.oaklandsw.http.HttpURLConnection
 
HTTP_METHOD_DELETE - Static variable in class com.oaklandsw.http.HttpURLConnection
 
HTTP_METHOD_GET - Static variable in class com.oaklandsw.http.HttpURLConnection
 
HTTP_METHOD_HEAD - Static variable in class com.oaklandsw.http.HttpURLConnection
 
HTTP_METHOD_OPTIONS - Static variable in class com.oaklandsw.http.HttpURLConnection
 
HTTP_METHOD_POST - Static variable in class com.oaklandsw.http.HttpURLConnection
 
HTTP_METHOD_PUT - Static variable in class com.oaklandsw.http.HttpURLConnection
 
HTTP_METHOD_TRACE - Static variable in class com.oaklandsw.http.HttpURLConnection
 
HostnameVerifier - interface com.oaklandsw.http.HostnameVerifier.
An interface to allow the acceptance of SSL connections where the hostname does not match the host on the certificate.
HttpConnectionManager - class com.oaklandsw.http.HttpConnectionManager.
Creates and manages a pool of HttpConnections.
HttpConnectionManager(GlobalState) - Constructor for class com.oaklandsw.http.HttpConnectionManager
 
HttpException - exception com.oaklandsw.http.HttpException.
Signals that an HTTP or HttpClient exception has occurred.
HttpException() - Constructor for class com.oaklandsw.http.HttpException
Creates a new HttpException with a null detail message.
HttpException(String) - Constructor for class com.oaklandsw.http.HttpException
Creates a new HttpException with the specified detail message.
HttpException(String, Throwable) - Constructor for class com.oaklandsw.http.HttpException
Creates a new HttpException with the specified detail message and cause.
HttpRetryException - exception com.oaklandsw.http.HttpRetryException.
Used when an HTTP request requires a retry, but cannot be retried automatically because streaming mode (HttpURLConnection.set[...]StreamingMode()) was enabled.
HttpRetryException(String, int) - Constructor for class com.oaklandsw.http.HttpRetryException
 
HttpRetryException(String, int, String) - Constructor for class com.oaklandsw.http.HttpRetryException
 
HttpTimeoutException - exception com.oaklandsw.http.HttpTimeoutException.
Indicates a timeout has occurred.
HttpTimeoutException() - Constructor for class com.oaklandsw.http.HttpTimeoutException
Creates a new HttpTimeoutException.
HttpTimeoutException(String) - Constructor for class com.oaklandsw.http.HttpTimeoutException
Creates a new HttpTimeoutException with the specified message.
HttpURLConnection - class com.oaklandsw.http.HttpURLConnection.
A URLConnection with support for HTTP-specific features.
HttpURLConnection() - Constructor for class com.oaklandsw.http.HttpURLConnection
 
HttpURLConnection(URL) - Constructor for class com.oaklandsw.http.HttpURLConnection
Constructor, works the same as the constructor for java.net.HttpURLConnection.
HttpUserAgent - interface com.oaklandsw.http.HttpUserAgent.
Represents the user agent for the HTTP client.
hashCode() - Method in class com.oaklandsw.http.Cookie
Returns a hash code in keeping with the Object.hashCode() general hashCode contract.

I

IGNORE_COOKIES - Static variable in class com.oaklandsw.http.CookiePolicy
The policy that ignores cookies.
immediateShutdown() - Static method in class com.oaklandsw.http.HttpURLConnection
Immediately close all connections and stop all work in progress.
init() - Static method in class com.oaklandsw.http.ntlm.Ntlm
 
isConnected() - Method in class com.oaklandsw.http.HttpURLConnection
Returns true if this connection is currently connected.
isConnectionProxySsl() - Method in class com.oaklandsw.http.HttpURLConnection
Returns true if the proxy is to use SSL for this connection.
isDefaultForceSSL() - Static method in class com.oaklandsw.http.HttpURLConnection
Gets the value indicating if SSL is forced for this all URL connections.
isDefaultPipelining() - Static method in class com.oaklandsw.http.HttpURLConnection
Get the value of pipelining enablement for all connections.
isDomainAttributeSpecified() - Method in class com.oaklandsw.http.Cookie
Returns true if cookie's domain was set via a domain attribute in the Set-Cookie header.
isEmpty() - Method in class com.oaklandsw.http.CookieContainer
 
isExpired() - Method in class com.oaklandsw.http.Cookie
Returns true if this cookie has expired.
isExpired(Date) - Method in class com.oaklandsw.http.Cookie
Returns true if this cookie has expired according to the time passed in.
isExplicitClose() - Static method in class com.oaklandsw.http.HttpURLConnection
Deprecated.  
isForceSSL() - Method in class com.oaklandsw.http.HttpURLConnection
Gets the value indicating if SSL is forced for this URL connection.
isNonProxyHost(String) - Static method in class com.oaklandsw.http.HttpURLConnection
Returns true if the specified host is treated as a non-proxy host.
isPathAttributeSpecified() - Method in class com.oaklandsw.http.Cookie
Returns true if cookie's path was set via a path attribute in the Set-Cookie header.
isPersistent() - Method in class com.oaklandsw.http.Cookie
Returns false if the cookie should be discarded at the end of the "session"; true otherwise.
isPipelining() - Method in class com.oaklandsw.http.HttpURLConnection
Get the value of pipelining enablement for this connection.
isProxySsl() - Static method in class com.oaklandsw.http.HttpURLConnection
Returns true if the proxy is to use SSL for all connections.
isRetryDueToFailure() - Method in class com.oaklandsw.http.HttpRetryException
 
iterator() - Method in class com.oaklandsw.http.CookieContainer
 

M

MAX_TRIES - Static variable in class com.oaklandsw.http.HttpURLConnection
 
METHOD_PROP_ADD_CL_HEADER - Static variable in class com.oaklandsw.http.HttpURLConnection
Add the content-length header if not already specified.
METHOD_PROP_CALCULATE_CONTENT_LEN - Static variable in class com.oaklandsw.http.HttpURLConnection
The content length value is calculated (for potentially adding a content-length header) (POST/PUT).
METHOD_PROP_IGNORE_RESPONSE_BODY - Static variable in class com.oaklandsw.http.HttpURLConnection
The response body is ignored.
METHOD_PROP_LEAVE_OPEN - Static variable in class com.oaklandsw.http.HttpURLConnection
The connection is left open for this method (CONNECT)
METHOD_PROP_REDIRECT - Static variable in class com.oaklandsw.http.HttpURLConnection
This method will follow redirects.
METHOD_PROP_REQ_LINE_HOST_PORT - Static variable in class com.oaklandsw.http.HttpURLConnection
The request line has only the host/port (CONNECT)
METHOD_PROP_REQ_LINE_STAR - Static variable in class com.oaklandsw.http.HttpURLConnection
The request line consists of only a "*" (for OPTIONS)
METHOD_PROP_REQ_LINE_URL - Static variable in class com.oaklandsw.http.HttpURLConnection
The request line has a URL (most HTTP methods)
METHOD_PROP_RETRY - Static variable in class com.oaklandsw.http.HttpURLConnection
This method will be retried automatically.
METHOD_PROP_SEND_CONTENT_TYPE - Static variable in class com.oaklandsw.http.HttpURLConnection
A content-type header is automatically added (PUT).
METHOD_PROP_SUPPORTS_TUNNELED - Static variable in class com.oaklandsw.http.HttpURLConnection
This method supports the tunneling streaming mode (CONNECT)
METHOD_PROP_SWITCH_TO_POST - Static variable in class com.oaklandsw.http.HttpURLConnection
This is used for an HTTP GET method.
METHOD_PROP_UNKNOWN_METHOD - Static variable in class com.oaklandsw.http.HttpURLConnection
A method was specified, but is not known (in the table of methods)
METHOD_PROP_UNSPECIFIED_METHOD - Static variable in class com.oaklandsw.http.HttpURLConnection
This is what the method properties are set to initially, this value indicates no method was specified.

N

NETSCAPE - Static variable in class com.oaklandsw.http.CookiePolicy
The Netscape cookie draft compliant policy.
NONE - Static variable in class com.oaklandsw.http.ntlm.Ntlm
 
NTLM_ENCODING_OEM - Static variable in class com.oaklandsw.http.HttpURLConnection
 
NTLM_ENCODING_UNICODE - Static variable in class com.oaklandsw.http.HttpURLConnection
 
Ntlm - class com.oaklandsw.http.ntlm.Ntlm.
 
Ntlm() - Constructor for class com.oaklandsw.http.ntlm.Ntlm
 
NtlmCredential - class com.oaklandsw.http.NtlmCredential.
Contains the credentials specific to the NTLM authentication protocol.
NtlmCredential() - Constructor for class com.oaklandsw.http.NtlmCredential
 
NtlmCredential(String, String, String, String) - Constructor for class com.oaklandsw.http.NtlmCredential
 

O

openConnection(URL) - Static method in class com.oaklandsw.http.HttpURLConnection
Creates an HTTP connection directly, without using the URLStreamHandler.

P

PIPE_MAX_CONNECTIONS - Static variable in class com.oaklandsw.http.HttpURLConnection
Use as many connections as possible (up to the maximum number of connections to a host/port), spreading the requests across all available connections evenly.
PIPE_NONE - Static variable in class com.oaklandsw.http.HttpURLConnection
 
PIPE_PIPELINE - Static variable in class com.oaklandsw.http.HttpURLConnection
Use pipelining
PIPE_STANDARD_OPTIONS - Static variable in class com.oaklandsw.http.HttpURLConnection
 
pipelineBlock() - Static method in class com.oaklandsw.http.HttpURLConnection
Blocks until all pipelined HttpURLConnections are completed on this thread.
pipelineExecute() - Method in class com.oaklandsw.http.HttpURLConnection
Begins the pipelined execution of this connection.
pipelineExecuteAsync() - Method in class com.oaklandsw.http.HttpURLConnection
Begins the pipelined execution of this connection, when you don't need to block for completion of the connection or if this thread cannot tolerate blocking.
plOptionsToString(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Returns a string representation of the specified pipelining options.
printStackTrace() - Method in class com.oaklandsw.http.HttpException
Print this HttpException and its stack trace to the standard error stream.
printStackTrace(PrintStream) - Method in class com.oaklandsw.http.HttpException
Print this HttpException and its stack trace to the specified print stream.
printStackTrace(PrintWriter) - Method in class com.oaklandsw.http.HttpException
Print this HttpException and its stack trace to the specified print writer.
purgeExpiredCookies() - Method in class com.oaklandsw.http.CookieContainer
Removes all of cookies in this HTTP state that have expired according to the current system time.
purgeExpiredCookies(Date) - Method in class com.oaklandsw.http.CookieContainer
Removes all of cookies in this HTTP state that have expired by the specified date.

R

RFC_2109 - Static variable in class com.oaklandsw.http.CookiePolicy
The RFC 2109 compliant policy.
read(byte[], int, int, Socket, HttpURLConnection) - Method in interface com.oaklandsw.http.ConnectionIOListener
 
readResponse(HttpURLConnection, InputStream) - Method in class com.oaklandsw.http.AbstractCallback
 
readResponse(HttpURLConnection, InputStream) - Method in interface com.oaklandsw.http.Callback
This connection is ready to have its data read, and has completed successfully.
registerCookieSpec(String, Class) - Static method in class com.oaklandsw.http.CookiePolicy
Registers a new cookie specification with the given identifier.
releaseConnection(HttpConnection) - Method in class com.oaklandsw.http.HttpConnectionManager
Make the given HttpConnection available for use by other requests.
remove(Object) - Method in class com.oaklandsw.http.CookieContainer
 
removeAll(Collection) - Method in class com.oaklandsw.http.CookieContainer
 
resetCachedCredentials() - Static method in class com.oaklandsw.http.HttpURLConnection
Flushes all cached credentials.
resetGlobalState() - Static method in class com.oaklandsw.http.HttpURLConnection
Resets the global persistent state.
resetStatistics() - Method in class com.oaklandsw.http.HttpConnectionManager
 
resetStatistics() - Static method in class com.oaklandsw.http.HttpURLConnection
Resets the statistics counters.
resetUrlConReleased() - Static method in class com.oaklandsw.http.HttpURLConnection
 
responseCode() - Method in class com.oaklandsw.http.HttpRetryException
 
retainAll(Collection) - Method in class com.oaklandsw.http.CookieContainer
 

S

SOCKET_RECEIVE - Static variable in class com.oaklandsw.http.HttpURLConnection
 
SOCKET_SEND - Static variable in class com.oaklandsw.http.HttpURLConnection
 
setAuthenticationDummyContent(String) - Method in class com.oaklandsw.http.HttpURLConnection
For internal use only (public for testing)
setAuthenticationDummyMethod(String) - Method in class com.oaklandsw.http.HttpURLConnection
For internal use only (public for testing)
setAuthenticationType(int) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the authentication type for this connection used for pipelining or streaming.
setCallback(Callback) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the Callback object associated with this connection.
setChunkedStreamingMode(int) - Method in class com.oaklandsw.http.HttpURLConnection
Used to allow data to be sent on with the HTTP request using chunked encoding.
setComment(String) - Method in class com.oaklandsw.http.Cookie
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described using this comment.
setConnection(HttpConnection) - Method in class com.oaklandsw.http.HttpURLConnection
Associates a connection with this object.
setConnectionProxyHost(String) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the host to be used as a proxy server for this connection.
setConnectionProxyPassword(String) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the password to be used to authenticate with the proxy server for this connection.
setConnectionProxyPort(int) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the port on the proxy server host.
setConnectionProxySsl(boolean) - Method in class com.oaklandsw.http.HttpURLConnection
Enables or disables the use of SSL for the proxy.
setConnectionProxyUser(String) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the user to be used to authenticate with the proxy server.
setConnectionRequestLimit(int) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the number of HttpURLConnection requests that can be used on the underlying socket connection.
setConnectionTimeout(int) - Method in class com.oaklandsw.http.HttpURLConnection
Set the connection timeout value associated with this connection.
setCookieSupport(CookieContainer, String) - Method in class com.oaklandsw.http.HttpURLConnection
Associates the given CookieContainer with this connection.
setDefaultAuthenticationType(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the default authentication type.
setDefaultCallback(Callback) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the Callback object for all connections.
setDefaultConnectionRequestLimit(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Set the default idle connection request limit value.
setDefaultConnectionRequestLimit() - Static method in class com.oaklandsw.http.HttpURLConnection
Set the default idle connection ping value to its default value (0 seconds).
setDefaultConnectionTimeout(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Set the default connection timeout value.
setDefaultCookieSupport(CookieContainer, String) - Static method in class com.oaklandsw.http.HttpURLConnection
 
setDefaultForceSSL(boolean) - Static method in class com.oaklandsw.http.HttpURLConnection
Forces the URL connection to use SSL regardless of the protocol specified for all connections.
setDefaultHostnameVerifier(HostnameVerifier) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the default hostname verifier used for SSL connections
setDefaultIdleConnectionPing(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Set the default idle connection ping value.
setDefaultIdleConnectionPing() - Static method in class com.oaklandsw.http.HttpURLConnection
Set the default idle connection ping value to its default value (0 seconds).
setDefaultIdleConnectionTimeout(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Set the default idle connection timeout value.
setDefaultIdleConnectionTimeout() - Static method in class com.oaklandsw.http.HttpURLConnection
Set the default idle connection timeout value to its default value (14 seconds).
setDefaultMaxForwards(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Set the number of times a request can be redirected or it can have its authentication retried in the event of an authentication failure (particularly in a pipelined environment).
setDefaultMaxTries(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Set the number of times an idempotent request is to be tried before considering it a failure.
setDefaultPipelining(boolean) - Static method in class com.oaklandsw.http.HttpURLConnection
Enable pipelining for all connections.
setDefaultPipeliningMaxDepth(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the maximum depth of pipelining for all connections.
setDefaultPipeliningOptions(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Set specific pipeline options for all connections.
setDefaultProxyAuthenticationType(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the default proxy authentication type.
setDefaultRequestTimeout(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Set the default request timeout value.
setDefaultSSLSocketFactory(SSLSocketFactory) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the default SSL socket factory used for SSL connections.
setDefaultSocketFactory(AbstractSocketFactory) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the default socket factory used for HTTP socket connections.
setDefaultThrowFileNotFoundOn404(boolean) - Static method in class com.oaklandsw.http.HttpURLConnection
For JRE compatibility throw a FileNotFoundException when a 404 response is detected.
setDefaultTimeout(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Set the default timeout value.
setDefaultUserAgent(HttpUserAgent) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the default user agent.
setDoAuthentication(boolean) - Method in class com.oaklandsw.http.HttpURLConnection
Automatic processing of responses where authentication is required (status codes 401 and 407).
setDomain(String) - Method in class com.oaklandsw.http.Cookie
Sets the domain attribute.
setDomain(String) - Method in class com.oaklandsw.http.NtlmCredential
Sets the value of domain
setDomainAttributeSpecified(boolean) - Method in class com.oaklandsw.http.Cookie
Indicates whether the cookie had a domain specified in a domain attribute of the Set-Cookie header.
setExpiryDate(Date) - Method in class com.oaklandsw.http.Cookie
Sets expiration date.
setExplicitClose(boolean) - Static method in class com.oaklandsw.http.HttpURLConnection
Deprecated.  
setFixedLengthStreamingMode(int) - Method in class com.oaklandsw.http.HttpURLConnection
Used to allow data to be sent on with the HTTP request without buffering and when the length of the data is known in advance.
setForceSSL(boolean) - Method in class com.oaklandsw.http.HttpURLConnection
Forces the URL connection to use SSL regardless of the protocol specified.
setHost(String) - Method in class com.oaklandsw.http.NtlmCredential
Sets the value of host
setHostnameVerifier(HostnameVerifier) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the hostname verifier used for this SSL connection
setIdleConnectionPing(int) - Method in class com.oaklandsw.http.HttpURLConnection
Set the idle connection ping value associated with this connection.
setIdleConnectionTimeout(int) - Method in class com.oaklandsw.http.HttpURLConnection
Set the idle connection timeout value associated with this connection.
setInstanceFollowRedirects(boolean) - Method in class com.oaklandsw.http.HttpURLConnection
Set whether or not I should automatically follow HTTP redirects (status code 302, etc).
setMaxConnectionsPerHost(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Set the maximum number of connections allowed for a given host:port.
setMethodProperties(String, int) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the properties for the specified method to the specified property value.
setMultiCredentialsPerAddress(boolean) - Static method in class com.oaklandsw.http.HttpURLConnection
Allow multiple sets of authentication credentials per destination Internet address (host/port).
setNonProxyHosts(String) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the hosts to be excluded from the proxy mechanism.
setNtlmPreferredEncoding(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the preferred encoding for NTLM authenticate messages.
setPassword(String) - Method in class com.oaklandsw.http.UserCredential
Sets the value of password
setPath(String) - Method in class com.oaklandsw.http.Cookie
Sets the path attribute.
setPathAttributeSpecified(boolean) - Method in class com.oaklandsw.http.Cookie
Indicates whether the cookie had a path specified in a path attribute of the Set-Cookie header.
setPipelining(boolean) - Method in class com.oaklandsw.http.HttpURLConnection
Enable pipelining for this connection.
setPipeliningMaxDepth(int) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the maximum depth of pipelining for this connection.
setPipeliningOptions(int) - Method in class com.oaklandsw.http.HttpURLConnection
Set specific pipeline options for this connection.
setPreemptiveAuthentication(boolean) - Static method in class com.oaklandsw.http.HttpURLConnection
Deprecated.  
setProxyAuthenticationType(int) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the proxy authentication type for this connection.
setProxyHost(String) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the host to be used as a proxy server.
setProxyPassword(String) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the password to be used to authenticate with the proxy server for this connection.
setProxyPort(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the port on the proxy server host.
setProxySsl(boolean) - Static method in class com.oaklandsw.http.HttpURLConnection
Enables or disables the use of SSL for the proxy for all connections.
setProxyUser(String) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the user to be used to authenticate with the proxy server.
setRawStreamingMode(boolean) - Method in class com.oaklandsw.http.HttpURLConnection
Used to allow direct access to sending the HTTP request.
setRequestMethod(String) - Method in class com.oaklandsw.http.HttpURLConnection
 
setRequestProperty(String, String) - Method in class com.oaklandsw.http.HttpURLConnection
 
setRequestTimeout(int) - Method in class com.oaklandsw.http.HttpURLConnection
Set the request timeout value associated with this connection.
setRetryDueToFailure(boolean) - Method in class com.oaklandsw.http.HttpRetryException
 
setRetryInterval(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Set the interval to wait before each retry of a failed request.
setSSLSocketFactory(SSLSocketFactory) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the SSL socket factory used for this SSL connection.
setSecure(boolean) - Method in class com.oaklandsw.http.Cookie
Sets the secure attribute of the cookie.
setSocketBufferSize(int, int) - Static method in class com.oaklandsw.http.HttpURLConnection
Sets the buffer size to be used for the underlying sockets for all connections.
setSocketConnectionIOListener(ConnectionIOListener) - Method in class com.oaklandsw.http.HttpConnectionManager
Sets a ConnectionIOListener to receive events associated with data on the all connections.
setSocketFactory(AbstractSocketFactory) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the default socket factory used for this HTTP socket connection.
setTimeout(int) - Method in class com.oaklandsw.http.HttpURLConnection
Set the timeout value associated with this connection.
setTries(int) - Static method in class com.oaklandsw.http.HttpURLConnection
Deprecated. please use setDefaultMaxTries()
setTunneledStreamingMode(boolean) - Method in class com.oaklandsw.http.HttpURLConnection
Used to allow direct access to a tunneled connection.
setUse10KeepAlive(boolean) - Static method in class com.oaklandsw.http.HttpURLConnection
Set the option to include the HTTP 1.0 Keep-Alive headers in HTTP requests.
setUser(String) - Method in class com.oaklandsw.http.UserCredential
Sets the value of user
setUserAgent(HttpUserAgent) - Method in class com.oaklandsw.http.HttpURLConnection
Sets the user agent for this connection.
setVersion(int) - Method in class com.oaklandsw.http.Cookie
Sets the version of the cookie specification to which this cookie conforms.
size() - Method in class com.oaklandsw.http.CookieContainer
 

T

toArray() - Method in class com.oaklandsw.http.CookieContainer
 
toArray(Object[]) - Method in class com.oaklandsw.http.CookieContainer
 
toExternalForm() - Method in class com.oaklandsw.http.Cookie
Return a textual representation of the cookie.
toString() - Method in class com.oaklandsw.http.Cookie
Return a textual representation of the cookie.
toString() - Method in class com.oaklandsw.http.CookieContainer
 
toString() - Method in class com.oaklandsw.http.HttpRetryException
 
toString() - Method in class com.oaklandsw.http.HttpURLConnection
 
toString() - Method in class com.oaklandsw.http.NtlmCredential
 
toString() - Method in class com.oaklandsw.http.UserCredential
 

U

UserCredential - class com.oaklandsw.http.UserCredential.
Records the user/password credentials required by authentication protocols.
UserCredential() - Constructor for class com.oaklandsw.http.UserCredential
 
UserCredential(String, String) - Constructor for class com.oaklandsw.http.UserCredential
 
unregisterCookieSpec(String) - Static method in class com.oaklandsw.http.CookiePolicy
Unregisters the cookie specification with the given ID.
usingProxy() - Method in class com.oaklandsw.http.HttpURLConnection
 

V

V1 - Static variable in class com.oaklandsw.http.ntlm.Ntlm
 
V2 - Static variable in class com.oaklandsw.http.ntlm.Ntlm
 
verify(String, SSLSession) - Method in interface com.oaklandsw.http.HostnameVerifier
Called when an SSL connection is established and the hostname on the certificate does not match the hostname to which the connection is made.

W

WEBDAV_METHOD_ACL - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_BASELINE_CONTROL - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_CHECKIN - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_CHECKOUT - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_COPY - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_DELETE - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_LOCK - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_MERGE - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_MKCOL - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_MKWORKSPACE - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_MOVE - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_PROPFIND - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_PROPPATCH - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_REPORT - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_SEARCH - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_UNCHECKOUT - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_UNLOCK - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_UPDATE - Static variable in class com.oaklandsw.http.HttpURLConnection
 
WEBDAV_METHOD_VERSION_CONTROL - Static variable in class com.oaklandsw.http.HttpURLConnection
 
write(byte[], int, int, Socket, HttpURLConnection) - Method in interface com.oaklandsw.http.ConnectionIOListener
 
writeRequest(HttpURLConnection, OutputStream) - Method in class com.oaklandsw.http.AbstractCallback
 
writeRequest(HttpURLConnection, OutputStream) - Method in interface com.oaklandsw.http.Callback
This connection is ready to have its data written.

_

_authMessageFlags - Static variable in class com.oaklandsw.http.ntlm.Ntlm
 
_authMessageLmResponse - Static variable in class com.oaklandsw.http.ntlm.Ntlm
 
_authMessageNtResponse - Static variable in class com.oaklandsw.http.ntlm.Ntlm
 
_challengeMessageFlags - Static variable in class com.oaklandsw.http.ntlm.Ntlm
 
_checkChallengeV2Flags - Static variable in class com.oaklandsw.http.ntlm.Ntlm
 
_useNtNegotiateFlags - Static variable in class com.oaklandsw.http.ntlm.Ntlm
 

A B C D E F G H I M N O P R S T U V W _

Copyright © 2002-2007 Oakland Software Incorporated. All Rights Reserved.