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

A

accept(MediaType...) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
accept(String...) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
accept(MediaType...) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
accept(String...) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
accept(MediaType...) - Method in interface com.sun.jersey.api.client.RequestBuilder
Add acceptable media types.
accept(String...) - Method in interface com.sun.jersey.api.client.RequestBuilder
Add acceptable media types.
accept(MediaType...) - Method in class com.sun.jersey.api.client.WebResource
 
accept(String...) - Method in class com.sun.jersey.api.client.WebResource
 
acceptLanguage(Locale...) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
acceptLanguage(String...) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
acceptLanguage(Locale...) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
acceptLanguage(String...) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
acceptLanguage(Locale...) - Method in interface com.sun.jersey.api.client.RequestBuilder
Add acceptable languages
acceptLanguage(String...) - Method in interface com.sun.jersey.api.client.RequestBuilder
Add acceptable languages
acceptLanguage(Locale...) - Method in class com.sun.jersey.api.client.WebResource
 
acceptLanguage(String...) - Method in class com.sun.jersey.api.client.WebResource
 
addFilter(ClientFilter) - Method in class com.sun.jersey.api.client.Filterable
Add a filter to the filter chain.
asyncResource(String) - Method in class com.sun.jersey.api.client.Client
Create an asynchronous Web resource from the client.
asyncResource(URI) - Method in class com.sun.jersey.api.client.Client
Create an asynchronous Web resource from the client.
AsyncUniformInterface - Interface in com.sun.jersey.api.client
An asynchronous uniform interface for invoking HTTP requests.
AsyncWebResource - Class in com.sun.jersey.api.client
An encapsulation of an asynchronous Web resource capable of building requests to send to the Web resource and processing responses returned from the Web resource.
AsyncWebResource.Builder - Class in com.sun.jersey.api.client
The builder for building a ClientRequest instance and handling the request using the UniformInterface.

B

build(URI, String) - Method in class com.sun.jersey.api.client.ClientRequest.Builder
Build the ClientRequestinstance.

C

Client - Class in com.sun.jersey.api.client
The HTTP client class for handling requests and responses specified by ClientHandler or for creating WebResource instances.
Client(ClientHandler) - Constructor for class com.sun.jersey.api.client.Client
Create a new client instance.
Client(ClientHandler, ClientConfig) - Constructor for class com.sun.jersey.api.client.Client
Create a new client instance with a client configuration.
Client(ClientHandler, ClientConfig, ComponentProvider) - Constructor for class com.sun.jersey.api.client.Client
Create a new instance with a client configuration and a compoenent provider.
ClientConfig - Interface in com.sun.jersey.api.client.config
 
ClientFilter - Class in com.sun.jersey.api.client
A client filter capable of modifying the outbound HTTP request or the inbound HTTP response.
ClientFilter() - Constructor for class com.sun.jersey.api.client.ClientFilter
 
ClientHandler - Interface in com.sun.jersey.api.client
A client handler that handles a HTTP request and returns the HTTP response.
ClientHandlerException - Exception in com.sun.jersey.api.client
A runtime exception thrown by a client handler that signals a failure to process the HTTP request or HTTP response.
ClientHandlerException() - Constructor for exception com.sun.jersey.api.client.ClientHandlerException
 
ClientHandlerException(String) - Constructor for exception com.sun.jersey.api.client.ClientHandlerException
 
ClientHandlerException(String, Throwable) - Constructor for exception com.sun.jersey.api.client.ClientHandlerException
 
ClientHandlerException(Throwable) - Constructor for exception com.sun.jersey.api.client.ClientHandlerException
 
ClientRequest - Class in com.sun.jersey.api.client
A client (outbound) HTTP request.
ClientRequest() - Constructor for class com.sun.jersey.api.client.ClientRequest
 
ClientRequest.Builder - Class in com.sun.jersey.api.client
The builder for building a ClientRequest instance.
ClientRequest.Builder() - Constructor for class com.sun.jersey.api.client.ClientRequest.Builder
 
ClientResponse - Class in com.sun.jersey.api.client
A client (inbound) HTTP response.
ClientResponse() - Constructor for class com.sun.jersey.api.client.ClientResponse
 
clone() - Method in class com.sun.jersey.api.client.ClientRequest
Clone the request.
com.sun.jersey.api.client - package com.sun.jersey.api.client
 
com.sun.jersey.api.client.config - package com.sun.jersey.api.client.config
 
cookie(Cookie) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
cookie(Cookie) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
cookie(Cookie) - Method in interface com.sun.jersey.api.client.RequestBuilder
Add a cookie to be set.
cookie(Cookie) - Method in class com.sun.jersey.api.client.WebResource
 
