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


C

CONN - Static variable in class HTTPClient.Log
Deprecated. The HTTPConnection facility (1)
COOKI - Static variable in class HTTPClient.Log
Deprecated. The Cookies facility (16)
Codecs - class HTTPClient.Codecs.
This class collects various encoders and decoders.
Cookie - class HTTPClient.Cookie.
This class represents an http cookie as specified in Netscape's cookie spec; however, because not even Netscape follows their own spec, and because very few folks out there actually read specs but instead just look whether Netscape accepts their stuff, the Set-Cookie header field parser actually tries to follow what Netscape has implemented, instead of what the spec says.
Cookie(String, String, String, String, Date, boolean) - Constructor for class HTTPClient.Cookie
Create a cookie.
Cookie(String, String) - Constructor for class HTTPClient.Cookie
Use parse() to create cookies.
Cookie2 - class HTTPClient.Cookie2.
This class represents an http cookie as specified in the HTTP State Management Mechanism spec (also known as a version 1 cookie).
Cookie2(String, String, String, int[], String, Date, boolean, boolean, String, URI) - Constructor for class HTTPClient.Cookie2
Create a cookie.
Cookie2(String, String) - Constructor for class HTTPClient.Cookie2
Use parse() to create cookies.
CookieModule - class HTTPClient.CookieModule.
This module handles Netscape cookies (also called Version 0 cookies) and Version 1 cookies.
CookieModule() - Constructor for class HTTPClient.CookieModule
 
CookiePolicyHandler - interface HTTPClient.CookiePolicyHandler.
This is the interface that a cookie policy handler must implement.
canonicalizePath(String) - Static method in class HTTPClient.URI
Remove all "/../" and "/./" from path, where possible.
chunkedDecode(InputStream) - Static method in class HTTPClient.Codecs
Decodes chunked data.
chunkedEncode(byte[], NVPair[], boolean) - Static method in class HTTPClient.Codecs
Encodes data used the chunked encoding.
chunkedEncode(byte[], int, int, NVPair[], boolean) - Static method in class HTTPClient.Codecs
Encodes data used the chunked encoding.
clearFlags(int) - Method in class HTTPClient.ntlm.NtlmSupportFlags
Clears only the specified flags, updating the current state.
clone() - Method in class HTTPClient.AuthorizationInfo
 
clone() - Method in class HTTPClient.Request
 
clone() - Method in class HTTPClient.Response
 
close() - Method in class HTTPClient.HttpOutputStream
Closes the stream and causes the data to be sent if it has not already been done so.
comment - Variable in class HTTPClient.Cookie2
 
comment_url - Variable in class HTTPClient.Cookie2
 
con - Variable in class HTTPClient.HttpURLConnection
the current connection
connect() - Method in class HTTPClient.HTTPConnection
Connects the socket to the server, but does not send any data.
connect() - Method in class HTTPClient.HttpURLConnection
Connects to the server (if connection not still kept alive) and issues the request.
cookieHandler() - Method in class HTTPClient.CookieModule
Constructor.
copyFrom(Request) - Method in class HTTPClient.Request
Copy all the fields from other to this request.
createAuthorizationInfo(String, int, String, String, String) - Method in interface HTTPClient.AuthenticationScheme
Creates an AuthorizationInfo object, appropriately populated for use by this AuthenticationScheme.
createAuthorizationInfo(String, int, String, String, String) - Method in class HTTPClient.ntlm.NtlmAuthenticationScheme
 
createScheme(String) - Method in class HTTPClient.AuthenticationSchemeRegistry
Attempts to create a new instance of the class with the given class name, which is expected to implement AuthenticationScheme.

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.