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

A

ACCEPT - Static variable in class com.oracle.httpclient.HttpHeader
ACCEPT_CHARSET - Static variable in class com.oracle.httpclient.HttpHeader
ACCEPT_ENCODING - Static variable in class com.oracle.httpclient.HttpHeader
ACCEPT_LANGUAGE - Static variable in class com.oracle.httpclient.HttpHeader
ACCEPTED - Static variable in interface com.oracle.httpclient.HttpResponse
202: The request has been accepted for processing, but the processing has not been completed, see Hypertext Transfer Protocol -- HTTP/1.1.
addConnectionOptions(ConnectionOption<?>...) - Method in class com.oracle.httpclient.HttpClientBuilder
Adds connection specific configuration settings.
addHeaderValue(HttpHeader, String) - Method in interface com.oracle.httpclient.HttpMessageHeaders
Add a new value for the given header.
addHeaderValues(HttpHeader, String...) - Method in interface com.oracle.httpclient.HttpMessageHeaders
Add a new values for the given header.
addHeaderValues(HttpHeader, List<String>) - Method in interface com.oracle.httpclient.HttpMessageHeaders
Add a new values for the given header.
addRequestFilter(HttpRequestFilter) - Method in class com.oracle.httpclient.HttpClientBuilder
Adds a new request filter that will be used for handling a client outbound request.
addResponseFilter(HttpResponseFilter) - Method in class com.oracle.httpclient.HttpClientBuilder
Adds a new response filter that will be used for handling an inbound response.
ALLOW - Static variable in class com.oracle.httpclient.HttpHeader
appendPath(String) - Method in class com.oracle.httpclient.URIBuilder
Appends the given path to the existing path.
appendQueryParameter(String, String) - Method in class com.oracle.httpclient.URIBuilder
Appends query parameter to the existing query.
AUTHORIZATION - Static variable in class com.oracle.httpclient.HttpHeader

B

BAD_GATEWAY - Static variable in interface com.oracle.httpclient.HttpResponse
502: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request, see Hypertext Transfer Protocol -- HTTP/1.1.
BAD_REQUEST - Static variable in interface com.oracle.httpclient.HttpResponse
400: The request could not be understood by the server due to malformed syntax, see Hypertext Transfer Protocol -- HTTP/1.1.
breakRequestProcessing(HttpResponse, boolean) - Method in interface com.oracle.httpclient.HttpRequestProcessingContext
Breaks the chain of request filters with the given response.
build() - Method in interface com.oracle.httpclient.HttpClient
Returns a new instance HttpRequestBuilder.
build(String) - Method in interface com.oracle.httpclient.HttpClient
Returns a new instance HttpRequestBuilder.
build(URIBuilder) - Method in interface com.oracle.httpclient.HttpClient
Returns a new instance HttpRequestBuilder.
build() - Method in class com.oracle.httpclient.HttpClientBuilder
Returns a new instance HttpClient.
build(String...) - Method in interface com.oracle.httpclient.HttpRequestBuilder
Build a new client request.
build(Map<String, String>) - Method in interface com.oracle.httpclient.HttpRequestBuilder
Build a new client request.
build() - Method in class com.oracle.httpclient.HttpResponseBuilder
Creates new instance HttpResponse.
build(String...) - Method in class com.oracle.httpclient.URIBuilder
Builds the string representation of URI using the given values.
build(Map<String, String>) - Method in class com.oracle.httpclient.URIBuilder
Builds the string representation of URI using the given values.

C

