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

A

abortWith(Response) - Method in class org.glassfish.jersey.client.ClientRequest
 
accept(MediaType...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted types to the message headers.
accept(String...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted types to the message headers.
acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted languages to the message headers.
acceptLanguage(String...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted languages to the message headers.
acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
acceptLanguage(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
addListener(JerseyClient.LifecycleListener) - Method in class org.glassfish.jersey.client.JerseyClient
Add a new client lifecycle listener.
apply(ClientRequest) - Method in class org.glassfish.jersey.client.HttpUrlConnector
 
apply(ClientRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.client.HttpUrlConnector
 
apply(ClientRequest) - Method in class org.glassfish.jersey.client.RequestProcessingInitializationStage
 
apply(ClientRequest) - Method in interface org.glassfish.jersey.client.spi.Connector
Synchronously process client request into a response.
apply(ClientRequest, AsyncConnectorCallback) - Method in interface org.glassfish.jersey.client.spi.Connector
Asynchronously process client request into a response.
async() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
ASYNC_THREADPOOL_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
Asynchronous thread pool size.
AsyncConnectorCallback - Interface in org.glassfish.jersey.client.spi
Asynchronous connector response processing callback contract.

B

binders(Binder...) - Method in class org.glassfish.jersey.client.ClientConfig
Register custom HK2 binders.
BUFFER_RESPONSE_ENTITY_ON_EXCEPTION - Static variable in class org.glassfish.jersey.client.ClientProperties
Automatic response buffering in case of an exception.
build(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
build(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildDelete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildGet() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildPost(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildPut(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 

C

cacheControl(CacheControl) - Method in class org.glassfish.jersey.client.ClientRequest
Add new cache control entry to the message headers.
cacheControl(CacheControl) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
CHUNKED_ENCODING_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
Chunked encoding size.
CHUNKED_INPUT_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Chunked input has been closed already.
CHUNKED_INPUT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Specified chunk media type must not be null.
CHUNKED_INPUT_STREAM_CLOSING_ERROR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Error closing chunked input's underlying response input stream.
ChunkedInput<T> - Class in org.glassfish.jersey.client
Response entity type used for receiving messages in "typed" chunks.
ChunkedInputReader - Class in org.glassfish.jersey.client
MessageBodyWriter for ChunkedInput.
ChunkedInputReader() - Constructor for class org.glassfish.jersey.client.ChunkedInputReader
 
ChunkParser - Interface in org.glassfish.jersey.client
Chunk data parser.
ClientConfig - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS client configuration contract.
ClientConfig() - Constructor for class org.glassfish.jersey.client.ClientConfig
Construct a new Jersey configuration instance with the default features and property values.
ClientConfig(Class<?>...) - Constructor for class org.glassfish.jersey.client.ClientConfig
Construct a new Jersey configuration instance and register the provided list of provider classes.
ClientConfig(Object...) - Constructor for class org.glassfish.jersey.client.ClientConfig
Construct a new Jersey configuration instance and register the provided list of provider instances.
ClientProperties - Class in org.glassfish.jersey.client
Jersey client implementation configuration properties.
ClientRequest - Class in org.glassfish.jersey.client
Jersey client request context.
ClientRequest(URI, ClientConfig, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ClientRequest
Create new Jersey client request context.
ClientRequest(ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientRequest
Copy constructor.
ClientResponse - Class in org.glassfish.jersey.client
Jersey client response context.
ClientResponse(ClientRequest, Response) - Constructor for class org.glassfish.jersey.client.ClientResponse
Create new Jersey client response context initialized from a JAX-RS response.
ClientResponse(Response.StatusType, ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientResponse
Create a new Jersey client response context.
close() - Method in class org.glassfish.jersey.client.ChunkedInput
 
close() - Method in class org.glassfish.jersey.client.HttpUrlConnector
 
close() - Method in class org.glassfish.jersey.client.JerseyClient
 
close() - Method in interface org.glassfish.jersey.client.spi.Connector
Close connector and release all it's internally associated resources.
configuration() - Method in class org.glassfish.jersey.client.JerseyClient
 
configuration() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
configuration() - Method in class org.glassfish.jersey.client.JerseyInvocation
 
configuration() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
configure(Configurable) - Method in class org.glassfish.jersey.client.CustomProvidersFeature
 
configure(Configurable) - Method in class org.glassfish.jersey.client.filter.EncodingFeature
 
CONNECT_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
Connect timeout interval, in milliseconds.
connector(Connector) - Method in class org.glassfish.jersey.client.ClientConfig
Set Jersey client transport connector.
Connector - Interface in org.glassfish.jersey.client.spi
Client transport connector contract.
cookie(Cookie) - Method in class org.glassfish.jersey.client.ClientRequest
Add new cookie to the message headers.
cookie(Cookie) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
cookie(String, String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
createParser(String) - Static method in class org.glassfish.jersey.client.ChunkedInput
Create new chunk parser that will split the response entity input stream based on a fixed boundary string.
createParser(byte[]) - Static method in class org.glassfish.jersey.client.ChunkedInput
Create new chunk parser that will split the response entity input stream based on a fixed boundary sequence of bytes.
CsrfProtectionFilter - Class in org.glassfish.jersey.client.filter
Simple client-side filter that adds X-Requested-By headers to all state-changing request (i.e.
CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Creates a new instance of the filter with X-Requested-By header value set to empty string.
CsrfProtectionFilter(String) - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Initialized the filter with a desired value of the X-Requested-By header.
CustomProvidersFeature - Class in org.glassfish.jersey.client
Feature to provide the single-line registration of custom providers.
CustomProvidersFeature(Collection<Class<?>>) - Constructor for class org.glassfish.jersey.client.CustomProvidersFeature
Constructs Feature which is used to register providers as providers in Configuration.

D

delete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
delete(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
delete(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 

E

encoding(String) - Method in class org.glassfish.jersey.client.ClientRequest
Set message encoding.
EncodingFeature - Class in org.glassfish.jersey.client.filter
Feature that configures support for content encodings on the client side.
EncodingFeature(Class<? extends ContentEncoder>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
Create a new instance of the feature.
EncodingFeature(String, Class<? extends ContentEncoder>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
Create a new instance of the feature specifying the default value for the ClientProperties.USE_ENCODING property.
EncodingFilter - Class in org.glassfish.jersey.client.filter
Client filter adding support for content encoding.
EncodingFilter() - Constructor for class org.glassfish.jersey.client.filter.EncodingFilter
 
equals(Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
ERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Entity must be null for http method {0}.
ERROR_HTTP_METHOD_ENTITY_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Entity must not be null for http method {0}.

F

failure(Throwable) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
Invoked in case the asynchronous request invocation failed.
filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
 
filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.EncodingFilter
 
filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.HttpBasicAuthFilter
 
FOLLOW_REDIRECTS - Static variable in class org.glassfish.jersey.client.ClientProperties
Automatic redirection.

G

get() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
get(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
get(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
getAbortResponse() - Method in class org.glassfish.jersey.client.ClientRequest
Get the request filter chain aborting response if set, or null otherwise.
getChunkType() - Method in class org.glassfish.jersey.client.ChunkedInput
Get chunk data media type.
getClient() - Method in class org.glassfish.jersey.client.ClientConfig
Get the parent Jersey client this configuration is bound to.
getClient() - Method in class org.glassfish.jersey.client.ClientRequest
 
getClient() - Method in class org.glassfish.jersey.client.JerseyClientFactory
 
getClient(Configurable) - Method in class org.glassfish.jersey.client.JerseyClientFactory
 
getConfiguration() - Method in class org.glassfish.jersey.client.ClientRequest
 
getConnection(URL) - Method in interface org.glassfish.jersey.client.HttpUrlConnector.ConnectionFactory
Get a HttpURLConnection for a given URL.
getConnector() - Method in class org.glassfish.jersey.client.ClientConfig
Get the client transport connector.
getCookies() - Method in class org.glassfish.jersey.client.ClientRequest
 
getCookies() - Method in class org.glassfish.jersey.client.ClientResponse
 
getFeatures() - Method in class org.glassfish.jersey.client.ClientConfig
 
getHostnameVerifier() - Method in class org.glassfish.jersey.client.SslConfig
Get the hostname verifier.
getMethod() - Method in class org.glassfish.jersey.client.ClientRequest
 
getParser() - Method in class org.glassfish.jersey.client.ChunkedInput
Get the underlying chunk parser.
getProperties() - Method in class org.glassfish.jersey.client.ClientConfig
 
getProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
 
getProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
getPropertyNames() - Method in class org.glassfish.jersey.client.ClientRequest
 
getProviderClasses() - Method in class org.glassfish.jersey.client.ClientConfig
 
getProviderInstances() - Method in class org.glassfish.jersey.client.ClientConfig
 
getRequestContext() - Method in class org.glassfish.jersey.client.ClientResponse
Get the associated client request context paired with this response context.
getRequestEntityWriter(ClientRequest) - Method in class org.glassfish.jersey.client.RequestWriter
Get a request entity writer capable of writing the request entity.
getSize() - Method in interface org.glassfish.jersey.client.RequestWriter.RequestEntityWriter
Get the size, in bytes, of the request entity, otherwise -1 if the size cannot be determined before serialization.
getSSLContext() - Method in class org.glassfish.jersey.client.SslConfig
Get the SSLContext.
getStatus() - Method in class org.glassfish.jersey.client.ClientResponse
 
getStatusInfo() - Method in class org.glassfish.jersey.client.ClientResponse
 
getUri() - Method in class org.glassfish.jersey.client.ClientRequest
 
getUri() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
getUriBuilder() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
getWorkers() - Method in class org.glassfish.jersey.client.ClientRequest
Get the message body workers associated with the request.

H

hashCode() - Method in class org.glassfish.jersey.client.ClientConfig
 
head() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
header(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
HEADER_NAME - Static variable in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Name of the header this filter will attach to the request.
headers(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
HTTP_URL_CONNECTION_SET_METHOD_WORKAROUND - Static variable in class org.glassfish.jersey.client.ClientProperties
A value of true declares that the client will try to set unsupported HTTP method to HttpURLConnection via reflection.
HttpBasicAuthFilter - Class in org.glassfish.jersey.client.filter
Client filter adding HTTP Basic Authentication header to the HTTP request, if no such header is already present.
HttpBasicAuthFilter(String, String) - Constructor for class org.glassfish.jersey.client.filter.HttpBasicAuthFilter
Creates a new HTTP Basic Authentication filter using provided username and password credentials.
HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Detected non-empty entity on a HTTP GET request.
HttpUrlConnector - Class in org.glassfish.jersey.client
Default client transport connector using HttpURLConnection.
HttpUrlConnector() - Constructor for class org.glassfish.jersey.client.HttpUrlConnector
Create default HttpURLConnection-based Jersey client connector.
HttpUrlConnector(HttpUrlConnector.ConnectionFactory) - Constructor for class org.glassfish.jersey.client.HttpUrlConnector
Create default HttpURLConnection-based Jersey client connector.
HttpUrlConnector.ConnectionFactory - Interface in org.glassfish.jersey.client
A factory for HttpURLConnection instances.

I

invocation(Link) - Method in class org.glassfish.jersey.client.JerseyClient
 
invoke() - Method in class org.glassfish.jersey.client.JerseyInvocation
 
invoke(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
invoke(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
isAsynchronous() - Method in class org.glassfish.jersey.client.ClientRequest
Returns true if the request is called asynchronously using AsyncInvoker
isClosed() - Method in class org.glassfish.jersey.client.ChunkedInput
Check if the chunked input has been closed.
isClosed() - Method in class org.glassfish.jersey.client.JerseyClient
Check client state.
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.client.ClientConfig
Check if the given feature is enabled or not.
isHostnameVerifierSet() - Method in class org.glassfish.jersey.client.SslConfig
Check if a hostname verifier is configured in this SSL config.
isProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.client.ChunkedInputReader
 

J

JerseyClient - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS JerseyClient contract.
JerseyClient() - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance using a default configuration.
JerseyClient(Configurable) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClientFactory - Class in org.glassfish.jersey.client
Jersey provider of JAX-RS client factory.
JerseyClientFactory() - Constructor for class org.glassfish.jersey.client.JerseyClientFactory
 
JerseyInvocation - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS client-side request invocation contract.
JerseyInvocation.Builder - Class in org.glassfish.jersey.client
Jersey-specific client invocation builder.
JerseyInvocation.Builder(URI, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyInvocation.Builder
Create new Jersey-specific client invocation builder.
JerseyWebTarget - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS client target contract.
JerseyWebTarget(UriBuilder, JerseyWebTarget) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
JerseyWebTarget(UriBuilder, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.

L

language(String) - Method in class org.glassfish.jersey.client.ClientRequest
Set message language.
language(Locale) - Method in class org.glassfish.jersey.client.ClientRequest
Set message language.
localizableCHUNKED_INPUT_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCHUNKED_INPUT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_HTTP_METHOD_ENTITY_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableUSE_ENCODING_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.client.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.client.internal.LocalizationMessages
 

M

matrixParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
method(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 

O

onGetStreamProvider() - Method in interface org.glassfish.jersey.client.RequestWriter.RequestEntityWriterListener
Called when the output stream is required to write the request entity.
options() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
options(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
options(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
org.glassfish.jersey.client - package org.glassfish.jersey.client
Jersey client-side classes.
org.glassfish.jersey.client.filter - package org.glassfish.jersey.client.filter
Provides core client filters.
org.glassfish.jersey.client.internal - package org.glassfish.jersey.client.internal
 
org.glassfish.jersey.client.spi - package org.glassfish.jersey.client.spi
 

P

path(String) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
post(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
post(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
post(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
put(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
put(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
put(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 

Q

queryParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 

R

read() - Method in class org.glassfish.jersey.client.ChunkedInput
Read next chunk from the response stream and convert it to a Java instance using the chunk media type.
READ_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
Read timeout interval, in milliseconds.
readChunk(InputStream) - Method in interface org.glassfish.jersey.client.ChunkParser
Invoked by ChunkedInput to get the data for the next chunk.
readFrom(Class<ChunkedInput>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.client.ChunkedInputReader
 
register(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<T>, Class<? super T>...) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<T>, int, Class<? super T>...) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object, int) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object, Class<? super T>...) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object, int, Class<? super T>...) - Method in class org.glassfish.jersey.client.ClientConfig
 
removeProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
request() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
request(String...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
request(MediaType...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
RequestProcessingInitializationStage - Class in org.glassfish.jersey.client
Function that can be put to an acceptor chain to properly initialize the client-side request-scoped processing injection for the current request and response exchange.
RequestProcessingInitializationStage(Provider<Ref<ClientRequest>>, Provider<MessageBodyWorkers>) - Constructor for class org.glassfish.jersey.client.RequestProcessingInitializationStage
Create new MessageBodyWorkers initialization function for requests and responses.
RequestWriter - Class in org.glassfish.jersey.client
A request writer for writing header values and a request entity.
RequestWriter() - Constructor for class org.glassfish.jersey.client.RequestWriter
Create new request writer.
RequestWriter.RequestEntityWriter - Interface in org.glassfish.jersey.client
A writer for writing a request entity.
RequestWriter.RequestEntityWriterListener - Interface in org.glassfish.jersey.client
A listener for listening to events when writing a request entity.
resolveTemplate(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
response(ClientResponse) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
Invoked when a response for the asynchronously invoked request is available.
RESPONSE_TO_EXCEPTION_CONVERSION_FAILED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Failed to convert a response into an exception.

S

setChunkType(MediaType) - Method in class org.glassfish.jersey.client.ChunkedInput
Set custom chunk data media type.
setChunkType(String) - Method in class org.glassfish.jersey.client.ChunkedInput
Set custom chunk data media type from a string value.
setMethod(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
setParser(ChunkParser) - Method in class org.glassfish.jersey.client.ChunkedInput
Set new chunk parser.
setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.client.ClientConfig
 
setProperty(String, Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
setProperty(String, Object) - Method in class org.glassfish.jersey.client.ClientRequest
 
setStatus(int) - Method in class org.glassfish.jersey.client.ClientResponse
 
setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.client.ClientResponse
 
setUri(URI) - Method in class org.glassfish.jersey.client.ClientRequest
 
setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.client.ClientRequest
Set the message body workers associated with the request.
SSL_CONFIG - Static variable in class org.glassfish.jersey.client.ClientProperties
Support for specifying SSL configuration for HTTPS connections.
SslConfig - Class in org.glassfish.jersey.client
SSL configuration for HTTPS connections.
SslConfig() - Constructor for class org.glassfish.jersey.client.SslConfig
Create SSL configuration with no HostnameVerifier and a default SSLContext constructed using SSLContext.getInstance("SSL").
SslConfig(HostnameVerifier) - Constructor for class org.glassfish.jersey.client.SslConfig
Create SSL configuration with a HostnameVerifier and a default SSLContext constructed using SSLContext.getInstance("SSL").
SslConfig(HostnameVerifier, SSLContext) - Constructor for class org.glassfish.jersey.client.SslConfig
Create SSL configuration with a HostnameVerifier and a SSLContext.
SslConfig(SSLContext) - Constructor for class org.glassfish.jersey.client.SslConfig
Create SSL configuration with no HostnameVerifier and a specified SSLContext.
submit() - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 

T

target(String) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(URI) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(UriBuilder) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(Link) - Method in class org.glassfish.jersey.client.JerseyClient
 
trace() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
trace(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
trace(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
type(MediaType) - Method in class org.glassfish.jersey.client.ClientRequest
Set message content type.
type(String) - Method in class org.glassfish.jersey.client.ClientRequest
Set message content type.

U

UNEXPECTED_ERROR_RESPONSE_PROCESSING() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Unexpected error during response processing.
updateFrom(Configurable) - Method in class org.glassfish.jersey.client.ClientConfig
 
USE_ENCODING - Static variable in class org.glassfish.jersey.client.ClientProperties
If EncodingFilter is registered, this property indicates the value of Content-Encoding property the filter should be adding.
USE_ENCODING_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Value {1} of {0} client property will be ignored as it is not a valid supported encoding.

V

variant(Variant) - Method in class org.glassfish.jersey.client.ClientRequest
Set message content variant (type, language and encoding).

W

writeRequestEntity(OutputStream) - Method in interface org.glassfish.jersey.client.RequestWriter.RequestEntityWriter
Write the request entity.
writeRequestEntity(ClientRequest, RequestWriter.RequestEntityWriterListener) - Method in class org.glassfish.jersey.client.RequestWriter
Write a request entity using an appropriate message body writer.

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

Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.