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


R

REQ_CONTINUE - Static variable in interface HTTPClient.HTTPClientModuleConstants
continue processing the request
REQ_NEWCON_RST - Static variable in interface HTTPClient.HTTPClientModuleConstants
using a new HTTPConnection, restart request processing
REQ_NEWCON_SND - Static variable in interface HTTPClient.HTTPClientModuleConstants
using a new HTTPConnection, send request immediately
REQ_RESPONSE - Static variable in interface HTTPClient.HTTPClientModuleConstants
response generated; go to phase 2
REQ_RESTART - Static variable in interface HTTPClient.HTTPClientModuleConstants
restart request processing with first module
REQ_RETURN - Static variable in interface HTTPClient.HTTPClientModuleConstants
response generated; return response immediately (no processing)
REQ_SHORTCIRC - Static variable in interface HTTPClient.HTTPClientModuleConstants
stop processing and send the request
RESP - Static variable in class HTTPClient.Log
Deprecated. The HTTPResponse facility (2)
RESP_AUTH_HEADER - Static variable in class HTTPClient.AuthenticationSchemeRegistry
Response header indicating the resource server requires authentication.
RESP_AUTH_PROXY_HEADER - Static variable in class HTTPClient.AuthenticationSchemeRegistry
Response header indicating the proxy server requires authentication.
RSP_CONTINUE - Static variable in interface HTTPClient.HTTPClientModuleConstants
continue processing response
RSP_NEWCON_REQ - Static variable in interface HTTPClient.HTTPClientModuleConstants
go to phase 1 using a new HTTPConnection
RSP_NEWCON_SND - Static variable in interface HTTPClient.HTTPClientModuleConstants
send request using a new HTTPConnection
RSP_REQUEST - Static variable in interface HTTPClient.HTTPClientModuleConstants
new request generated; go to phase 1
RSP_RESTART - Static variable in interface HTTPClient.HTTPClientModuleConstants
restart response processing with first module
RSP_SEND - Static variable in interface HTTPClient.HTTPClientModuleConstants
new request generated; send request immediately (no processing)
RSP_SHORTCIRC - Static variable in interface HTTPClient.HTTPClientModuleConstants
stop processing and return response
Request - class HTTPClient.Request.
This class represents an http request.
Request(HTTPConnection, String, String, NVPair[], byte[], HttpOutputStream, boolean) - Constructor for class HTTPClient.Request
Creates a new request structure.
Response - class HTTPClient.Response.
This class represents an intermediate response.
Response(String, int, String, NVPair[], byte[], InputStream, int) - Constructor for class HTTPClient.Response
Create a new response with the given info.
RoRequest - interface HTTPClient.RoRequest.
This interface represents the read-only interface of an http request.
RoResponse - interface HTTPClient.RoResponse.
This interface represents read-only interface of an intermediate http response.
readConfigurationProperties() - Static method in class HTTPClient.HttpClientConfiguration
HttpClient system property configuration is read in using the currently documented system properties.
reg_nameChar - Static variable in class HTTPClient.URI
 
removeAllSchemes() - Method in class HTTPClient.AuthenticationSchemeRegistry
Unregisters (removes) all authentication schemes from this registry.
removeAuthorization(AuthorizationInfo) - Static method in class HTTPClient.AuthorizationInfo
Removes an authorization entry from the list using the default context.
removeAuthorization(AuthorizationInfo, Object) - Static method in class HTTPClient.AuthorizationInfo
Removes an authorization entry from the list.
removeAuthorization(String, int, String, String) - Static method in class HTTPClient.AuthorizationInfo
Removes an authorization entry from the list using the default context.
removeAuthorization(String, int, String, String, Object) - Static method in class HTTPClient.AuthorizationInfo
Removes an authorization entry from the list.
removeAuthorization(Object) - Static method in class HTTPClient.AuthorizationInfo
Removes all authorization entries from the list that are associated with the specified context.
removeCookie(Cookie) - Static method in class HTTPClient.CookieModule
Remove the specified cookie from the list of cookies in the default context.
removeCookie(Cookie, Object) - Static method in class HTTPClient.CookieModule
Remove the specified cookie from the list of cookies for the specified context.
removeDefaultModule(Class) - Static method in class HTTPClient.HTTPConnection
Removes a module from the default list.
removeModule(Class) - Method in class HTTPClient.HTTPConnection
Removes a module from the current list.
removeScheme(String) - Method in class HTTPClient.AuthenticationSchemeRegistry
Unregisters (removes) the authentication scheme, with the associated schemeName, from the registry.
replaceFlags(int) - Method in class HTTPClient.ntlm.NtlmSupportFlags
Replaces the flag data.
replaceFlags(byte[]) - Method in class HTTPClient.ntlm.NtlmSupportFlags
Replaces the flag data.
requestHandler(Request, Response[]) - Method in class HTTPClient.CookieModule
Invoked by the HTTPClient.
requestHandler(Request, Response[]) - Method in interface HTTPClient.HTTPClientModule
This is invoked before the request is sent.
reservedChar - Static variable in class HTTPClient.URI
 
reset() - Method in class HTTPClient.HttpOutputStream
Reset this output stream, so it may be reused in a retried request.
resp - Variable in class HTTPClient.HttpURLConnection
the response
responsePhase1Handler(Response, RoRequest) - Method in class HTTPClient.CookieModule
Invoked by the HTTPClient.
responsePhase1Handler(Response, RoRequest) - Method in interface HTTPClient.HTTPClientModule
The phase 1 response handler.
responsePhase2Handler(Response, Request) - Method in class HTTPClient.CookieModule
Invoked by the HTTPClient.
responsePhase2Handler(Response, Request) - Method in interface HTTPClient.HTTPClientModule
The phase 2 response handler.
responsePhase3Handler(Response, RoRequest) - Method in class HTTPClient.CookieModule
Invoked by the HTTPClient.
responsePhase3Handler(Response, RoRequest) - Method in interface HTTPClient.HTTPClientModule
The phase 3 response handler.
resvdHostChar - Static variable in class HTTPClient.URI
list of characters which must not be unescaped when unescaping a host
resvdPathChar - Static variable in class HTTPClient.URI
list of characters which must not be unescaped when unescaping a path
resvdQueryChar - Static variable in class HTTPClient.URI
list of characters which must not be unescaped when unescaping a query string
resvdSchemeChar - Static variable in class HTTPClient.URI
list of characters which must not be unescaped when unescaping a scheme
resvdUIChar - Static variable in class HTTPClient.URI
list of characters which must not be unescaped when unescaping a userinfo
retryRequest() - Method in class HTTPClient.HTTPResponse
Should the request be retried by the application? If the application used an HttpOutputStream in the request then various modules (such as the redirection and authorization modules) are not able to resend the request themselves.
retryRequest() - Method in class HTTPClient.Response
 

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.