CACHE_CONTROL - Static variable in class com.oracle.httpclient.HttpHeader
close() - Method in interface com.oracle.httpclient.HttpResponse
Close the underlying message body stream.
com.oracle.httpclient - package com.oracle.httpclient
HTTP Client API
CONFLICT - Static variable in interface com.oracle.httpclient.HttpResponse
409: The request could not be completed due to a conflict with the current state of the resource, see Hypertext Transfer Protocol -- HTTP/1.1.
contains(HttpHeader) - Method in interface com.oracle.httpclient.HttpMessageHeaders
Returns true if this set of message headers contains the given header.
CONTENT_ENCODING - Static variable in class com.oracle.httpclient.HttpHeader
CONTENT_LANGUAGE - Static variable in class com.oracle.httpclient.HttpHeader
CONTENT_LENGTH - Static variable in class com.oracle.httpclient.HttpHeader
CONTENT_LOCATION - Static variable in class com.oracle.httpclient.HttpHeader
CONTENT_TYPE - Static variable in class com.oracle.httpclient.HttpHeader
COOKIE - Static variable in class com.oracle.httpclient.HttpHeader
createBuilder() - Method in interface com.oracle.httpclient.HttpRequest
Returns a new instance of HttpRequestBuilder based on the request parameters.
createBuilder() - Method in interface com.oracle.httpclient.ProcessedHttpRequest
Returns a new instance of HttpRequestBuilder based on the request parameters.
CREATED - Static variable in interface com.oracle.httpclient.HttpResponse
201: The request has been fulfilled and resulted in a new resource being created, see Hypertext Transfer Protocol -- HTTP/1.1.

D

DATE - Static variable in class com.oracle.httpclient.HttpHeader

E

equals(Object) - Method in class com.oracle.httpclient.HttpHeader
 
ETAG - Static variable in class com.oracle.httpclient.HttpHeader
EXPECTATION_FAILED - Static variable in interface com.oracle.httpclient.HttpResponse
417: The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.
EXPIRES - Static variable in class com.oracle.httpclient.HttpHeader

F

failed(HttpClientException) - Method in interface com.oracle.httpclient.HttpResponseListener
This method is called when the invocation has failed for any reason.
filter(ProcessedHttpRequest, HttpRequestProcessingContext) - Method in interface com.oracle.httpclient.HttpRequestFilter
This method is called before the request is sent.
filter(ProcessedHttpResponse, HttpRequestProcessingContext) - Method in interface com.oracle.httpclient.HttpResponseFilter
This method is called after the response is received.
FORBIDDEN - Static variable in interface com.oracle.httpclient.HttpResponse
403: The server understood the request, but is refusing to fulfill it.
FOUND - Static variable in interface com.oracle.httpclient.HttpResponse
302: The requested resource resides temporarily under a different URI, see Hypertext Transfer Protocol -- HTTP/1.1.

G

