A C D E G H I L O P W

A

ApacheClientProperties - Class in org.glassfish.jersey.apache.connector
Configuration options specific to the Client API that utilizes ApacheConnector.
ApacheConnector - Class in org.glassfish.jersey.apache.connector
A Connector that utilizes the Apache HTTP Client to send and receive HTTP request and responses.
ApacheConnector(Configuration) - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnector
Create the new Apache HTTP Client connector.
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.
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

ENTITY_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Adding entity to http method {0} is not supported.

G

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.
getName() - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 

H

HTTP_PARAMS - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Http parameters which will be used to create HttpClient.

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

L

localizableENTITY_NOT_SUPPORTED(Object) - 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
 
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
 

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
Password which will be used for proxy authentication.
PROXY_URI - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
A value of a URI to configure the proxy host and proxy port to proxy HTTP requests and responses.
PROXY_USERNAME - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
User name which will be used for proxy authentication.

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

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