A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abortWith(Response) - Method in class org.glassfish.jersey.client.ClientRequest
- AbstractRxInvoker<T> - Class in org.glassfish.jersey.client
-
Default implementation of
reactive invoker
. - AbstractRxInvoker(SyncInvoker, ExecutorService) - Constructor for class org.glassfish.jersey.client.AbstractRxInvoker
- accept(MediaType...) - Method in class org.glassfish.jersey.client.ClientRequest
-
Add new accepted types to the message headers.
- accept(MediaType...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- accept(MediaType...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add the accepted response media types.
- accept(String...) - 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.JerseyInvocation.Builder
- accept(String...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add the accepted response media types.
- acceptEncoding(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- acceptEncoding(String...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add acceptable encodings.
- acceptLanguage(String...) - 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.JerseyInvocation.Builder
- acceptLanguage(String...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add acceptable languages.
- acceptLanguage(Locale...) - 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(Locale...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add acceptable languages.
- afterRequest(ClientRequestContext, ClientResponseContext) - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor
-
The method is invoked after a request when no
Throwable
is thrown, or theThrowables
areresolved
by previousPostInvocationInterceptor
. - apply(ClientRequest) - Method in class org.glassfish.jersey.client.internal.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 class org.glassfish.jersey.client.internal.HttpUrlConnector
- 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.
- AUTHENTICATION_CREDENTIALS_MISSING_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Credentials must be defined for basic authentication.
- AUTHENTICATION_CREDENTIALS_MISSING_DIGEST() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Credentials must be defined for digest authentication.
- AUTHENTICATION_CREDENTIALS_NOT_PROVIDED_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
No credentials are provided for basic authentication.
- AUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Unsupported password type class.
B
- BACKGROUND_SCHEDULER_THREADPOOL_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Scheduler thread pool size.
- basic() - Static method in class org.glassfish.jersey.client.http.Expect100ContinueFeature
-
Creates Expect100Continue Feature with default threshold size
- basic(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
- basic(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
- basicBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the builder of the http authentication feature working in basic authentication mode.
- beforeRequest(ClientRequestContext) - Method in interface org.glassfish.jersey.client.spi.PreInvocationInterceptor
-
The method invoked before the request starts.
- BUFFERED - org.glassfish.jersey.client.RequestEntityProcessing
-
Request entity will be buffered in the memory in order to determine content length that will be send as a Content-Length header in the request.
- build() - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
-
Build the feature.
- build() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- 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
- Builder(URI, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyInvocation.Builder
-
Create new Jersey-specific client invocation 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
- cacheControl(CacheControl) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Set the cache control data of the message.
- 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 - org.glassfish.jersey.client.RequestEntityProcessing
-
Entity will be send as chunked encoded (no Content-length is specified, entity is streamed).
- CHUNKED_ENCODING_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The value MUST be an instance convertible to
Integer
. - 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.
- ChunkedInput(Type, InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ChunkedInput
-
Package-private constructor used by the
ChunkedInputReader
. - ChunkParser - Interface in org.glassfish.jersey.client
-
Chunk data parser.
- chunkSize(int) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
Set chunk size for requests transferred using a HTTP chunked transfer coding.
- CLIENT_INSTANCE_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Client instance has been closed.
- CLIENT_INVOCATION_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Link of the newly created invocation must not be null.
- CLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Client response resolved URI must be absolute.
- CLIENT_RESPONSE_RESOLVED_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Client response resolved URI must not be null.
- CLIENT_RESPONSE_STATUS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Client response status must not be null.
- CLIENT_RX_PROVIDER_NOT_REGISTERED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
RxInvokerProvider for type {0} is not registered.
- CLIENT_RX_PROVIDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
RxInvokerProvider returned null.
- CLIENT_TARGET_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Link to the newly created target must not be null.
- CLIENT_URI_BUILDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
URI builder of the newly created target must not be null.
- CLIENT_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
URI of the newly created target must not be null.
- CLIENT_URI_TEMPLATE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
URI template of the newly created target must not be null.
- ClientAsyncExecutor - Annotation Type in org.glassfish.jersey.client
-
Injection qualifier that can be used to inject an
ExecutorService
instance used by Jersey client runtime to executeasynchronous
client requests. - ClientAsyncExecutorLiteral - Class in org.glassfish.jersey.client
-
ClientAsyncExecutor
annotation literal. - ClientBackgroundScheduler - Annotation Type in org.glassfish.jersey.client
-
Injection qualifier that can be used to inject an
ScheduledExecutorService
instance used by Jersey client runtime to schedule background tasks. - ClientBackgroundSchedulerLiteral - Class in org.glassfish.jersey.client
-
ClientBackgroundScheduler
annotation literal. - ClientBootstrapBag - Class in org.glassfish.jersey.client
- ClientBootstrapBag() - Constructor for class org.glassfish.jersey.client.ClientBootstrapBag
- ClientBuilderListener - Interface in org.glassfish.jersey.client.spi
-
Implementations of this interface will be notified when new ClientBuilder instances are being constructed.
- 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.
- ClientExecutor - Interface in org.glassfish.jersey.client
-
Executor for client async processing and background task scheduling.
- ClientLifecycleListener - Interface in org.glassfish.jersey.client
-
Jersey client lifecycle listener contract.
- ClientProperties - Class in org.glassfish.jersey.client
-
Jersey client implementation configuration properties.
- ClientProxy - Class in org.glassfish.jersey.client.innate
-
Default client Proxy information internal object.
- 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(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.
- ClientResponse(ClientRequest, Response) - Constructor for class org.glassfish.jersey.client.ClientResponse
-
Create new Jersey client response context initialized from a JAX-RS
response
. - ClientResponseProcessingException - Exception in org.glassfish.jersey.client.internal
-
This is a representation of a @{link ProcessingException} containing a @{link ClientResponse} instance.
- ClientResponseProcessingException(ClientResponse, Throwable) - Constructor for exception org.glassfish.jersey.client.internal.ClientResponseProcessingException
- close() - Method in class org.glassfish.jersey.client.ChunkedInput
- close() - Method in class org.glassfish.jersey.client.internal.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.
- COLLECTION_UPDATER_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Unsupported collection type.
- 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
- configure(FeatureContext) - Method in class org.glassfish.jersey.client.http.Expect100ContinueFeature
- 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
-
Set a custom
HttpURLConnection
factory. - 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.
- connectTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- 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(Cookie) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add a cookie to be set.
- cookie(String, String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- cookie(String, String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add a cookie to be set.
- createClient() - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
-
Create a new custom-configured
JerseyClient
instance. - createClient(Configuration) - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
-
Create a new custom-configured
JerseyClient
instance. - createHttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
Create
HttpUrlConnector
. - createMultiParser(String...) - Static method in class org.glassfish.jersey.client.ChunkedInput
-
Create a new chunk multi-parser that will split the response entity input stream based on multiple fixed boundary strings.
- 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.
- 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.
- 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, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for basic authentication only.
- credentialsForBasic(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for basic 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.
- credentialsForDigest(String, String) - 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.
D
- DEFAULT_CHUNK_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Default chunk size in HTTP chunk-encoded messages.
- DEFAULT_EXPECT_100_CONTINUE_THRESHOLD_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Default threshold size (64kb) after which which Expect:100-Continue header would be applied before the main request.
- DefaultSslContextProvider - Interface in org.glassfish.jersey.client.spi
-
Default
SSLContext
provider. - delete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- delete(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- delete(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- digest() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the http authentication feature in digest authentication mode initialized without default credentials.
- digest(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the http authentication feature in digest authentication mode initialized with credentials.
- digest(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the http authentication feature in digest authentication mode initialized with credentials.
- DIGEST_FILTER_QOP_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
The 'qop' (quality of protection) = {0} extension requested by the server is not supported by Jersey HttpDigestAuthFilter.
- DIGESTAUTH_URI_CACHE_SIZELIMIT - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The property defines the size of digest cache in the
HttpAuthenticationFeature.digest()
digest filter}.
E
- enableBuffering() - Method in class org.glassfish.jersey.client.ClientRequest
-
Enable a buffering of serialized entity.
- 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<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
-
Create a new instance of the feature.
- EncodingFeature(String, Class<?>...) - 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
- equals(Object) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
- ERROR_CLOSING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Error when closing the output stream.
- ERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Error while committing the request output stream.
- ERROR_DIGEST_FILTER_GENERATOR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Error during initialization of random generator of Digest authentication.
- 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}.
- ERROR_LISTENER_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ClientLifecycleListener {0} failed to close properly.
- ERROR_LISTENER_INIT(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ClientLifecycleListener {0} failed to initialize properly.
- ERROR_PARAMETER_TYPE_PROCESSING(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Could not process parameter type {0}.
- ERROR_REQUEST_CANCELLED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Request cancelled by the client call.
- ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Incorrect type of request instance {0}.
- ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Incorrect type of response instance {0}.
- ERROR_SHUTDOWNHOOK_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Client shutdown hook {0} failed.
- EXCEPTION_SUPPRESSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Exceptions were thrown.
- executorService(ExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig
-
Register custom Jersey client async executor.
- executorService(ExecutorService) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- EXPECT_100_CONTINUE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Allows for HTTP Expect:100-Continue being handled by the HttpUrlConnector (default Jersey connector).
- EXPECT_100_CONTINUE_THRESHOLD_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Property for threshold size for content length after which Expect:100-Continue header would be applied before the main request.
- Expect100ContinueFeature - Class in org.glassfish.jersey.client.http
- Expect100ContinueFeature() - Constructor for class org.glassfish.jersey.client.http.Expect100ContinueFeature
- Expect100ContinueUsage - Class in org.glassfish.jersey.client.innate
-
Utility class to check whether it's possible to send the Expect header within request.
F
- failure(Throwable) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
-
Invoked in case the asynchronous request invocation failed.
- FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
If
true
then disable auto-discovery on the client. - filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
- filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.EncodingFilter
- 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(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- get(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- get(Parameter) - Method in interface org.glassfish.jersey.client.inject.ParameterUpdaterProvider
-
Get the updater configured to update value of given
parameter
. - getAbortResponse() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get the request filter chain aborting response if set, or
null
otherwise. - getAccepted() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the accepted response media types.
- getAcceptedLanguages() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get acceptable languages.
- getCacheControls() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the cache control data of the message.
- 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
- getClientExecutor() - Method in class org.glassfish.jersey.client.ClientConfig
- getClientResponse() - Method in exception org.glassfish.jersey.client.internal.ClientResponseProcessingException
- 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
- getConfiguration() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get runtime configuration.
- getConnection(URL) - Method in interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
-
Get a
HttpURLConnection
for a given URL. - getConnection(URL, Proxy) - Method in interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
-
Get a
HttpURLConnection
for a given URL. - 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 runtimeconfiguration
. - 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
- getCookies() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get any cookies that accompanied the request.
- getDefaultSslContext() - Method in interface org.glassfish.jersey.client.spi.DefaultSslContextProvider
-
Get default
SSLContext
. - getDefaultValueString() - Method in interface org.glassfish.jersey.client.inject.ParameterUpdater
-
Default value (string) that will be used in case input value is not available.
- getEncodings() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get acceptable encodings.
- getEntity() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the message entity Java instance.
- getExecutorService() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
Return executorService service this reactive invoker was initialized with.
- getExecutorService() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get custom client executor service.
- getExecutorService() - Method in class org.glassfish.jersey.client.JerseyClient
- getHeader(String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the values of a HTTP request header.
- getHeaders() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the mutable message headers multivalued map.
- getHostnameVerifier() - Method in class org.glassfish.jersey.client.JerseyClient
- getInjectionManager() - Method in class org.glassfish.jersey.client.ClientRequest
- getInjectionManager() - Method in class org.glassfish.jersey.client.ClientResponse
- getInjectionManager(ClientRequestContext) - Static method in class org.glassfish.jersey.client.InjectionManagerClientProvider
-
Extract and return injection manager from
clientRequestContext
. - getInjectionManager(ClientResponseContext) - Static method in class org.glassfish.jersey.client.InjectionManagerClientProvider
-
Extract and return injection manager from
clientResponseContext
. - 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.inject.ParameterUpdater
-
Name of the parameter to be udpated
- getName() - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
- getName() - Method in interface org.glassfish.jersey.client.spi.Connector
-
Get name of current connector.
- getParameterUpdaterProvider() - Method in class org.glassfish.jersey.client.ClientBootstrapBag
- 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
- getProperty(String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Returns the property with the given name registered in the current request/response exchange context, or
null
if there is no property by that name. - getPropertyNames() - Method in class org.glassfish.jersey.client.ClientConfig
- getPropertyNames() - Method in class org.glassfish.jersey.client.ClientRequest
- getPropertyNames() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - 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.
- getRequestHeader(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
Get the values of an HTTP request header if the header exists on the current request.
- getRequestHeaders() - Method in class org.glassfish.jersey.client.ClientRequest
- getResolvedRequestUri() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the absolute URI of the ultimate request made to receive this response.
- getResponseContext() - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
-
If the
ClientResponseContext
has been available at the time of theThrowable
occurrence, such as when thePostInvocationInterceptor
is processed, it will be available. - getRuntimeType() - Method in class org.glassfish.jersey.client.ClientConfig
- getScheduledExecutorService() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get custom client scheduled executor service.
- getScheduledExecutorService() - Method in class org.glassfish.jersey.client.JerseyClient
- 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
- getSyncInvoker() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
Return invocation builder this reactive invoker was initialized with.
- getThrowables() - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
-
Get the mutable
Deque
of unhandledThrowables
occurred during the request (including previousPostInvocationInterceptor
processing). - getUri() - Method in class org.glassfish.jersey.client.ClientRequest
- getUri() - Method in class org.glassfish.jersey.client.JerseyWebTarget
- getUri() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the request URI.
- getUriBuilder() - Method in class org.glassfish.jersey.client.JerseyWebTarget
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- 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.
- 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.
H
- hashCode() - Method in class org.glassfish.jersey.client.ClientConfig
- hashCode() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
- hasProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
- head() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- header(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- header(String, Object) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add an arbitrary header.
- 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
- headers(MultivaluedMap<String, Object>) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Replaces all existing headers with the newly supplied headers.
- 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
usingClientRequestContext.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
usingClientRequestContext.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
usingClientRequestContext.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
usingClientRequestContext.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
usingClientRequestContext.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
usingClientRequestContext.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
-
Extension of
HttpAuthenticationFeature.Builder
that builds the http authentication feature configured for basic authentication. - HttpAuthenticationFeature.Builder - Interface in org.glassfish.jersey.client.authentication
-
Builder that creates instances of
HttpAuthenticationFeature
. - 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. - 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.internal
-
Default client transport connector using
HttpURLConnection
. - HttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Constructor for class org.glassfish.jersey.client.internal.HttpUrlConnector
-
Create new
HttpUrlConnector
instance. - HttpUrlConnectorProvider - Class in org.glassfish.jersey.client
-
Default Jersey client
connector
provider that provides connector instances which delegate HTTP requests toHttpURLConnection
for processing. - HttpUrlConnectorProvider() - Constructor for class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
Create new
HttpURLConnection
-based Jersey client connector provider. - HttpUrlConnectorProvider.ConnectionFactory - Interface in org.glassfish.jersey.client
-
A factory for
HttpURLConnection
instances.
I
- IGNORE_EXCEPTION_RESPONSE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Ignore a response in an exception thrown by the client API by not forwarding it to this service's client.
- IGNORED_ASYNC_THREADPOOL_SIZE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Zero or negative asynchronous thread pool size specified in the client configuration property: [{0}] Using default cached thread pool.
- ignoreUserAgent() - Method in class org.glassfish.jersey.client.ClientRequest
-
Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
- ignoreUserAgent(boolean) - Method in class org.glassfish.jersey.client.ClientRequest
-
Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
- Initializable<T extends Initializable<T>> - Interface in org.glassfish.jersey.client
-
Initializable Jersey client-side component.
- InjectionManagerClientProvider - Class in org.glassfish.jersey.client
-
Extension of
InjectionManagerProvider
which contains helper static methods that extractInjectionManager
from client specific JAX-RS components. - InjectionManagerClientProvider() - Constructor for class org.glassfish.jersey.client.InjectionManagerClientProvider
- INSTANCE - Static variable in class org.glassfish.jersey.client.ClientAsyncExecutorLiteral
-
An
ClientAsyncExecutor
annotation instance. - INSTANCE - Static variable in class org.glassfish.jersey.client.ClientBackgroundSchedulerLiteral
-
An
ClientBackgroundScheduler
annotation instance. - invocation(Link) - Method in class org.glassfish.jersey.client.JerseyClient
- InvocationBuilderListener - Interface in org.glassfish.jersey.client.spi
-
Implementations of this interface will be notified when a new Invocation.Builder is created.
- InvocationBuilderListener.InvocationBuilderContext - Interface in org.glassfish.jersey.client.spi
-
An
Invocation.Builder
subset of setter methods. - invoke() - Method in class org.glassfish.jersey.client.JerseyInvocation
- invoke(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
- invoke(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
- isAllowed(ClientRequest, String) - Static method in class org.glassfish.jersey.client.innate.Expect100ContinueUsage
-
Checks if usage of the Expect header with 100-Continue value is allowed
- 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.
- isDefaultSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
-
Get information about used
SSLContext
. - isEnabled(Feature) - Method in class org.glassfish.jersey.client.ClientConfig
- isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.client.ClientConfig
- isProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
- isRegistered(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
- isRegistered(Object) - Method in class org.glassfish.jersey.client.ClientConfig
J
- JerseyClient - Class in org.glassfish.jersey.client
-
Jersey implementation of
JAX-RS Client
contract. - JerseyClient() - Constructor for class org.glassfish.jersey.client.JerseyClient
-
Create a new Jersey client instance using a default configuration.
- JerseyClient(Configuration, SSLContext, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
-
Create a new Jersey client instance.
- JerseyClient(Configuration, SSLContext, HostnameVerifier, DefaultSslContextProvider) - Constructor for class org.glassfish.jersey.client.JerseyClient
-
Create a new Jersey client instance.
- JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
-
Create a new Jersey client instance.
- JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier, DefaultSslContextProvider) - Constructor for class org.glassfish.jersey.client.JerseyClient
-
Create a new Jersey client instance.
- JerseyClientBuilder - Class in org.glassfish.jersey.client
-
Jersey provider of
JAX-RS client builder
. - JerseyClientBuilder() - Constructor for class org.glassfish.jersey.client.JerseyClientBuilder
-
Create new Jersey client builder instance.
- JerseyCompletionStageRxInvoker - Class in org.glassfish.jersey.client
-
Implementation of Reactive Invoker for
CompletionStage
. - 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
. - JerseyWebTarget - Class in org.glassfish.jersey.client
-
Jersey implementation of
JAX-RS client target
contract. - JerseyWebTarget(UriBuilder, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
-
Create new web target instance.
- JerseyWebTarget(UriBuilder, JerseyWebTarget) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
-
Create new web target instance.
- JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
If
true
then disable configuration of Json Processing (JSR-353) feature on client.
K
- keyStore(KeyStore, char[]) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
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.
- loadFrom(Configuration) - Method in class org.glassfish.jersey.client.ClientConfig
-
Load the internal configuration state from an externally provided configuration state.
- localizableAUTHENTICATION_CREDENTIALS_MISSING_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableAUTHENTICATION_CREDENTIALS_MISSING_DIGEST() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableAUTHENTICATION_CREDENTIALS_NOT_PROVIDED_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableAUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- 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
- localizableCLIENT_INSTANCE_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_INVOCATION_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_RESPONSE_RESOLVED_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_RESPONSE_STATUS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_RX_PROVIDER_NOT_REGISTERED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_RX_PROVIDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_TARGET_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_URI_BUILDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_URI_TEMPLATE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCOLLECTION_UPDATER_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableDIGEST_FILTER_QOP_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_CLOSING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_DIGEST_FILTER_GENERATOR() - 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
- localizableERROR_LISTENER_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_LISTENER_INIT(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_PARAMETER_TYPE_PROCESSING(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_REQUEST_CANCELLED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_SHUTDOWNHOOK_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableEXCEPTION_SUPPRESSED() - 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
- localizableIGNORED_ASYNC_THREADPOOL_SIZE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNEGATIVE_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_CONNECTOR_PROVIDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_INVOCATION_BUILDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_KEYSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_KEYSTORE_PASWORD() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_SCHEDULED_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_SSL_CONTEXT() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_TRUSTSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizablePOSTINVOCATION_INTERCEPTOR_EXCEPTION() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizablePOSTINVOCATION_INTERCEPTOR_MULTIPLE_RESOLVES() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizablePOSTINVOCATION_INTERCEPTOR_RESOLVE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizablePREINVOCATION_INTERCEPTOR_ABORT_WITH() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizablePREINVOCATION_INTERCEPTOR_EXCEPTION() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizablePREINVOCATION_INTERCEPTOR_MULTIPLE_ABORTIONS() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableREQUEST_ENTITY_ALREADY_WRITTEN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableREQUEST_ENTITY_WRITER_NULL() - 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
- localizableRESPONSE_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableRESTRICTED_HEADER_POSSIBLY_IGNORED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableRESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableRESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object) - 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
- localizableUSING_FIXED_ASYNC_THREADPOOL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableWRONG_PROXY_URI_TYPE(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
- METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
If
true
then disable META-INF/services lookup on client. - method(String) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- method(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- method(String, Entity<?>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- method(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- method(String, Entity<?>, GenericType<T>) - 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, GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- method(String, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- method(String, Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- method(String, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
If
true
then disable configuration of MOXy Json feature on client.
N
- NEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Negative chunked HTTP transfer coding chunk size value specified in the client configuration property: [{0}] Reverting to programmatically set default: [{1}]
- NEGATIVE_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
"Input parameter {0} must not be negative."
- nonPreemptive() - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BasicBuilder
-
Configure the builder to create features in non-preemptive basic authentication mode.
- NULL_CONNECTOR_PROVIDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ConnectorProvider must not be set to null.
- NULL_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ExecutorService must not be set to null.
- NULL_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Input method parameter {0} must not be null.
- NULL_INVOCATION_BUILDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Invocation builder must not be null.
- NULL_KEYSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Custom key store, if set, must not be null.
- NULL_KEYSTORE_PASWORD() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Custom key store password must not be null.
- NULL_SCHEDULED_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ScheduledExecutorService must not be set to null.
- NULL_SSL_CONTEXT() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Custom client SSL context, if set, must not be null.
- NULL_TRUSTSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Custom trust store, if set, must not be null.
O
- onClose() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
-
Invoked when the client instance is closed.
- onException(ClientRequestContext, PostInvocationInterceptor.ExceptionContext) - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor
-
The method is invoked after a
Throwable
is caught during the client request chain processing. - onInit() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
-
Invoked when a new runtime is initialized for the client instance.
- onNewBuilder(ClientBuilder) - Method in interface org.glassfish.jersey.client.spi.ClientBuilderListener
- onNewBuilder(InvocationBuilderListener.InvocationBuilderContext) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener
-
Whenever an
Invocation.Builder
is created, (i.e. - options() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- options(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- options(Class<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.authentication - package org.glassfish.jersey.client.authentication
-
Provides core client authentication mechanisms.
- org.glassfish.jersey.client.filter - package org.glassfish.jersey.client.filter
-
Provides core client filters.
- org.glassfish.jersey.client.http - package org.glassfish.jersey.client.http
- org.glassfish.jersey.client.inject - package org.glassfish.jersey.client.inject
- org.glassfish.jersey.client.innate - package org.glassfish.jersey.client.innate
-
Jersey client MOST INTERNAL classes/interfaces.
- org.glassfish.jersey.client.internal - package org.glassfish.jersey.client.internal
-
Jersey client-side internal classes.
- org.glassfish.jersey.client.spi - package org.glassfish.jersey.client.spi
-
Jersey client SPI classes/interfaces.
- OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.client.ClientProperties
-
An integer value that defines the buffer size used to buffer client-side request entity in order to determine its size and set the value of HTTP "Content-Length" header.
P
- ParameterUpdater<T,R> - Interface in org.glassfish.jersey.client.inject
-
Provider that converts the an object of a custom Java type values to String / Collection<String>> type
- ParameterUpdaterProvider - Interface in org.glassfish.jersey.client.inject
-
Provider of parameter updater.
- password - Variable in class org.glassfish.jersey.client.innate.ClientProxy
- password() - Method in class org.glassfish.jersey.client.innate.ClientProxy
- path(String) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- post(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- post(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- post(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- POSTINVOCATION_INTERCEPTOR_EXCEPTION() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
PostInvocationInterceptor threw exception.
- POSTINVOCATION_INTERCEPTOR_MULTIPLE_RESOLVES() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ExceptionContext#resolve has been utilized multiple times.
- POSTINVOCATION_INTERCEPTOR_RESOLVE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ExceptionContext#resolve has been utilized.
- PostInvocationInterceptor - Interface in org.glassfish.jersey.client.spi
-
The interceptor of a client request invocation that is executed after the request invocation itself, i.e.
- PostInvocationInterceptor.ExceptionContext - Interface in org.glassfish.jersey.client.spi
-
The context providing information when the
Throwable
(typically, theRuntimeException
) is caught. - preInitialize() - Method in interface org.glassfish.jersey.client.Initializable
-
Pre-initializes the runtime and runtime
configuration
of this component in order to improve performance during the first request. - preInitialize() - Method in class org.glassfish.jersey.client.JerseyClient
- preInitialize() - Method in class org.glassfish.jersey.client.JerseyWebTarget
- PREINVOCATION_INTERCEPTOR_ABORT_WITH() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
PreInvocationInterceptor utilized ClientRequestContext#abortWith.
- PREINVOCATION_INTERCEPTOR_EXCEPTION() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
PreInvocationInterceptor threw exception.
- PREINVOCATION_INTERCEPTOR_MULTIPLE_ABORTIONS() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ClientRequestContext#abortWith has been utilized multiple times.
- PreInvocationInterceptor - Interface in org.glassfish.jersey.client.spi
-
The interceptor of a client request invocation that is executed before the invocation itself, i.e.
- property(String, Object) - Method in class org.glassfish.jersey.client.ClientConfig
- property(String, Object) - Method in class org.glassfish.jersey.client.JerseyClient
- property(String, Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- property(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- property(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation
- property(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- property(String, Object) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Set a new property in the context of a request represented by this invocation builder.
- proxy() - Method in class org.glassfish.jersey.client.innate.ClientProxy
- proxy(Proxy) - Static method in class org.glassfish.jersey.client.innate.ClientProxy
- PROXY_PASSWORD - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The property defines a user password which will be used for HTTP proxy authentication.
- PROXY_URI - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The property defines a URI of a HTTP proxy the client connector should use.
- PROXY_USERNAME - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The property defines a user name which will be used for HTTP proxy authentication.
- proxyFromConfiguration(Configuration) - Static method in class org.glassfish.jersey.client.innate.ClientProxy
- proxyFromProperties(URI) - Static method in class org.glassfish.jersey.client.innate.ClientProxy
- proxyFromRequest(ClientRequest) - Static method in class org.glassfish.jersey.client.innate.ClientProxy
- put(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- put(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- put(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
Q
- QUERY_PARAM_STYLE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The property defines the desired format of query parameters.
- 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. - readEntity(GenericType<T>) - Method in class org.glassfish.jersey.client.ClientResponse
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(Class<T>) - Method in class org.glassfish.jersey.client.ClientResponse
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Object) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Object) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Object, int) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- removeProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
- removeProperty(String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Removes a property with the given name from the current request/response exchange context.
- request() - Method in class org.glassfish.jersey.client.JerseyWebTarget
- request(MediaType...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- request(String...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- REQUEST_ENTITY_ALREADY_WRITTEN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
The entity was already written in this request.
- REQUEST_ENTITY_PROCESSING - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The property specified how the entity should be serialized to the output stream by the
connector
; if the buffering should be used or the entity is streamed in chunked encoding. - REQUEST_ENTITY_WRITER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
The entity of the client request is null.
- RequestAuthenticationException - Exception in org.glassfish.jersey.client.authentication
-
Exception thrown by security request authentication.
- RequestAuthenticationException(String) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception message.
- RequestAuthenticationException(String, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception message and exception cause.
- RequestAuthenticationException(Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception cause.
- RequestEntityProcessing - Enum in org.glassfish.jersey.client
-
Defines values for the
ClientProperties.REQUEST_ENTITY_PROCESSING
property. - 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>>, MessageBodyWorkers, InjectionManager) - Constructor for class org.glassfish.jersey.client.RequestProcessingInitializationStage
-
Create new
MessageBodyWorkers
initialization function for requests and responses. - resolve(Response) - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
-
Resolve the
Throwables
with a providedResponse
. - resolveProperty(String, Class<T>) - Method in class org.glassfish.jersey.client.ClientRequest
- resolveProperty(String, T) - Method in class org.glassfish.jersey.client.ClientRequest
- 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.
- RESPONSE_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Requested response type is null.
- ResponseAuthenticationException - Exception in org.glassfish.jersey.client.authentication
-
Exception thrown by security response authentication.
- ResponseAuthenticationException(Response, String) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception message.
- ResponseAuthenticationException(Response, String, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception message and exception cause.
- ResponseAuthenticationException(Response, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception cause.
- RESTRICTED_HEADER_POSSIBLY_IGNORED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Attempt to send restricted header(s) while the [{0}] system property not set.
- RESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Restricted headers are not enabled using [{0}] system property (setting only takes effect on connections created after the property has been set/changed).
- RESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Restricted headers are enabled using [{0}] system property(setting only takes effect onconnections created after the property has been set/changed).
- rx() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- rx(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
S
- schedule(Runnable, long, TimeUnit) - Method in interface org.glassfish.jersey.client.ClientExecutor
-
Creates and executes a one-shot action that becomes enabled after the given delay.
- schedule(Callable<T>, long, TimeUnit) - Method in interface org.glassfish.jersey.client.ClientExecutor
-
Creates and executes a
ScheduledFuture
that becomes enabled after the given delay. - scheduledExecutorService(ScheduledExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig
-
Register custom Jersey client scheduler.
- scheduledExecutorService(ScheduledExecutorService) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- secureConnection(JerseyClient, HttpURLConnection) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
-
Secure connection if necessary.
- SET_METHOD_WORKAROUND - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
A value of
true
declares that the client will try to set unsupported HTTP method toHttpURLConnection
via reflection. - setBasicAuthorizationHeader(MultivaluedMap<String, Object>, ClientProxy) - Static method in class org.glassfish.jersey.client.innate.ClientProxy
- 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
- setParameterUpdaterProvider(ParameterUpdaterProvider) - Method in class org.glassfish.jersey.client.ClientBootstrapBag
- setParser(ChunkParser) - Method in class org.glassfish.jersey.client.ChunkedInput
-
Set new chunk parser.
- setProperty(String, Object) - Method in class org.glassfish.jersey.client.ClientRequest
- setResolvedRequestUri(URI) - Method in class org.glassfish.jersey.client.ClientResponse
-
Set the absolute URI of the ultimate request that was made to receive this response.
- 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.
- sslContext(SSLContext) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- submit() - Method in class org.glassfish.jersey.client.JerseyInvocation
- submit(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
- submit(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
- submit(GenericType<T>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
-
Submit the request for an asynchronous invocation and register an
InvocationCallback
to process the future result of the invocation. - submit(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
- submit(Runnable) - Method in interface org.glassfish.jersey.client.ClientExecutor
- submit(Runnable, T) - Method in interface org.glassfish.jersey.client.ClientExecutor
- submit(Callable<T>) - Method in interface org.glassfish.jersey.client.ClientExecutor
-
Submits a value-returning task for execution and returns a
Future
representing the pending results of the task. - SUPPRESS_HTTP_COMPLIANCE_VALIDATION - Static variable in class org.glassfish.jersey.client.ClientProperties
-
If
true
, the strict validation of HTTP specification compliance will be suppressed.
T
- target(Link) - Method in class org.glassfish.jersey.client.JerseyClient
- target(UriBuilder) - Method in class org.glassfish.jersey.client.JerseyClient
- target(String) - Method in class org.glassfish.jersey.client.JerseyClient
- target(URI) - Method in class org.glassfish.jersey.client.JerseyClient
- toString() - Method in class org.glassfish.jersey.client.ClientResponse
- toString() - Method in class org.glassfish.jersey.client.JerseyInvocation
- toString() - Method in class org.glassfish.jersey.client.JerseyWebTarget
- trace() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- trace(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- trace(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- trustStore(KeyStore) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- type() - Method in class org.glassfish.jersey.client.innate.ClientProxy
- 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.
- universal(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the http authentication feature in combined mode supporting both, basic and digest authentication.
- universal(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the http authentication feature in combined mode supporting both, basic and digest authentication.
- universalBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the builder that builds http authentication feature in combined mode supporting both, basic and digest authentication.
- update(T) - Method in interface org.glassfish.jersey.client.inject.ParameterUpdater
-
Update the value using ParamConverter#toString (and using the configured
default value
) - uri() - Method in class org.glassfish.jersey.client.innate.ClientProxy
- 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.
- USE_FIXED_LENGTH_STREAMING - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
If
true
, theHttpUrlConnector
(if used) will assume the content length from the value of "Content-Length" request header (if present). - useFixedLengthStreaming() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
Instruct the provided connectors to use the
fixed-length streaming mode
on the underlying HTTP URL connection instance when sending requests. - userName - Variable in class org.glassfish.jersey.client.innate.ClientProxy
- userName() - Method in class org.glassfish.jersey.client.innate.ClientProxy
- useSetMethodWorkaround() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
Instruct the provided connectors to use reflection when setting the HTTP method value.See
HttpUrlConnectorProvider.SET_METHOD_WORKAROUND
property documentation for more details. - USING_FIXED_ASYNC_THREADPOOL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Using fixed-size thread pool of size [{0}] for asynchronous client invocations.
V
- valueOf(String) - Static method in enum org.glassfish.jersey.client.RequestEntityProcessing
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.glassfish.jersey.client.RequestEntityProcessing
-
Returns an array containing the constants of this enum type, in the order they are declared.
- variant(Variant) - Method in class org.glassfish.jersey.client.ClientRequest
-
Set message content variant (type, language and encoding).
W
- withConfig(Configuration) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- withCustomThreshold(long) - Static method in class org.glassfish.jersey.client.http.Expect100ContinueFeature
-
Creates Expect100ContinueFeature with custom (not default) threshold size for content length.
- writeEntity() - Method in class org.glassfish.jersey.client.ClientRequest
-
Write (serialize) the entity set in this request into the
entity stream
. - WRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
The proxy URI ("{0}") property MUST be an instance of String or URI.
All Classes All Packages