GATEWAY_TIMEOUT - Static variable in interface com.oracle.httpclient.HttpResponse
504: The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI or some other auxiliary server it needed to access in attempting to complete the request.
getAccessPoint() - Method in interface com.oracle.httpclient.HttpClient
Returns the network configuration.
getAccessPoint() - Method in class com.oracle.httpclient.HttpClientBuilder
Returns the network configuration.
getBody() - Method in interface com.oracle.httpclient.HttpRequest
Returns the message body associated with this request.
getBody() - Method in interface com.oracle.httpclient.HttpRequestBuilder
Returns message body.
getBody() - Method in class com.oracle.httpclient.HttpResponseBuilder
Returns message body.
getBody() - Method in interface com.oracle.httpclient.ProcessedHttpRequest
Returns message body.
getBodyStream() - Method in interface com.oracle.httpclient.HttpResponse
Returns the message body input stream.
getBodyStream() - Method in interface com.oracle.httpclient.ProcessedHttpRequest
Returns the message body output stream.
getBodyStream() - Method in interface com.oracle.httpclient.ProcessedHttpResponse
Returns the message body input stream.
getClient() - Method in interface com.oracle.httpclient.HttpRequestProcessingContext
Returns HttpClient instance which belongs to the request/response.
getConnectionOptions() - Method in interface com.oracle.httpclient.HttpClient
Returns an unmodifiable list of connection settings.
getConnectionOptions() - Method in class com.oracle.httpclient.HttpClientBuilder
Returns an unmodifiable list of connection settings.
getFragment() - Method in class com.oracle.httpclient.URIBuilder
Returns the URI fragment.
getHeader(HttpHeader) - Method in interface com.oracle.httpclient.HttpRequest
Returns the value of header for the request.
getHeader(HttpHeader) - Method in interface com.oracle.httpclient.HttpRequestBuilder
Returns the value of header for the request.
getHeader(HttpHeader) - Method in interface com.oracle.httpclient.HttpResponse
Returns the value of header for the response.
getHeader(HttpHeader) - Method in class com.oracle.httpclient.HttpResponseBuilder
Returns the value of header for the response.
getHeaders() - Method in interface com.oracle.httpclient.HttpMessageHeaders
Returns a set view of the HTTP headers.
getHeaders() - Method in interface com.oracle.httpclient.HttpRequest
Returns an unmodifiable view of the HTTP headers and corresponding values.
getHeaders() - Method in interface com.oracle.httpclient.HttpRequestBuilder
Returns the mutable request headers.
getHeaders() - Method in interface com.oracle.httpclient.HttpResponse
Returns an unmodifiable view of the HTTP headers and corresponding values.
getHeaders() - Method in class com.oracle.httpclient.HttpResponseBuilder
Returns the mutable response headers.
getHeaders() - Method in interface com.oracle.httpclient.ProcessedHttpRequest
Returns the mutable request headers.
getHeaders() - Method in interface com.oracle.httpclient.ProcessedHttpResponse
Returns the mutable response headers.
getHeaderValue(HttpHeader) - Method in interface com.oracle.httpclient.HttpMessageHeaders
Gets a single string value for the given header.
getHeaderValues(HttpHeader) - Method in interface com.oracle.httpclient.HttpMessageHeaders
Returns values for the given header.
getHost() - Method in class com.oracle.httpclient.URIBuilder
Returns the URI host.
getInstance() - Static method in class com.oracle.httpclient.HttpClientBuilder
Returns a new instance HttpClientBuilder.
getInstance(HttpClientBuilder) - Static method in class com.oracle.httpclient.HttpClientBuilder
Returns a new instance HttpClientBuilder.
getInstance(HttpClient) - Static method in class com.oracle.httpclient.HttpClientBuilder
Returns a new instance HttpClientBuilder.
getInstance() - Static method in class com.oracle.httpclient.HttpResponseBuilder
Returns a new instance HttpResponseBuilder.
getInstance() - Static method in class com.oracle.httpclient.URIBuilder
Returns a new instance URIBuilder.
getInstance(String) - Static method in class com.oracle.httpclient.URIBuilder
Returns a new instance URIBuilder.
getInstance(URIBuilder) - Static method in class com.oracle.httpclient.URIBuilder
Returns a new instance URIBuilder.
getMethod() - Method in interface com.oracle.httpclient.HttpRequest
Returns the HTTP method.
getMethod() - Method in interface com.oracle.httpclient.HttpRequestBuilder
Returns the HTTP method.
getMethod() - Method in interface com.oracle.httpclient.ProcessedHttpRequest
Returns the HTTP method.
getName() - Method in class com.oracle.httpclient.HttpHeader
Returns HTTP message-header name.
getPath() - Method in class com.oracle.httpclient.URIBuilder
Returns the URI path.
getPort() - Method in class com.oracle.httpclient.URIBuilder
Returns the URI port.
getProcessedRequest() - Method in interface com.oracle.httpclient.HttpRequestProcessingContext
Returns the ProcessedHttpRequest instance that is currently being processed.
getProperty(String) - Method in interface com.oracle.httpclient.HttpRequestProcessingContext
Returns a value for the given name property.
getQuery() - Method in class com.oracle.httpclient.URIBuilder
Returns the URI query.
getRequestFilters() - Method in interface com.oracle.httpclient.HttpClient
Returns an unmodifiable list of request filters.
getRequestFilters() - Method in class com.oracle.httpclient.HttpClientBuilder
Returns an unmodifiable list of request filters.
getResponseCode() - Method in interface com.oracle.httpclient.HttpResponse
Returns the Status-Code of the response.
getResponseCode() - Method in class com.oracle.httpclient.HttpResponseBuilder
Returns the Status-Code of the response.
getResponseCode() - Method in interface com.oracle.httpclient.ProcessedHttpResponse
Returns the Status-Code of the response.
getResponseFilters() - Method in interface com.oracle.httpclient.HttpClient
Returns an unmodifiable list of response filters.
getResponseFilters() - Method in class com.oracle.httpclient.HttpClientBuilder
Returns an unmodifiable list of response filters.
getScheme() - Method in class com.oracle.httpclient.URIBuilder
Returns the URI scheme.
getURI() - Method in interface com.oracle.httpclient.HttpRequest
Returns the string representation of URI.
getURI() - Method in interface com.oracle.httpclient.ProcessedHttpRequest
Returns the string representation of URI.
getURIBuilder() - Method in interface com.oracle.httpclient.HttpRequestBuilder
Returns the URI builder.
getUserInfo() - Method in class com.oracle.httpclient.URIBuilder
Returns the user information.
GONE - Static variable in interface com.oracle.httpclient.HttpResponse
410: The requested resource is no longer available at the server and no forwarding address is known, see Hypertext Transfer Protocol -- HTTP/1.1.

