Skip navigation links
A C D E F G I K L O P R U 

A

Apache5ClientProperties - Class in org.glassfish.jersey.apache5.connector
Configuration options specific to the Client API that utilizes Apache5ConnectorProvider.
Apache5ConnectionClosingStrategy - Interface in org.glassfish.jersey.apache5.connector
Strategy that defines the way the Apache client releases resources.
Apache5ConnectionClosingStrategy.Apache5GracefulClosingStrategy - Class in org.glassfish.jersey.apache5.connector
Strategy that aborts Apache HttpRequests for the case of Chunked Stream, closes the stream, and response next.
Apache5ConnectorProvider - Class in org.glassfish.jersey.apache5.connector
Connector provider for Jersey connectors that utilize Apache HTTP Client to send and receive HTTP request and responses.
Apache5ConnectorProvider() - Constructor for class org.glassfish.jersey.apache5.connector.Apache5ConnectorProvider
 
Apache5GracefulClosingStrategy() - Constructor for class org.glassfish.jersey.apache5.connector.Apache5ConnectionClosingStrategy.Apache5GracefulClosingStrategy
 
Apache5HttpClientBuilderConfigurator - Interface in org.glassfish.jersey.apache5.connector
A callback interface used to configure HttpClientBuilder.

C

close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) - Method in class org.glassfish.jersey.apache5.connector.Apache5ConnectionClosingStrategy.Apache5GracefulClosingStrategy
 
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) - Method in interface org.glassfish.jersey.apache5.connector.Apache5ConnectionClosingStrategy
Method to close the connection.
configure(HttpClientBuilder) - Method in interface org.glassfish.jersey.apache5.connector.Apache5HttpClientBuilderConfigurator
A callback method to configure the HttpClientBuilder
CONNECTION_CLOSING_STRATEGY - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
Strategy that closes the Apache Connection.
CONNECTION_MANAGER - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
Connection Manager which will be used to create HttpClient.
CONNECTION_MANAGER_SHARED - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
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.apache5.connector.Apache5ClientProperties
The credential provider that should be used to retrieve credentials from a user.

D

DISABLE_COOKIES - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
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.apache5.connector.LocalizationMessages
Error buffering the entity.
ERROR_READING_HTTPENTITY_STREAM(Object) - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
Error reading InputStream from HttpEntity: "{0}"
EXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
The supplied component is not configured to use a ApacheConnectorProvider.

F

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

G

getConnector(Client, Configuration) - Method in class org.glassfish.jersey.apache5.connector.Apache5ConnectorProvider
 
getCookieStore(Configurable<?>) - Static method in class org.glassfish.jersey.apache5.connector.Apache5ConnectorProvider
Retrieve the underlying Apache CookieStore instance from JerseyClient or JerseyWebTarget configured to use ApacheConnectorProvider.
getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.apache5.connector.Apache5ConnectorProvider
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.apache5.connector.Apache5ClientProperties
Get the value of the specified property.

I

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

K

KEEPALIVE_STRATEGY - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
ConnectionKeepAliveStrategy for the HttpClient.

L

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

O

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

P

PREEMPTIVE_BASIC_AUTHENTICATION - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
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.apache5.connector.Apache5ClientProperties
Request configuration for the HttpClient.
RETRY_STRATEGY - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
HttpRequestRetryStrategy which will be used to create HttpClient.
REUSE_STRATEGY - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
ConnectionReuseStrategy for the HttpClient.

U

USE_SYSTEM_PROPERTIES - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
A value of false indicates the client will use default ApacheConnector params.
A C D E F G I K L O P R U 
Skip navigation links

Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.