- 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
-
- CachingConnectorProvider - Class in org.glassfish.jersey.client.spi
-
Caching connector provider.
- CachingConnectorProvider(ConnectorProvider) - Constructor for class org.glassfish.jersey.client.spi.CachingConnectorProvider
-
Create the caching connector provider.
- CHUNKED_ENCODING_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The value MUST be an instance convertible to
Integer
.
- ChunkedInput<T> - Class in org.glassfish.jersey.client
-
Response entity type used for receiving messages in "typed" chunks.
- ChunkedInput(Type, InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ChunkedInput
-
- ChunkParser - Interface in org.glassfish.jersey.client
-
Chunk data parser.
- chunkSize(int) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- ClientConfig - Class in org.glassfish.jersey.client
-
Jersey externalized implementation of client-side JAX-RS configurable
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.
- ClientLifecycleListener - Interface in org.glassfish.jersey.client
-
Jersey client lifecycle listener contract.
- 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.
- ClientResponse(Response.StatusType, ClientRequest, URI) - 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.JerseyClient
-
- close() - Method in interface org.glassfish.jersey.client.spi.Connector
-
Close connector and release all it's internally associated resources.
- configure(FeatureContext) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.client.CustomProvidersFeature
-
- configure(FeatureContext) - 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.
- connectionFactory(HttpUrlConnectorProvider.ConnectionFactory) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- Connector - Interface in org.glassfish.jersey.client.spi
-
Client transport connector extension contract.
- connectorProvider(ConnectorProvider) - Method in class org.glassfish.jersey.client.ClientConfig
-
Register a custom Jersey client connector provider.
- ConnectorProvider - Interface in org.glassfish.jersey.client.spi
-
Jersey client connector provider 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
-
- createClient() - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- createClient(Configuration) - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- 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.
- credentials(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
-
Set credentials.
- credentials(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
-
Set credentials.
- credentialsForBasic(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for basic authentication only.
- credentialsForBasic(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for basic authentication only.
- credentialsForDigest(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for digest authentication only.
- credentialsForDigest(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for digest authentication only.
- 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.
- 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.
- getClasses() - Method in class org.glassfish.jersey.client.ClientConfig
-
- 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
-
- getConfiguration() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getConfiguration() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getConfiguration() - Method in interface org.glassfish.jersey.client.Initializable
-
Get a live view of an internal client configuration state of this initializable instance.
- getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClient
-
- getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- getConfiguration() - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- getConnection(URL) - Method in interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
-
- getConnector() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get the client transport connector.
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.spi.CachingConnectorProvider
-
- getConnector(Client, Configuration) - Method in interface org.glassfish.jersey.client.spi.ConnectorProvider
-
Get a Jersey client connector instance for a given client
instance
and Jersey client runtime configuration
.
- getConnectorProvider() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get the client transport connector provider.
- getContracts(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- getCookies() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getCookies() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getEntity() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the message entity Java instance.
- getHostnameVerifier() - Method in class org.glassfish.jersey.client.JerseyClient
-
- getInstances() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getLinks() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getMethod() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getName() - Method in interface org.glassfish.jersey.client.spi.Connector
-
Get name of current connector.
- 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.ClientConfig
-
- getPropertyNames() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get reader interceptors of this request.
- getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getRequestContext() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the associated client request context paired with this response context.
- getResolvedRequestUri() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the absolute URI of the ultimate request made to receive this response.
- getRuntimeType() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getServiceLocator() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getServiceLocator() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getServiceLocator(ClientRequestContext) - Static method in class org.glassfish.jersey.client.ServiceLocatorClientProvider
-
Extract and return service locator from clientRequestContext
.
- getServiceLocator(ClientResponseContext) - Static method in class org.glassfish.jersey.client.ServiceLocatorClientProvider
-
Extract and return service locator from clientResponseContext
.
- getSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
-
- 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
-
- getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- getWorkers() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get the message body workers associated with the request.
- getWriterInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get writer interceptors of this request.
- hashCode() - Method in class org.glassfish.jersey.client.ClientConfig
-
- hashCode() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- 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
-
- hostnameVerifier(HostnameVerifier) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- HTTP_AUTHENTICATION_BASIC_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Key of the property that can be set into the client request
using ClientRequestContext.setProperty(String, Object)
in order to override
the password for http basic authentication feature for the request.
- HTTP_AUTHENTICATION_BASIC_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Key of the property that can be set into the client request
using ClientRequestContext.setProperty(String, Object)
in order to override
the username for http basic authentication feature for the request.
- HTTP_AUTHENTICATION_DIGEST_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Key of the property that can be set into the client request
using ClientRequestContext.setProperty(String, Object)
in order to override
the password for http digest authentication feature for the request.
- HTTP_AUTHENTICATION_DIGEST_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Key of the property that can be set into the client request
using ClientRequestContext.setProperty(String, Object)
in order to override
the username for http digest authentication feature for the request.
- HTTP_AUTHENTICATION_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Key of the property that can be set into the client request
using ClientRequestContext.setProperty(String, Object)
in order to override
the password for http authentication feature for the request.
- HTTP_AUTHENTICATION_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Key of the property that can be set into the client request
using ClientRequestContext.setProperty(String, Object)
in order to override
the username for http authentication feature for the request.
- HttpAuthenticationFeature - Class in org.glassfish.jersey.client.authentication
-
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
- HttpAuthenticationFeature.BasicBuilder - Interface in org.glassfish.jersey.client.authentication
-
- HttpAuthenticationFeature.Builder - Interface in org.glassfish.jersey.client.authentication
-
- HttpAuthenticationFeature.UniversalBuilder - Interface in org.glassfish.jersey.client.authentication
-
Extension of
HttpAuthenticationFeature.Builder
that builds the http authentication feature configured in universal mode that supports
basic and digest authentication.
- HttpUrlConnectorProvider - Class in org.glassfish.jersey.client
-
Default Jersey client
connector
provider
that provides connector instances which delegate HTTP requests to
HttpURLConnection
for processing.
- HttpUrlConnectorProvider() - Constructor for class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- HttpUrlConnectorProvider.ConnectionFactory - Interface in org.glassfish.jersey.client
-