H

handle(HttpResponse) - Method in interface com.oracle.httpclient.HttpResponseListener
This method is called when the response was successfully received.
hasBody() - Method in interface com.oracle.httpclient.HttpRequest
Returns true if the request contains a message body.
hasBody() - Method in interface com.oracle.httpclient.HttpRequestBuilder
Returns true if this request builder contains a message body.
hasBody() - Method in interface com.oracle.httpclient.ProcessedHttpRequest
Returns true if this request context contains a message body.
hashCode() - Method in class com.oracle.httpclient.HttpHeader
 
HOST - Static variable in class com.oracle.httpclient.HttpHeader
HTTP_VERSION_NOT_SUPPORTED - Static variable in interface com.oracle.httpclient.HttpResponse
505: The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
HttpClient - Interface in com.oracle.httpclient
This class is the main entry point which is used for preparing client requests.
HttpClientBuilder - Class in com.oracle.httpclient
This class represents a main entry point for creating and setting up HttpClient instance.
HttpClientBuilder() - Constructor for class com.oracle.httpclient.HttpClientBuilder
 
HttpClientException - Exception in com.oracle.httpclient
This class represents an error that occurs during the processing of a client request or response.
HttpClientException(String) - Constructor for exception com.oracle.httpclient.HttpClientException
Constructs a new instance of HttpClientException with the given message.
HttpClientException(String, Throwable) - Constructor for exception com.oracle.httpclient.HttpClientException
Constructs a new instance of HttpClientException with the given message and cause.
HttpClientException(Throwable) - Constructor for exception com.oracle.httpclient.HttpClientException
Constructs a new instance of HttpClientException with the given cause.
HttpHeader - Class in com.oracle.httpclient
This class represents HTTP message-header name.
HttpHeader(String) - Constructor for class com.oracle.httpclient.HttpHeader
Creates HTTP Header instance.
HttpMessageHeaders - Interface in com.oracle.httpclient
This class represents HTTP message headers.
HttpMethod - Enum in com.oracle.httpclient
This enumeration represents the HTTP methods.
HttpRequest - Interface in com.oracle.httpclient
This class represents an immutable client request is ready for execution.
HttpRequestBuilder - Interface in com.oracle.httpclient
This class provides methods for preparing client request.
HttpRequestFilter - Interface in com.oracle.httpclient
This interface provides a capability for pre-processing of outbound requests.
HttpRequestProcessingContext - Interface in com.oracle.httpclient
Request processing context.
HttpResponse - Interface in com.oracle.httpclient
This class represents a response for a client request.
HttpResponseBuilder - Class in com.oracle.httpclient
This class provides methods for preparing client response.
HttpResponseBuilder() - Constructor for class com.oracle.httpclient.HttpResponseBuilder
 
HttpResponseFilter - Interface in com.oracle.httpclient
This interface provides a capability for post-processing of inbound responses.
HttpResponseListener - Interface in com.oracle.httpclient
This interface should be implemented by client, in order to handle asynchronous responses.

