A C D G H P 

A

ApacheHttpClient4 - Class in com.sun.jersey.client.apache4
A Client that utilizes the Apache HTTP Client to send and receive HTTP request and responses.
ApacheHttpClient4() - Constructor for class com.sun.jersey.client.apache4.ApacheHttpClient4
Create a new client instance.
ApacheHttpClient4(ApacheHttpClient4Handler) - Constructor for class com.sun.jersey.client.apache4.ApacheHttpClient4
Create a new client instance.
ApacheHttpClient4(ApacheHttpClient4Handler, ClientConfig) - Constructor for class com.sun.jersey.client.apache4.ApacheHttpClient4
Create a new client instance with a client configuration.
ApacheHttpClient4(ApacheHttpClient4Handler, ClientConfig, IoCComponentProviderFactory) - Constructor for class com.sun.jersey.client.apache4.ApacheHttpClient4
Create a new instance with a client configuration and a component provider.
ApacheHttpClient4Config - Interface in com.sun.jersey.client.apache4.config
Configuration options specific to the Client API that utilizes ApacheHttpClient4 or ApacheHttpClient4Handler.
ApacheHttpClient4Handler - Class in com.sun.jersey.client.apache4
A root handler with Apache HTTP Client acting as a backend.
ApacheHttpClient4Handler(HttpClient, CookieStore, boolean) - Constructor for class com.sun.jersey.client.apache4.ApacheHttpClient4Handler
Create a new root handler with an HttpClient.

C

com.sun.jersey.client.apache4 - package com.sun.jersey.client.apache4
Provides support for the Client API that utilizes the Apache HTTP client to send and receive HTTP request and responses.
com.sun.jersey.client.apache4.config - package com.sun.jersey.client.apache4.config
Provides support for configuration of a ApacheHttpClient4.
create() - Static method in class com.sun.jersey.client.apache4.ApacheHttpClient4
Create a default client.
create(ClientConfig) - Static method in class com.sun.jersey.client.apache4.ApacheHttpClient4
Create a default client with client configuration.
create(ClientConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.client.apache4.ApacheHttpClient4
Create a default client with client configuration and component provider.

D

DefaultApacheHttpClient4Config - Class in com.sun.jersey.client.apache4.config
A default client configuration for clients that utilizes the Apache HTTP client to send and receive HTTP request and responses.
DefaultApacheHttpClient4Config() - Constructor for class com.sun.jersey.client.apache4.config.DefaultApacheHttpClient4Config
 

G

getClientHandler() - Method in class com.sun.jersey.client.apache4.ApacheHttpClient4
Get the Apache HTTP client handler.
getCookieStore() - Method in class com.sun.jersey.client.apache4.ApacheHttpClient4Handler
Get the CookieStore.
getHttpClient() - Method in class com.sun.jersey.client.apache4.ApacheHttpClient4Handler
Get the HttpClient.

H

handle(ClientRequest) - Method in class com.sun.jersey.client.apache4.ApacheHttpClient4Handler
 

P

PROPERTY_CONNECTION_MANAGER - Static variable in interface com.sun.jersey.client.apache4.config.ApacheHttpClient4Config
Connection Manager which will be used to create HttpClient.
PROPERTY_CREDENTIALS_PROVIDER - Static variable in interface com.sun.jersey.client.apache4.config.ApacheHttpClient4Config
The credential provider that should be used to retrieve credentials from a user.
PROPERTY_DISABLE_COOKIES - Static variable in interface com.sun.jersey.client.apache4.config.ApacheHttpClient4Config
A value of "false" indicates the client should handle cookies automatically using HttpClient's default cookie policy.
PROPERTY_ENABLE_BUFFERING - Static variable in interface com.sun.jersey.client.apache4.config.ApacheHttpClient4Config
If true then chunk encoding will be disabled and entity will be buffered in the client in order to calculate the size of the entity.
PROPERTY_HTTP_PARAMS - Static variable in interface com.sun.jersey.client.apache4.config.ApacheHttpClient4Config
Http parameters which will be used to create HttpClient.
PROPERTY_PREEMPTIVE_BASIC_AUTHENTICATION - Static variable in interface com.sun.jersey.client.apache4.config.ApacheHttpClient4Config
A value of "true" indicates that a client should send an authentication request even before the server gives a 401 response.
PROPERTY_PROXY_PASSWORD - Static variable in interface com.sun.jersey.client.apache4.config.ApacheHttpClient4Config
Password which will be used for proxy authentication.
PROPERTY_PROXY_URI - Static variable in interface com.sun.jersey.client.apache4.config.ApacheHttpClient4Config
A value of a URI to configure the proxy host and proxy port to proxy HTTP requests and responses.
PROPERTY_PROXY_USERNAME - Static variable in interface com.sun.jersey.client.apache4.config.ApacheHttpClient4Config
User name which will be used for proxy authentication.
A C D G H P 

Copyright © 2014. All Rights Reserved.