- Client - Class in com.sun.jersey.api.client
-
The main class for creating
WebResource instances and configuring
the properties of connections and requests.
- Client() - Constructor for class com.sun.jersey.api.client.Client
-
Create a new client instance.
- 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, IoCComponentProviderFactory) - Constructor for class com.sun.jersey.api.client.Client
-
Create a new instance with a client configuration and a
component provider.
- ClientConfig - Interface in com.sun.jersey.api.client.config
-
The client configuration that declares common property names,
features, properties, provider classes and singleton instances that
may be used by a
Client instance.
- ClientFilter - Class in com.sun.jersey.api.client.filter
-
A client filter capable of modifying the outbound HTTP request or
the inbound HTTP response.
- ClientFilter() - Constructor for class com.sun.jersey.api.client.filter.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 (out-bound) HTTP request.
- ClientRequest() - Constructor for class com.sun.jersey.api.client.ClientRequest
-
- ClientRequest.Builder - Class in com.sun.jersey.api.client
-
- ClientRequest.Builder() - Constructor for class com.sun.jersey.api.client.ClientRequest.Builder
-
- ClientRequestAdapter - Interface in com.sun.jersey.api.client
-
Adapter for the client request to adapt the output stream to write the
entity.
- ClientResponse - Class in com.sun.jersey.api.client
-
A client (in-bound) HTTP response.
- ClientResponse(Response.StatusType, InBoundHeaders, InputStream, MessageBodyWorkers) - Constructor for class com.sun.jersey.api.client.ClientResponse
-
Create a new instance initialized form statusType, headers, entity,
workers.
- ClientResponse(int, InBoundHeaders, InputStream, MessageBodyWorkers) - Constructor for class com.sun.jersey.api.client.ClientResponse
-
Create a new instance initialized form statusCode, headers, entity,
workers.
- ClientResponse.Status - Enum in com.sun.jersey.api.client
-
- clone() - Method in class com.sun.jersey.api.client.ClientRequest
-
Clone the request.
- close() - Method in class com.sun.jersey.api.client.ClientResponse
-
Close the response.
- close() - Method in class com.sun.jersey.api.client.CommittingOutputStream
-
- com.sun.jersey.api.client - package com.sun.jersey.api.client
-
Provides support for client-side communication with HTTP-based
RESTful Web services.
- com.sun.jersey.api.client.async - package com.sun.jersey.api.client.async
-
- com.sun.jersey.api.client.config - package com.sun.jersey.api.client.config
-
Provides support for configuration of a
Client.
- com.sun.jersey.api.client.filter - package com.sun.jersey.api.client.filter
-
Provides support for client filter chains and filters.
- com.sun.jersey.client.proxy - package com.sun.jersey.client.proxy
-
- com.sun.jersey.client.urlconnection - package com.sun.jersey.client.urlconnection
-
- commit() - Method in class com.sun.jersey.api.client.CommittingOutputStream
-
Perform the commit functionality.
- CommittingOutputStream - Class in com.sun.jersey.api.client
-
A committing output stream that commits before the first byte is written to the adapted OutputStream.
- CommittingOutputStream() - Constructor for class com.sun.jersey.api.client.CommittingOutputStream
-
Construct a new instance.
- CommittingOutputStream(OutputStream) - Constructor for class com.sun.jersey.api.client.CommittingOutputStream
-
Construct a new instance with an output stream to adapt.
- ConnectionListenerFilter - Class in com.sun.jersey.api.client.filter
-
ConnectionListener filter
This filter does not modify input/output stream
- ConnectionListenerFilter(OnStartConnectionListener) - Constructor for class com.sun.jersey.api.client.filter.ConnectionListenerFilter
-
Creates ConnectionListenerFilter.
- ContainerListener - Class in com.sun.jersey.api.client.filter
-
ContainerListener abstract class
- ContainerListener() - Constructor for class com.sun.jersey.api.client.filter.ContainerListener
-
- cookie(Cookie) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- 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.ViewResource
-
- 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, IoCComponentProviderFactory) - 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
-
- CsrfProtectionFilter - Class in com.sun.jersey.api.client.filter
-
Simple client-side filter that adds X-Requested-By headers to all state-changing
request (i.e.
- CsrfProtectionFilter() - Constructor for class com.sun.jersey.api.client.filter.CsrfProtectionFilter
-
- CsrfProtectionFilter(String) - Constructor for class com.sun.jersey.api.client.filter.CsrfProtectionFilter
-
Initialized the filter with a desired value of the X-Requested-By header.
- dateDelegate - Static variable in class com.sun.jersey.api.client.ClientResponse
-
- DefaultClientConfig - Class in com.sun.jersey.api.client.config
-
A default client configuration.
- DefaultClientConfig() - Constructor for class com.sun.jersey.api.client.config.DefaultClientConfig
-
Create a new DefaultClientConfig instance
- DefaultClientConfig(Class<?>...) - Constructor for class com.sun.jersey.api.client.config.DefaultClientConfig
-
Create a new DefaultClientConfig instance
- DefaultClientConfig(Set<Class<?>>) - Constructor for class com.sun.jersey.api.client.config.DefaultClientConfig
-
Create a new DefaultClientConfig instance
- 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(GenericType<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the DELETE method with a request entity that returns a response.
- delete(ITypeListener<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the DELETE method.
- 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(GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the DELETE method with a request entity that returns a response.
- delete(ITypeListener<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the DELETE method.
- delete(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- delete(T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- delete(T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- delete(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- delete(T) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- delete(T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- delete(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- delete(T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- delete(Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- delete(T, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- 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(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- delete(ITypeListener<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(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- delete(ITypeListener<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(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- delete(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- delete(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- delete(ITypeListener<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(GenericType<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
-
Invoke the DELETE method with a 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(GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
-
Invoke the DELETE method with a request entity that returns a response.
- delete(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- delete(T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- delete(T, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- delete(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
-
- delete(T) - Method in class com.sun.jersey.api.client.ViewResource
-
- delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource
-
- delete(T, Object) - Method in class com.sun.jersey.api.client.ViewResource
-
- delete(Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- delete(T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- delete(Class<T>, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- delete(T, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- 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(GenericType<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(GenericType<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(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource
-
- delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
-
- delete(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
-
- destroy() - Method in class com.sun.jersey.api.client.Client
-
Destroy the client.
- GenericType<T> - Class in com.sun.jersey.api.client
-
Represents a generic type T.
- GenericType() - Constructor for class com.sun.jersey.api.client.GenericType
-
Constructs a new generic type, deriving the generic type and class from
type parameter.
- GenericType(Type) - Constructor for class com.sun.jersey.api.client.GenericType
-
Constructs a new generic type, supplying the generic type
information and derving the class.
- get(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the GET method.
- get(GenericType<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the GET method.
- get(ITypeListener<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.AsyncViewResource.Builder
-
- get(T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- get(T) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- get(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- get(T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- get(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- get(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- get(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- get(ITypeListener<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(GenericType<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.ViewResource.Builder
-
- get(T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- get(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
-
- get(T) - Method in class com.sun.jersey.api.client.ViewResource
-
- get(Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- get(T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- get(Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
-
- get(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
-
- get(Class<T>) - Method in class com.sun.jersey.api.client.WebResource
-
- get(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource
-
- getAdapter() - Method in class com.sun.jersey.api.client.AbstractClientRequestAdapter
-
Get the adapted client request adapter.
- getAdapter() - Method in class com.sun.jersey.api.client.ClientRequest
-
Get the client request adapter.
- getAllow() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the allowed HTTP methods from the Allow HTTP header.
- getBuilder() - Method in class com.sun.jersey.api.client.AsyncWebResource
-
Deprecated.
- getBuilder() - Method in class com.sun.jersey.api.client.WebResource
-
Deprecated.
- getClasses() - 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
- getClasses() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
-
Get the set of provider classes to be instantiated in the scope
of the Client
- getClient() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the client.
- getClientResponseStatus() - Method in class com.sun.jersey.api.client.ClientResponse
-
Deprecated.
Deprecated since 1.18. Use ClientResponse.getStatusInfo() which can
return status type even for status codes which
do not have mapping defined in Response.Status.
- getCookies() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the list of cookies.
- 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.
- getEntity(GenericType<T>) - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the entity of the response.
- getEntityInputStream() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the input stream of the response.
- getEntityTag() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the entity tag.
- getExecutorService() - Method in class com.sun.jersey.api.client.Client
-
Get the ExecutorService for sending asynchronous
HTTP requests when no underlying asynchronous HTTP implementation is
utilized.
- getFamily() - Method in enum com.sun.jersey.api.client.ClientResponse.Status
-
Get the class of status code.
- getFamilyByStatusCode(int) - Static method in enum com.sun.jersey.api.client.ClientResponse.Status
-
Get the family from the response status code.
- getFeature(String) - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
- getFeatures() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
- getGenericType() - Method in interface com.sun.jersey.api.client.async.ITypeListener
-
- getGenericType() - Method in class com.sun.jersey.api.client.async.TypeListener
-
- getHeaders() - Method in class com.sun.jersey.api.client.ClientRequest
-
Get the HTTP headers of the request.
- getHeaders() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the HTTP headers of the response.
- getHeaderValue(Object) - Static method in class com.sun.jersey.api.client.ClientRequest
-
Convert a header value, represented as a general object, to the
string value.
- getHeadHandler() - Method in class com.sun.jersey.api.client.filter.Filterable
-
Get the head client handler of the filter chain.
- getHostnameVerifier() - Method in class com.sun.jersey.client.urlconnection.HTTPSProperties
-
Get the PHostnameVerifier.
- getHttpURLConnection(URL) - Method in interface com.sun.jersey.client.urlconnection.HttpURLConnectionFactory
-
Get a HttpURLConnection for a given URL.
- 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.
- getLength() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get Content-Length.
- getLinks() - Method in class com.sun.jersey.api.client.ClientResponse
-
- getLocation() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the location.
- getMediaType() - Method in interface com.sun.jersey.api.client.RequestWriter.RequestEntityWriter
-
- getMessageBodyWorkers() - Method in class com.sun.jersey.api.client.Client
-
- getMessageBodyWorkers() - Method in class com.sun.jersey.api.client.RequestWriter
-
- getMetadata() - Method in class com.sun.jersey.api.client.ClientRequest
-
Deprecated.
- getMetadata() - Method in class com.sun.jersey.api.client.ClientResponse
-
Deprecated.
- getMethod() - Method in class com.sun.jersey.api.client.ClientRequest
-
Get the HTTP method of the request.
- getNext() - Method in class com.sun.jersey.api.client.filter.ClientFilter
-
Get the next client handler to invoke in the chain
of filters.
- getOutputStream() - Method in class com.sun.jersey.api.client.CommittingOutputStream
-
Get the adapted output stream.
- getProperties() - Method in class com.sun.jersey.api.client.AsyncWebResource
-
Gets WebResource related properties.
- 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 the map of response properties.
- getProperties() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
- getProperties() - Method in class com.sun.jersey.api.client.WebResource
-
Gets WebResource related properties.
- getProperty(String) - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
- getPropertyAsFeature(String) - Method in class com.sun.jersey.api.client.ClientRequest
-
Get a feature that is boolean property of the property bag.
- getPropertyAsFeature(String, boolean) - Method in class com.sun.jersey.api.client.ClientRequest
-
Get a feature that is boolean property of the property bag.
- getPropertyAsFeature(String) - Method in interface com.sun.jersey.api.client.config.ClientConfig
-
Get a feature that is boolean property of the property bag.
- getPropertyAsFeature(String) - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
-
Get a feature that is boolean property of the property bag.
- getProviders() - Method in class com.sun.jersey.api.client.Client
-
Get the Providers utilized by the client.
- getRawClass() - Method in class com.sun.jersey.api.client.GenericType
-
Gets underlying raw class instance derived from the
type.
- getReasonPhrase() - Method in enum com.sun.jersey.api.client.ClientResponse.Status
-
Get the reason phrase.
- getRequestBuilder() - Method in class com.sun.jersey.api.client.AsyncViewResource
-
Get the ClientRequest builder.
- getRequestBuilder() - Method in class com.sun.jersey.api.client.AsyncWebResource
-
Get the ClientRequest builder.
- getRequestBuilder() - Method in class com.sun.jersey.api.client.ViewResource
-
Get the ClientRequest builder.
- getRequestBuilder() - Method in class com.sun.jersey.api.client.WebResource
-
Get the ClientRequest builder.
- getRequestEntityWriter(ClientRequest) - Method in class com.sun.jersey.api.client.RequestWriter
-
Get a request entity writer capable of writing the request entity.
- getResponse() - Method in exception com.sun.jersey.api.client.UniformInterfaceException
-
Get the client response assocatiated with the exception.
- getResponseDate() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get response date (server side).
- getResponseStatus() - Method in class com.sun.jersey.api.client.ClientResponse
-
- getSingletons() - Method in interface com.sun.jersey.api.client.config.ClientConfig
-
Get the singleton provider instances to be utilized by the client.
- getSingletons() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
-
Get the singleton provider instances to be utilized by the client.
- getSize() - Method in interface com.sun.jersey.api.client.RequestWriter.RequestEntityWriter
-
- getSSLContext() - Method in class com.sun.jersey.client.urlconnection.HTTPSProperties
-
Get the SSLContext.
- getStatus() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the status code.
- getStatusCode() - Method in enum com.sun.jersey.api.client.ClientResponse.Status
-
Get the associated status code.
- getStatusInfo() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the status type.
- getType() - Method in interface com.sun.jersey.api.client.async.ITypeListener
-
- getType() - Method in class com.sun.jersey.api.client.async.TypeListener
-
- getType() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the media type of the response.
- getType() - Method in class com.sun.jersey.api.client.GenericType
-
Gets underlying Type instance derived from the
type.
- getURI() - Method in class com.sun.jersey.api.client.AsyncViewResource
-
Get the URI to the resource.
- 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.ViewResource
-
Get the URI to the resource.
- getURI() - Method in class com.sun.jersey.api.client.WebResource
-
Get the URI to the resource.
- getUriBuilder() - Method in class com.sun.jersey.api.client.AsyncViewResource
-
Get the URI builder to the resource.
- getUriBuilder() - Method in class com.sun.jersey.api.client.AsyncWebResource
-
Get the URI builder to the resource.
- getUriBuilder() - Method in class com.sun.jersey.api.client.ViewResource
-
Get the URI builder to the resource.
- getUriBuilder() - Method in class com.sun.jersey.api.client.WebResource
-
Get the URI builder to the resource.
- getViewProxy(Class<T>) - Method in class com.sun.jersey.api.client.Client
-
- GZIPContentEncodingFilter - Class in com.sun.jersey.api.client.filter
-
A GZIP content encoding filter.
- GZIPContentEncodingFilter() - Constructor for class com.sun.jersey.api.client.filter.GZIPContentEncodingFilter
-
Create a GZIP Content-Encoding filter that compresses the request
entity.
- GZIPContentEncodingFilter(boolean) - Constructor for class com.sun.jersey.api.client.filter.GZIPContentEncodingFilter
-
Create a GZIP Content-Encoding filter.
- handle(ClientRequest, FutureListener<ClientResponse>) - Method in interface com.sun.jersey.api.client.async.AsyncClientHandler
-
Invoke an asynchronous client request.
- handle(ClientRequest, FutureListener<ClientResponse>) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- handle(ClientRequest, FutureListener<ClientResponse>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- handle(ClientRequest) - Method in class com.sun.jersey.api.client.Client
-
- handle(ClientRequest) - Method in interface com.sun.jersey.api.client.ClientHandler
-
- handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.ClientFilter
-
- handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.ConnectionListenerFilter
-
- handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.CsrfProtectionFilter
-
Adds X-Requested-By header (if not present) to potentially state changing requests.
- handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.GZIPContentEncodingFilter
-
- handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.HTTPBasicAuthFilter
-
- handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.HTTPDigestAuthFilter
-
- handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.LoggingFilter
-
- handle(ClientRequest) - Method in class com.sun.jersey.client.urlconnection.URLConnectionClientHandler
-
ClientRequest handler.
- hasEntity() - Method in class com.sun.jersey.api.client.ClientResponse
-
Checks if there is an entity available.
- hashCode() - Method in class com.sun.jersey.api.client.AsyncViewResource
-
Returns a hash code for this WebResource.
- hashCode() - Method in class com.sun.jersey.api.client.AsyncWebResource
-
Returns a hash code for this WebResource.
- hashCode() - Method in class com.sun.jersey.api.client.ViewResource
-
Returns a hash code for this WebResource.
- hashCode() - Method in class com.sun.jersey.api.client.WebResource
-
Returns a hash code for this WebResource.
- head() - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the HEAD method.
- head(ITypeListener<ClientResponse>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the HEAD method.
- head(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- head(T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- head(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- head(T) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- head(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- head(T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- head() - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- head(ITypeListener<ClientResponse>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- head() - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- head(ITypeListener<ClientResponse>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- head() - Method in interface com.sun.jersey.api.client.UniformInterface
-
Invoke the HEAD method.
- head(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- head(T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- head(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
-
- head(T) - Method in class com.sun.jersey.api.client.ViewResource
-
- head(Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- head(T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- 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.AsyncViewResource
-
- 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.ViewResource
-
- header(String, Object) - Method in class com.sun.jersey.api.client.WebResource
-
- HTTPBasicAuthFilter - Class in com.sun.jersey.api.client.filter
-
Client filter adding HTTP Basic Authentication header to the HTTP request,
if no such header is already present
- HTTPBasicAuthFilter(String, byte[]) - Constructor for class com.sun.jersey.api.client.filter.HTTPBasicAuthFilter
-
Creates a new HTTP Basic Authentication filter using provided username
and password credentials.
- HTTPBasicAuthFilter(String, String) - Constructor for class com.sun.jersey.api.client.filter.HTTPBasicAuthFilter
-
Creates a new HTTP Basic Authentication filter using provided username
and password credentials.
- HTTPDigestAuthFilter - Class in com.sun.jersey.api.client.filter
-
Client filter adding HTTP Digest authentication headers in the request
- HTTPDigestAuthFilter(String, String) - Constructor for class com.sun.jersey.api.client.filter.HTTPDigestAuthFilter
-
Creates a new HTTP Digest Authentication filter using provided username
and password credentials.
- HTTPDigestAuthFilter(String, byte[]) - Constructor for class com.sun.jersey.api.client.filter.HTTPDigestAuthFilter
-
Creates a new HTTP Digest Authentication filter using provided username
and password credentials.
- HTTPSProperties - Class in com.sun.jersey.client.urlconnection
-
HTTPS properties for SSL configuration of a HttpsURLConnection.
- HTTPSProperties() - Constructor for class com.sun.jersey.client.urlconnection.HTTPSProperties
-
Construct default properties with no HostnameVerifier
and a SSLContext constructed using SSLContext.getInstance("SSL").
- HTTPSProperties(HostnameVerifier) - Constructor for class com.sun.jersey.client.urlconnection.HTTPSProperties
-
Construct with a HostnameVerifier and a SSLContext
constructed using SSLContext.getInstance("SSL").
- HTTPSProperties(HostnameVerifier, SSLContext) - Constructor for class com.sun.jersey.client.urlconnection.HTTPSProperties
-
Construct with a HostnameVerifier and a SSLContext.
- HttpURLConnectionFactory - Interface in com.sun.jersey.client.urlconnection
-
A factory for HttpURLConnection instances.
- 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.AsyncViewResource
-
Create a new WebResource from this web resource with an additional path
added to the URI of this web resource.
- path(String) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
Create a new AsyncWebResource from this web resource with an additional path
added to the URI of this web resource.
- path(String) - Method in class com.sun.jersey.api.client.ViewResource
-
Create a new WebResource from this web resource with an additional path
added to the URI of this web resource.
- path(String) - Method in class com.sun.jersey.api.client.WebResource
-
Create a new WebResource from this web resource with an additional path
added to the URI of this web 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(GenericType<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the POST method with a request entity that returns a response.
- post(ITypeListener<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the POST method.
- 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(GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the POST method with a request entity that returns a response.
- post(ITypeListener<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the POST method.
- post(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- post(T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- post(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- post(T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- post(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- post(T) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- post(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- post(T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- post(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- post(T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- post(Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- post(T, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- 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(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- post(ITypeListener<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(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- post(ITypeListener<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(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- post(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- post(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- post(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- post(ITypeListener<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(GenericType<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
-
Invoke the POST method with a 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(GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
-
Invoke the POST method with a request entity that returns a response.
- post(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- post(T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- post(Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- post(T, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- post(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
-
- post(T) - Method in class com.sun.jersey.api.client.ViewResource
-
- post(Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource
-
- post(T, Object) - Method in class com.sun.jersey.api.client.ViewResource
-
- post(Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- post(T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- post(Class<T>, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- post(T, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- 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(GenericType<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(GenericType<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(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource
-
- post(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
-
- post(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
-
- PROPERTY_BUFFER_RESPONSE_ENTITY_ON_EXCEPTION - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
-
A value of "true" declares that the client will
automatically buffer the response entity (if any) and close resources
when a UniformInterfaceException is thrown.
- 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, in milliseconds.
- PROPERTY_FOLLOW_REDIRECTS - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
-
Redirection property.
- PROPERTY_HTTP_URL_CONNECTION_SET_METHOD_WORKAROUND - Static variable in class com.sun.jersey.client.urlconnection.URLConnectionClientHandler
-
A value of "true" declares that the client will try
to set unsupported HTTP method to HttpURLConnection via reflection.
- PROPERTY_HTTPS_PROPERTIES - Static variable in class com.sun.jersey.client.urlconnection.HTTPSProperties
-
HTTPS properties property.
- PROPERTY_READ_TIMEOUT - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
-
Read timeout interval property, in milliseconds.
- PROPERTY_THREADPOOL_SIZE - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
-
Threadpool size property.
- proxy(Client, Class<T>) - Method in interface com.sun.jersey.client.proxy.ViewProxyProvider
-
- 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(GenericType<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the PUT method with a request entity that returns a response.
- put(ITypeListener<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the PUT method.
- 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(GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the PUT method with a request entity that returns a response.
- put(ITypeListener<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the PUT method.
- put(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- put(T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- put(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- put(T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- put(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- put(T) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- put(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- put(T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- put(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- put(T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- put(Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- put(T, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- 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(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- put(ITypeListener<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(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- put(ITypeListener<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(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- put(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- put(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- put(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- put(ITypeListener<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(GenericType<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
-
Invoke the PUT method with a 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(GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
-
Invoke the PUT method with a request entity that returns a response.
- put(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- put(T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- put(Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- put(T, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- put(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
-
- put(T) - Method in class com.sun.jersey.api.client.ViewResource
-
- put(Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource
-
- put(T, Object) - Method in class com.sun.jersey.api.client.ViewResource
-
- put(Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- put(T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- put(Class<T>, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- put(T, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- 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(GenericType<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(GenericType<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(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource
-
- put(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
-
- put(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
-
- setAdapter(ClientRequestAdapter) - Method in class com.sun.jersey.api.client.ClientRequest
-
Set the client request adapter.
- 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.
- setConnection(HttpsURLConnection) - Method in class com.sun.jersey.client.urlconnection.HTTPSProperties
-
Set the HttpsURLConnection with the HTTPS properties.
- setConnectTimeout(Integer) - Method in class com.sun.jersey.api.client.Client
-
Set the connect timeout interval, in milliseconds.
- setEntity(Object) - Method in class com.sun.jersey.api.client.ClientRequest
-
Set the entity of the request.
- setEntityInputStream(InputStream) - Method in class com.sun.jersey.api.client.ClientResponse
-
Set the input stream of the response.
- setExecutorService(ExecutorService) - Method in class com.sun.jersey.api.client.Client
-
Set the ExecutorService for sending asynchronous
HTTP requests when no underlying asynchronous HTTP implementation is
utilized.
- setFollowRedirects(Boolean) - Method in class com.sun.jersey.api.client.Client
-
Set if redirection should be performed or not.
- setMessageBodyWorkers(MessageBodyWorkers) - Method in class com.sun.jersey.api.client.RequestWriter
-
- setMethod(String) - Method in class com.sun.jersey.api.client.ClientRequest
-
Set the HTTP method of the request.
- setProperties(Map<String, Object>) - Method in class com.sun.jersey.api.client.ClientRequest
-
Sets properties (replaces everything previously set).
- setProperty(String, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
Sets WebResource related property.
- setProperty(String, Object) - Method in class com.sun.jersey.api.client.WebResource
-
Sets WebResource related property.
- setReadTimeout(Integer) - Method in class com.sun.jersey.api.client.Client
-
Set the read timeout interval, in milliseconds.
- setResponseStatus(Response.StatusType) - Method in class com.sun.jersey.api.client.ClientResponse
-
- setStatus(int) - Method in class com.sun.jersey.api.client.ClientResponse
-
Set the status code.
- setStatus(Response.StatusType) - Method in class com.sun.jersey.api.client.ClientResponse
-
Set the status type.
- setURI(URI) - Method in class com.sun.jersey.api.client.ClientRequest
-
Set the URI of the request.
- Statuses - Class in com.sun.jersey.api.client
-
Factory for producing custom JAX-RS response status type
instances.