A C D E F G I K L O P R U W 
All Classes All Packages

A

ApacheClientProperties - Class in org.glassfish.jersey.apache.connector
Configuration options specific to the Client API that utilizes ApacheConnectorProvider.
ApacheConnectionClosingStrategy - Interface in org.glassfish.jersey.apache.connector
/** Strategy that defines the way the Apache client releases resources.
ApacheConnectionClosingStrategy.GracefulClosingStrategy - Class in org.glassfish.jersey.apache.connector
Strategy that aborts Apache HttpRequests for the case of Chunked Stream, closes the stream, and response next.
ApacheConnectionClosingStrategy.ImmediateClosingStrategy - Class in org.glassfish.jersey.apache.connector
Strategy that closes the response and content stream next.
ApacheConnectorProvider - Class in org.glassfish.jersey.apache.connector
Connector provider for Jersey connectors that utilize Apache HTTP Client to send and receive HTTP request and responses.
ApacheConnectorProvider() - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
 
ApacheHttpClientBuilderConfigurator - Interface in org.glassfish.jersey.apache.connector
A callback interface used to configure HttpClientBuilder.

C

close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) - Method in interface org.glassfish.jersey.apache.connector.ApacheConnectionClosingStrategy
Method to close the connection.
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) - Method in class org.glassfish.jersey.apache.connector.ApacheConnectionClosingStrategy.GracefulClosingStrategy
 
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) - Method in class org.glassfish.jersey.apache.connector.ApacheConnectionClosingStrategy.ImmediateClosingStrategy
 
configure(HttpClientBuilder) - Method in interface org.glassfish.jersey.apache.connector.ApacheHttpClientBuilderConfigurator
A callback method to configure the HttpClientBuilder
CONNECTION_CLOSING_STRATEGY - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Strategy that closes the Apache Connection.
CONNECTION_MANAGER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Connection Manager which will be used to create HttpClient.
CONNECTION_MANAGER_SHARED - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
A value of true indicates that configured connection manager should be shared among multiple Jersey ClientRuntime instances.
CREDENTIALS_PROVIDER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
The credential provider that should be used to retrieve credentials from a user.

D

DISABLE_COOKIES - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
A value of false indicates the client should handle cookies automatically using HttpClient's default cookie policy.

E

ERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Error buffering the entity.
ERROR_READING_HTTPENTITY_STREAM(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Error reading InputStream from HttpEntity: "{0}"
EXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
The supplied component is not configured to use a ApacheConnectorProvider.

F

FAILED_TO_STOP_CLIENT() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Failed to stop the client.

G

getConnector(Client, Configuration) - Method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
 
getCookieStore(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
Retrieve the underlying Apache CookieStore instance from JerseyClient or JerseyWebTarget configured to use ApacheConnectorProvider.
getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
Retrieve the underlying Apache HttpClient instance from JerseyClient or JerseyWebTarget configured to use ApacheConnectorProvider.
getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Get the value of the specified property.
GracefulClosingStrategy() - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnectionClosingStrategy.GracefulClosingStrategy
 

I

IGNORING_VALUE_OF_PROPERTY(Object, Object, Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Ignoring value of property "{0}" ("{1}") - not instance of "{2}".
ImmediateClosingStrategy() - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnectionClosingStrategy.ImmediateClosingStrategy
 
INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.

K

KEEPALIVE_STRATEGY - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
ConnectionKeepAliveStrategy for the HttpClient.

L

localizableERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableERROR_READING_HTTPENTITY_STREAM(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableFAILED_TO_STOP_CLIENT() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableIGNORING_VALUE_OF_PROPERTY(Object, Object, Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableWRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.apache.connector
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.apache.connector.LocalizationMessages
 

O

org.glassfish.jersey.apache.connector - package org.glassfish.jersey.apache.connector
Jersey client connector based on the Apache Http Client.

P

PREEMPTIVE_BASIC_AUTHENTICATION - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
A value of true indicates that a client should send an authentication request even before the server gives a 401 response.

R

REQUEST_CONFIG - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Request configuration for the HttpClient.
RETRY_HANDLER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
HttpRequestRetryHandler which will be used to create HttpClient.
REUSE_STRATEGY - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
ConnectionReuseStrategy for the HttpClient.

U

USE_SYSTEM_PROPERTIES - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
A value of false indicates the client will use default ApacheConnector params.

W

WRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
The proxy URI ("{0}") property MUST be an instance of String or URI.
A C D E F G I K L O P R U W 
All Classes All Packages