I

IF_MATCH - Static variable in class com.oracle.httpclient.HttpHeader
IF_MODIFIED_SINCE - Static variable in class com.oracle.httpclient.HttpHeader
IF_NONE_MATCH - Static variable in class com.oracle.httpclient.HttpHeader
IF_UNMODIFIED_SINCE - Static variable in class com.oracle.httpclient.HttpHeader
INTERNAL_ERROR - Static variable in interface com.oracle.httpclient.HttpResponse
500: The server encountered an unexpected condition which prevented it from fulfilling the request, see Hypertext Transfer Protocol -- HTTP/1.1.
invoke() - Method in interface com.oracle.httpclient.HttpRequest
Synchronously invoke the request.
invoke(HttpResponseListener) - Method in interface com.oracle.httpclient.HttpRequest
Asynchronously invoke the request with the given listener.

L

LAST_MODIFIED - Static variable in class com.oracle.httpclient.HttpHeader
LENGTH_REQUIRED - Static variable in interface com.oracle.httpclient.HttpResponse
411: The server refuses to accept the request without a defined Content-Length, see Hypertext Transfer Protocol -- HTTP/1.1.
LOCATION - Static variable in class com.oracle.httpclient.HttpHeader

M

METHOD_NOT_ALLOWED - Static variable in interface com.oracle.httpclient.HttpResponse
405: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI, see Hypertext Transfer Protocol -- HTTP/1.1.
MOVED_PERMANENTLY - Static variable in interface com.oracle.httpclient.HttpResponse
301: The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs, see Hypertext Transfer Protocol -- HTTP/1.1.
MULTIPLE_CHOICES - Static variable in interface com.oracle.httpclient.HttpResponse
300: The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location, see Hypertext Transfer Protocol -- HTTP/1.1.

N

NO_CONTENT - Static variable in interface com.oracle.httpclient.HttpResponse
204: The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta-information, see Hypertext Transfer Protocol -- HTTP/1.1.
NON_AUTHORITATIVE_INFORMATION - Static variable in interface com.oracle.httpclient.HttpResponse
203: The returned meta-information in the entity-header is not the definitive set as available from the origin server, see Hypertext Transfer Protocol -- HTTP/1.1.
NOT_ACCEPTABLE - Static variable in interface com.oracle.httpclient.HttpResponse
406: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request, see Hypertext Transfer Protocol -- HTTP/1.1.
NOT_FOUND - Static variable in interface com.oracle.httpclient.HttpResponse
404: The server has not found anything matching the Request-URI.
NOT_IMPLEMENTED - Static variable in interface com.oracle.httpclient.HttpResponse
501: The server does not support the functionality required to fulfill the request, see Hypertext Transfer Protocol -- HTTP/1.1.
NOT_MODIFIED - Static variable in interface com.oracle.httpclient.HttpResponse
304: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code, see Hypertext Transfer Protocol -- HTTP/1.1.

O

OK - Static variable in interface com.oracle.httpclient.HttpResponse
200: The request has succeeded, see Hypertext Transfer Protocol -- HTTP/1.1.

P

PARTIAL_CONTENT - Static variable in interface com.oracle.httpclient.HttpResponse
206: The server has fulfilled the partial GET request for the resource, see Hypertext Transfer Protocol -- HTTP/1.1.
PAYMENT_REQUIRED - Static variable in interface com.oracle.httpclient.HttpResponse
402: This code is reserved for future use, see Hypertext Transfer Protocol -- HTTP/1.1.
PRECONDITION_FAILED - Static variable in interface com.oracle.httpclient.HttpResponse
412: The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server, see Hypertext Transfer Protocol -- HTTP/1.1.
ProcessedHttpRequest - Interface in com.oracle.httpclient
This class represents a mutable request-specific information and allows to modify the request to be sent to an HTTP server.
ProcessedHttpResponse - Interface in com.oracle.httpclient
This class represents a mutable response-specific information and allows to modify the response to be returned back to the client.
PROXY_AUTHENTICATION_REQUIRED - Static variable in interface com.oracle.httpclient.HttpResponse
407: This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy, see Hypertext Transfer Protocol -- HTTP/1.1.