create() - Static method in class com.sun.jersey.api.client.Client
Create a default client.
create(ClientConfig) - Static method in class com.sun.jersey.api.client.Client
Create a default client with client configuration.
create(ClientConfig, ComponentProvider) - Static method in class com.sun.jersey.api.client.Client
Create a default client with client configuration and component provider.
create() - Static method in class com.sun.jersey.api.client.ClientRequest
Create a builder for building a new ClientRequestinstance.

D

dateDelegate - Static variable in class com.sun.jersey.api.client.ClientResponse
 
DefaultClientConfig - Class in com.sun.jersey.api.client.config
 
DefaultClientConfig() - Constructor for class com.sun.jersey.api.client.config.DefaultClientConfig
 
delete() - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the DELETE method with no request entity or response.
delete(Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the DELETE method with a request entity but no response.
delete(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the DELETE method with no request entity that returns a response.
delete(Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the DELETE method with a request entity that returns a response.
delete() - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
delete(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
delete(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
delete() - Method in class com.sun.jersey.api.client.AsyncWebResource
 
delete(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
delete(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
delete() - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the DELETE method with no request entity or response.
delete(Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the DELETE method with a request entity but no response.
delete(Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the DELETE method with no request entity that returns a response.
delete(Class<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the DELETE method with a request entity that returns a response.
delete() - Method in class com.sun.jersey.api.client.WebResource.Builder
 
delete(Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
delete(Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
delete() - Method in class com.sun.jersey.api.client.WebResource
 
delete(Object) - Method in class com.sun.jersey.api.client.WebResource
 
delete(Class<T>) - Method in class com.sun.jersey.api.client.WebResource
 
delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
 

E

entity(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
entity(Object, MediaType) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
entity(Object, String) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
entity - Variable in class com.sun.jersey.api.client.PartialRequestBuilder
 
entity(Object) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
entity(Object, MediaType) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
entity(Object, String) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
entity(Object) - Method in interface com.sun.jersey.api.client.RequestBuilder
Set the request entity.
entity(Object, MediaType) - Method in interface com.sun.jersey.api.client.RequestBuilder
Set the request entity it's media type.
entity(Object, String) - Method in interface com.sun.jersey.api.client.RequestBuilder
Set the request entity it's media type.
entity(Object) - Method in class com.sun.jersey.api.client.WebResource
 
entity(Object, MediaType) - Method in class com.sun.jersey.api.client.WebResource
 
entity(Object, String) - Method in class com.sun.jersey.api.client.WebResource
 
entityTagDelegate - Static variable in class com.sun.jersey.api.client.ClientResponse
 

F

Filterable - Class in com.sun.jersey.api.client
An abstract class providing support for registering and managing a chain of ClientFilter instances.
Filterable(ClientHandler) - Constructor for class com.sun.jersey.api.client.Filterable
 

G

get(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the GET method.
get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
get(Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the GET method.
get(Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
get(Class<T>) - Method in class com.sun.jersey.api.client.WebResource
 
getBuilder() - Method in class com.sun.jersey.api.client.AsyncWebResource
Get the URI builder to the resource.
getBuilder() - Method in class com.sun.jersey.api.client.WebResource
Get the URI builder to the resource.
getCookies() - Method in class com.sun.jersey.api.client.ClientResponse
 
getEntity() - Method in class com.sun.jersey.api.client.ClientRequest
Get the entity of the request.
getEntity(Class<T>) - Method in class com.sun.jersey.api.client.ClientResponse
Get the entity of the response.
getEntityTag() - Method in class com.sun.jersey.api.client.ClientResponse
Get the entity tag.
getFeature(String) - Method in interface com.sun.jersey.api.client.config.ClientConfig
Get the value of a feature.
getFeature(String) - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
 
getFeatures() - Method in interface com.sun.jersey.api.client.config.ClientConfig
Get the map of features associated with the Web application.
getFeatures() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
 
getHeadHandler() - Method in class com.sun.jersey.api.client.Filterable
Get the head client handler of the filter chain.
getLanguage() - Method in class com.sun.jersey.api.client.ClientResponse
Get the language.
getLastModified() - Method in class com.sun.jersey.api.client.ClientResponse
Get the last modified date.
getLocation() - Method in class com.sun.jersey.api.client.ClientResponse
Get the location.
getMetadata() - Method in class com.sun.jersey.api.client.ClientRequest
Get the HTTP headers of the request.
getMetadata() - Method in class com.sun.jersey.api.client.ClientResponse
Get the HTTP metadata
getMethod() - Method in class com.sun.jersey.api.client.ClientRequest
Get the HTTP method.
getNext() - Method in class com.sun.jersey.api.client.ClientFilter
Get the next client handler to invoke in the chain of filters.
getProperties() - Method in class com.sun.jersey.api.client.Client
Get the mutable property bag.
getProperties() - Method in class com.sun.jersey.api.client.ClientRequest
Get the mutable property bag.
getProperties() - Method in class com.sun.jersey.api.client.ClientResponse
Get a list of response properties.
getProperties() - Method in interface com.sun.jersey.api.client.config.ClientConfig
Get the map of properties associated with the Web application.
getProperties() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
 
getProperty(String) - Method in interface com.sun.jersey.api.client.config.ClientConfig
Get the value of a property.
getProperty(String) - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
 
getProviderClasses() - Method in interface com.sun.jersey.api.client.config.ClientConfig
Get the set of provider classes to be instantiated in the scope of the Client
getProviderClasses() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
 
getProviderInstances() - Method in interface com.sun.jersey.api.client.config.ClientConfig
Get the provider instances to be utilized by the client.
getProviderInstances() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
 
getResponse() - Method in exception com.sun.jersey.api.client.UniformInterfaceException
Get the client response assocatiated with the exception.
getStatus() - Method in class com.sun.jersey.api.client.ClientResponse
Get the status code.
getType() - Method in class com.sun.jersey.api.client.ClientResponse
Get the media type of the response
getURI() - Method in class com.sun.jersey.api.client.AsyncWebResource
Get the URI to the resource.
getURI() - Method in class com.sun.jersey.api.client.ClientRequest
Get the URI of the request.
getURI() - Method in class com.sun.jersey.api.client.WebResource
Get the URI to the resource.

H

handle(ClientRequest) - Method in class com.sun.jersey.api.client.Client
 
handle(ClientRequest) - Method in class com.sun.jersey.api.client.ClientFilter
 
handle(ClientRequest) - Method in interface com.sun.jersey.api.client.ClientHandler
Handle a HTTP request as a ClientRequest and return the HTTP response as a ClientResponse.
hasEntity() - Method in class com.sun.jersey.api.client.ClientResponse
 
head() - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the HEAD method.
head() - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
head() - Method in class com.sun.jersey.api.client.AsyncWebResource
 
head() - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the HEAD method.
head() - Method in class com.sun.jersey.api.client.WebResource.Builder
 
head() - Method in class com.sun.jersey.api.client.WebResource
 
header(String, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
header(String, Object) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
header(String, Object) - Method in interface com.sun.jersey.api.client.RequestBuilder
Add an HTTP header and value.
header(String, Object) - Method in class com.sun.jersey.api.client.WebResource
 

M

metadata - Variable in class com.sun.jersey.api.client.PartialRequestBuilder
 
method(String) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke a HTTP method with no request entity or response.
method(String, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke a HTTP method with a request entity but no response.
method(String, Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke a HTTP method with no request entity that returns a response.
method(String, Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke a HTTP method with a request entity that returns a response.
method(String) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
method(String, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
method(String, Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
method(String, Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
method(String) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
method(String, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
method(String, Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
method(String, Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
method(String) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke a HTTP method with no request entity or response.
method(String, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke a HTTP method with a request entity but no response.
method(String, Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke a HTTP method with no request entity that returns a response.
method(String, Class<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke a HTTP method with a request entity that returns a response.
method(String) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
method(String, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
method(String, Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
method(String, Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
method(String) - Method in class com.sun.jersey.api.client.WebResource
 
method(String, Object) - Method in class com.sun.jersey.api.client.WebResource
 
method(String, Class<T>) - Method in class com.sun.jersey.api.client.WebResource
 
method(String, Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
 

O

options(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the OPTIONS method.
options(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
options(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
options(Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the OPTIONS method.
options(Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
options(Class<T>) - Method in class com.sun.jersey.api.client.WebResource
 

P

PartialRequestBuilder<T extends RequestBuilder> - Class in com.sun.jersey.api.client
A partial implementation of RequestBuilder that implements the methods on RequestBuilder but leaves undefined the build methods for constructing the request.
PartialRequestBuilder() - Constructor for class com.sun.jersey.api.client.PartialRequestBuilder
 
path(String) - Method in class com.sun.jersey.api.client.AsyncWebResource
Start building from an additional path from the URI to the resource
path(String) - Method in class com.sun.jersey.api.client.WebResource
Start building from an additional path from the URI to the resource
post() - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the POST method with no request entity or response.
post(Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the POST method with a request entity but no response.
post(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the POST method with no request entity that returns a response.
post(Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the POST method with a request entity that returns a response.
post() - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
post(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
post(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
post(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
post() - Method in class com.sun.jersey.api.client.AsyncWebResource
 
post(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
post(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
post(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
post() - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the POST method with no request entity or response.
post(Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the POST method with a request entity but no response.
post(Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the POST method with no request entity that returns a response.
post(Class<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the POST method with a request entity that returns a response.
post() - Method in class com.sun.jersey.api.client.WebResource.Builder
 
post(Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
post(Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
post(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
post() - Method in class com.sun.jersey.api.client.WebResource
 
post(Object) - Method in class com.sun.jersey.api.client.WebResource
 
post(Class<T>) - Method in class com.sun.jersey.api.client.WebResource
 
post(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
 
PROPERTY_CHUNKED_ENCODING_SIZE - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
Chunked encoding property.
PROPERTY_CONNECT_TIMEOUT - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
Connect timeout interval property.
PROPERTY_FOLLOW_REDIRECTS - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
Redirection property.
PROPERTY_READ_TIMEOUT - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
Read timeout interval property.
put() - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the PUT method with no request entity or response.
put(Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the PUT method with a request entity but no response.
put(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the PUT method with no request entity that returns a response.
put(Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the PUT method with a request entity that returns a response.
put() - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
put(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
put(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
put(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
put() - Method in class com.sun.jersey.api.client.AsyncWebResource
 
put(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
put(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
put(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
put() - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the PUT method with no request entity or response.
put(Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the PUT method with a request entity but no response.
put(Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the PUT method with no request entity that returns a response.
put(Class<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the PUT method with a request entity that returns a response.
put() - Method in class com.sun.jersey.api.client.WebResource.Builder
 
put(Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
put(Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
put(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
put() - Method in class com.sun.jersey.api.client.WebResource
 
put(Object) - Method in class com.sun.jersey.api.client.WebResource
 
put(Class<T>) - Method in class com.sun.jersey.api.client.WebResource
 
put(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
 

R

removeAllFilters() - Method in class com.sun.jersey.api.client.Filterable
Remove all filters from the filter chain.
removeFilter(ClientFilter) - Method in class com.sun.jersey.api.client.Filterable
Remove a filter from the chain.
RequestBuilder<T extends RequestBuilder> - Interface in com.sun.jersey.api.client
An interface for building HTTP requests.
resource(String) - Method in class com.sun.jersey.api.client.Client
Create a Web resource from the client.
resource(URI) - Method in class com.sun.jersey.api.client.Client
Create a Web resource from the client.

S

setChunkedEncodingSize(Integer) - Method in class com.sun.jersey.api.client.Client
Set the client to send request entities using chunked encoding with a particular chunk size.
setConnectTimeout(Integer) - Method in class com.sun.jersey.api.client.Client
Set the connect timeout interval.
setFollowRedirects(Boolean) - Method in class com.sun.jersey.api.client.Client
Set if redirection should be performed or not.
setReadTimeout(Integer) - Method in class com.sun.jersey.api.client.Client
Set the read timeout interval.

T

type(MediaType) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
type(String) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
type(MediaType) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
type(String) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
type(MediaType) - Method in interface com.sun.jersey.api.client.RequestBuilder
Set the media type.
type(String) - Method in interface com.sun.jersey.api.client.RequestBuilder
Set the media type.
type(MediaType) - Method in class com.sun.jersey.api.client.WebResource
 
type(String) - Method in class com.sun.jersey.api.client.WebResource
 

U

UniformInterface - Interface in com.sun.jersey.api.client
A uniform interface for invoking HTTP requests.
UniformInterfaceException - Exception in com.sun.jersey.api.client
A runtime exception thrown by a method on the UniformInterface when the status code of the HTTP response indicates a response that is not expected by the method invoker.
UniformInterfaceException(ClientResponse) - Constructor for exception com.sun.jersey.api.client.UniformInterfaceException
 
UniformInterfaceException(String, ClientResponse) - Constructor for exception com.sun.jersey.api.client.UniformInterfaceException
 
uri(URI) - Method in class com.sun.jersey.api.client.AsyncWebResource
Start building from a URI.
uri(URI) - Method in class com.sun.jersey.api.client.WebResource
Start building from a URI.

W

WebResource - Class in com.sun.jersey.api.client
An encapsulation of a Web resource capable of building requests to send to the Web resource and processing responses returned from the Web resource.
WebResource.Builder - Class in com.sun.jersey.api.client
The builder for building a ClientRequest instance and handling the request using the UniformInterface.

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

Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.