A C D E F G H I L O P R S W 

A

ApacheClientProperties - Class in org.glassfish.jersey.apache.connector
Configuration options specific to the Client API that utilizes ApacheConnectorProvider.
ApacheConnector - Class in org.glassfish.jersey.apache.connector
A Connector that utilizes the Apache HTTP Client to send and receive HTTP request and responses.
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
 
apply(ClientRequest) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
apply(ClientRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 

C

close() - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
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.
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() - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
Get the CookieStore.
getHttpClient() - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
Get the HttpClient.
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.
getName() - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 

H

HTTP_PARAMS - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Deprecated.
Use REQUEST_CONFIG instead. Will be removed in one of the next releases.

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}".
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.

L

localizableERROR_BUFFERING_ENTITY() - 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.
PROXY_PASSWORD - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Deprecated.
Use ClientProperties.PROXY_PASSWORD instead. Will be removed in one of the next releases.
PROXY_URI - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Deprecated.
Use ClientProperties.PROXY_URI instead. Will be removed in one of the next releases.
PROXY_USERNAME - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Deprecated.
Use ClientProperties.PROXY_USERNAME instead. Will be removed in one of the next releases.

R

REQUEST_CONFIG - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Request configuration for the HttpClient.

S

SSL_CONFIG - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Support for specifying SSL configuration for HTTPS connections.

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 H I L O P R S W 

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