R

removeConnectionOption(ConnectionOption<?>) - Method in class com.oracle.httpclient.HttpClientBuilder
Removes the given option.
removeHeader(HttpHeader) - Method in interface com.oracle.httpclient.HttpMessageHeaders
Removes specified header.
removeHeaderValue(HttpHeader, String) - Method in interface com.oracle.httpclient.HttpMessageHeaders
Removes the first occurrence of the specified value for the given header.
removeRequestFilter(HttpRequestFilter) - Method in class com.oracle.httpclient.HttpClientBuilder
Removes the filter from request filters chain.
removeResponseFilter(HttpResponseFilter) - Method in class com.oracle.httpclient.HttpClientBuilder
Removes the filter from response filters chain.
replaceAllHeaders(HttpMessageHeaders) - Method in interface com.oracle.httpclient.HttpMessageHeaders
Replaces existing headers and values with the given messageHeaders.
REQUEST_ENTITY_TOO_LARGE - Static variable in interface com.oracle.httpclient.HttpResponse
413: The server is refusing to process a request because the request entity is larger than the server is willing or able to process, see Hypertext Transfer Protocol -- HTTP/1.1.
REQUEST_TIMEOUT - Static variable in interface com.oracle.httpclient.HttpResponse
408: The client did not produce a request within the time that the server was prepared to wait.
REQUEST_URI_TOO_LONG - Static variable in interface com.oracle.httpclient.HttpResponse
414: The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret, see Hypertext Transfer Protocol -- HTTP/1.1.
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface com.oracle.httpclient.HttpResponse
416: A server SHOULD return a response with this status code if a request included a Range request-header field , and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field.
RESET_CONTENT - Static variable in interface com.oracle.httpclient.HttpResponse
205: The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent, see Hypertext Transfer Protocol -- HTTP/1.1.

S

