- abortWith(Response) - Method in class org.glassfish.jersey.client.ClientRequest
-
- AbstractRxInvoker<T> - Class in org.glassfish.jersey.client
-
- 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(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(MediaType...) - 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.
- accept(MediaType...) - 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(Locale...) - Method in class org.glassfish.jersey.client.ClientRequest
-
Add new accepted languages to the message headers.
- acceptLanguage(String...) - Method in class org.glassfish.jersey.client.ClientRequest
-
Add new accepted languages to the message headers.
- acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- acceptLanguage(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- acceptLanguage(Locale...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add acceptable languages.
- acceptLanguage(String...) - 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 the
Throwables
are
resolved
by previous
PostInvocationInterceptor
.
- apply(ClientRequest) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
-
- apply(ClientRequest, AsyncConnectorCallback) - 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 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.
- 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.
- cancel(boolean) - Method in class org.glassfish.jersey.client.ClientRequest
-
- 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
-
- ChunkParser - Interface in org.glassfish.jersey.client
-
Chunk data parser.
- chunkSize(int) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- 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 execute
asynchronous
client requests.
- ClientAsyncExecutorLiteral - Class in org.glassfish.jersey.client
-
- 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
-
- 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.
- 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.
- ClientResponseMediaTypeDeterminer - Class in org.glassfish.jersey.client.internal.routing
-
Client side
Response
utility class determining the media type.
- ClientResponseMediaTypeDeterminer(MessageBodyWorkers) - Constructor for class org.glassfish.jersey.client.internal.routing.ClientResponseMediaTypeDeterminer
-
Constructor providing the MessageBodyWorkers that specify the media types.
- 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
-
- Connector - Interface in org.glassfish.jersey.client.spi
-
Client transport connector extension contract.
- CONNECTOR_PROVIDER - Static variable in class org.glassfish.jersey.client.ClientProperties
-
- ConnectorExtension<T,E extends Exception> - Interface in org.glassfish.jersey.client.internal
-
Connector extension interface to extend existing connector's functionality.
- 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(String, String) - 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 interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add a cookie to be set.
- createClient() - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- createClient(Configuration) - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- createHttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- 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(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.
- 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
-
- EncodingFilter - Class in org.glassfish.jersey.client.filter
-
- EncodingFilter(InjectionManager) - 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
-
- Expect100ContinueFeature - Class in org.glassfish.jersey.client.http
-
- Expect100ContinueFeature() - Constructor for class org.glassfish.jersey.client.http.Expect100ContinueFeature
-
- 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.
- get(Parameter) - Method in interface org.glassfish.jersey.client.inject.ParameterUpdaterProvider
-
Get the updater configured to update value of given
parameter
.
- 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
-
- get() - Method in class org.glassfish.jersey.client.SslContextClientBuilder
-
Supply SSLContext from this builder.
- 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
-
Return a
ClientResponse
to be converted to
Response
to be put to a
ResponseProcessingException
.
- 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
-
- getConnection(URL, Proxy) - 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
-
- 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
-
- getInjectionManager(ClientResponseContext) - Static method in class org.glassfish.jersey.client.InjectionManagerClientProvider
-
- 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
-
- 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
-
- 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 unhandled
Throwables
occurred during the request (including previous
PostInvocationInterceptor
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, 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.
- 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 negative1."
- NONINJECT_AMBIGUOUS_SERVICES(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Ambiguous providing services ${0}.
- NONINJECT_FALLBACK() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Jersey-HK2 module is missing.
- NONINJECT_NO_BINDING(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
No binding found for ${0}.
- NONINJECT_NO_CONSTRUCTOR(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
No applicable constructor for ${0} found.
- NONINJECT_REQUESTSCOPE_CREATED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
RequestScope already created.
- NONINJECT_SHUTDOWN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
InjectionManager is already shutdown.
- NONINJECT_UNSATISFIED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Unsatisfied dependency for ${0}.
- 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.
- 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
- ParameterUpdaterConfigurator - Class in org.glassfish.jersey.client.internal.inject
-
- ParameterUpdaterConfigurator() - Constructor for class org.glassfish.jersey.client.internal.inject.ParameterUpdaterConfigurator
-
- ParameterUpdaterProvider - Interface in org.glassfish.jersey.client.inject
-
Provider of parameter updater.
- path(String) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- post(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- post(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- post(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- postConnectionProcessing(T) - Method in interface org.glassfish.jersey.client.internal.ConnectorExtension
-
After connection is done some additional work may be done
- 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, the RuntimeException
) 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_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.
- put(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- put(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- put(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- 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
-
- 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(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(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.
- 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.
- readTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Object) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Object, int) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Object) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- 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(String...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- request(MediaType...) - 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(Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception cause.
- 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.
- RequestEntityProcessing - Enum in org.glassfish.jersey.client
-
- 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
-
- resolve(Response) - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
-
Resolve the
Throwables
with a provided
Response
.
- 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, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception cause.
- 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.
- 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
-