SEE_OTHER - Static variable in interface com.oracle.httpclient.HttpResponse
303: The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource, see Hypertext Transfer Protocol -- HTTP/1.1.
SERVICE_UNAVAILABLE - Static variable in interface com.oracle.httpclient.HttpResponse
503: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server, see Hypertext Transfer Protocol -- HTTP/1.1.
SET_COOKIE - Static variable in class com.oracle.httpclient.HttpHeader
setAccessPoint(AccessPoint) - Method in class com.oracle.httpclient.HttpClientBuilder
Set the network configuration to be used to establish a network connection.
setBody(StreamedMessageBody) - Method in interface com.oracle.httpclient.HttpRequestBuilder
Set new message body.
setBody(StreamedMessageBody) - Method in class com.oracle.httpclient.HttpResponseBuilder
Set new message body.
setBody(StreamedMessageBody) - Method in interface com.oracle.httpclient.ProcessedHttpRequest
Set new message body.
setBodyStream(OutputStream) - Method in interface com.oracle.httpclient.ProcessedHttpRequest
Sets a new output stream for the outbound request.
setBodyStream(InputStream) - Method in interface com.oracle.httpclient.ProcessedHttpResponse
Sets a new input stream for the inbound response.
setFragment(String) - Method in class com.oracle.httpclient.URIBuilder
Set the URI fragment.
setHeader(HttpHeader, String) - Method in interface com.oracle.httpclient.HttpRequestBuilder
Set a new value for the given header.
setHeader(HttpHeader, String...) - Method in interface com.oracle.httpclient.HttpRequestBuilder
Set new values for the given header.
setHeader(HttpHeader, List<String>) - Method in interface com.oracle.httpclient.HttpRequestBuilder
Set new values for the given header.
setHeader(HttpHeader, String) - Method in class com.oracle.httpclient.HttpResponseBuilder
Set a new value for the given header.
setHeader(HttpHeader, String...) - Method in class com.oracle.httpclient.HttpResponseBuilder
Set new values for the given header.
setHeader(HttpHeader, List<String>) - Method in class com.oracle.httpclient.HttpResponseBuilder
Set new values for the given header.
setHeaders(HttpMessageHeaders) - Method in interface com.oracle.httpclient.HttpRequestBuilder
Replaces existing headers and values with the given headers.
setHeaders(HttpMessageHeaders) - Method in class com.oracle.httpclient.HttpResponseBuilder
Replaces existing headers and values with the given headers.
setHeaderValue(HttpHeader, String) - Method in interface com.oracle.httpclient.HttpMessageHeaders
Set a new value for the given header.
setHeaderValues(HttpHeader, String...) - Method in interface com.oracle.httpclient.HttpMessageHeaders
Set new values for the given header.
setHeaderValues(HttpHeader, List<String>) - Method in interface com.oracle.httpclient.HttpMessageHeaders
Set new values for the given header.
setHost(String) - Method in class com.oracle.httpclient.URIBuilder
Set the URI host.
setMethod(HttpMethod) - Method in interface com.oracle.httpclient.HttpRequestBuilder
Set a new HTTP method.
setMethod(HttpMethod) - Method in interface com.oracle.httpclient.ProcessedHttpRequest
Set a new HTTP method.
setPath(String) - Method in class com.oracle.httpclient.URIBuilder
Set the URI path.
setPort(int) - Method in class com.oracle.httpclient.URIBuilder
Set the URI port.
setProperty(String, Object) - Method in interface com.oracle.httpclient.HttpRequestProcessingContext
Binds the name property with the value.
setQuery(String) - Method in class com.oracle.httpclient.URIBuilder
Set the URI query.
setResponseCode(int) - Method in class com.oracle.httpclient.HttpResponseBuilder
Set the Status-Code of the response.
setResponseCode(int) - Method in interface com.oracle.httpclient.ProcessedHttpResponse
Set the Status-Code of the response.
setScheme(String) - Method in class com.oracle.httpclient.URIBuilder
Set the URI scheme.
setURI(String) - Method in interface com.oracle.httpclient.HttpRequestBuilder
Set a new request URI.
setURI(String) - Method in interface com.oracle.httpclient.ProcessedHttpRequest
Set a new request URI.
setURIBuilder(URIBuilder) - Method in interface com.oracle.httpclient.HttpRequestBuilder
Set a new URI builder.
setUserInfo(String) - Method in class com.oracle.httpclient.URIBuilder
Set the user information.
StreamedMessageBody - Interface in com.oracle.httpclient
This interface provides a conversation of Java type, which represents message body, to an OutputStream.

T

TEMPORARY_REDIRECT - Static variable in interface com.oracle.httpclient.HttpResponse
307: The requested resource resides temporarily under a different URI, see Hypertext Transfer Protocol -- HTTP/1.1.

U

UNAUTHORIZED - Static variable in interface com.oracle.httpclient.HttpResponse
401: The request requires user authentication.
UNSUPPORTED_MEDIA_TYPE - Static variable in interface com.oracle.httpclient.HttpResponse
415: The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method, see Hypertext Transfer Protocol -- HTTP/1.1.
URIBuilder - Class in com.oracle.httpclient
Utility class for building URIs from their components.
URIBuilder() - Constructor for class com.oracle.httpclient.URIBuilder
 
USE_PROXY - Static variable in interface com.oracle.httpclient.HttpResponse
305: The requested resource MUST be accessed through the proxy given by the Location field, see Hypertext Transfer Protocol -- HTTP/1.1.
USER_AGENT - Static variable in class com.oracle.httpclient.HttpHeader

V

valueOf(String) - Static method in enum com.oracle.httpclient.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.oracle.httpclient.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(HttpMessageHeaders, OutputStream) - Method in interface com.oracle.httpclient.StreamedMessageBody
This method is called when the request body needs to be sent.
WWW_AUTHENTICATE - Static variable in class com.oracle.httpclient.HttpHeader
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2013, 2014, Oracle and/or its affiliates. All rights reserved.