A C D E G H P S

A

ApacheHttpClient - Class in com.sun.jersey.client.apache
A Client that utilizes the Apache HTTP client to send and receive HTTP request and responses.
ApacheHttpClient() - Constructor for class com.sun.jersey.client.apache.ApacheHttpClient
Create a new client instance.
ApacheHttpClient(ApacheHttpClientHandler) - Constructor for class com.sun.jersey.client.apache.ApacheHttpClient
Create a new client instance.
ApacheHttpClient(ApacheHttpClientHandler, ClientConfig, IoCComponentProviderFactory) - Constructor for class com.sun.jersey.client.apache.ApacheHttpClient
Deprecated. the config parameter is no longer utilized and instead the config obtained from the ApacheHttpClientHandler.getConfig() is utilized instead.
ApacheHttpClient(ApacheHttpClientHandler, IoCComponentProviderFactory) - Constructor for class com.sun.jersey.client.apache.ApacheHttpClient
Create a new instance with a client configuration and a component provider.
ApacheHttpClientConfig - Interface in com.sun.jersey.client.apache.config
Configuration options specific to the Client API that utilizes ApacheHttpClient or ApacheHttpClientHandler.
ApacheHttpClientHandler - Class in com.sun.jersey.client.apache
A root handler with Jakarta Commons HttpClient acting as a backend.
ApacheHttpClientHandler(HttpClient) - Constructor for class com.sun.jersey.client.apache.ApacheHttpClientHandler
Create a new root handler with an HttpClient.
ApacheHttpClientHandler(HttpClient, ClientConfig) - Constructor for class com.sun.jersey.client.apache.ApacheHttpClientHandler
Create a new root handler with an HttpClient.
ApacheHttpClientHandler(HttpClient, ClientConfig, ApacheHttpMethodExecutor) - Constructor for class com.sun.jersey.client.apache.ApacheHttpClientHandler
Create a new root handler with an HttpClient.
ApacheHttpClientState - Class in com.sun.jersey.client.apache.config
An encapsulation of the Apache HttpState that provides easier functionality for setting up credentials and proxy credentials.
ApacheHttpClientState() - Constructor for class com.sun.jersey.client.apache.config.ApacheHttpClientState
Create a new instance with a default instance of an Apache HTTP state.
ApacheHttpClientState(HttpState) - Constructor for class com.sun.jersey.client.apache.config.ApacheHttpClientState
Create a new state instance with an Apacahe HTTP state instance.
ApacheHttpMethodExecutor - Interface in com.sun.jersey.client.apache
An Apache HTTP method executor.

C

clearCredentials() - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Clears all credentials.
clearProxyCredentials() - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Clears all proxy credentials.
com.sun.jersey.client.apache - package com.sun.jersey.client.apache
Provides support for the Client API that utilizes the Apache HTTP client to send and receive HTTP request and responses.
com.sun.jersey.client.apache.config - package com.sun.jersey.client.apache.config
Provides support for configuration of a ApacheHttpClient.
create() - Static method in class com.sun.jersey.client.apache.ApacheHttpClient
Create a default client.
create(ClientConfig) - Static method in class com.sun.jersey.client.apache.ApacheHttpClient
Create a default client with client configuration.
create(ClientConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.client.apache.ApacheHttpClient
Create a default client with client configuration and component provider.

D

DefaultApacheHttpClientConfig - Class in com.sun.jersey.client.apache.config
A default client configuration for clients that utilizes the Apache HTTP client to send and receive HTTP request and responses.
DefaultApacheHttpClientConfig() - Constructor for class com.sun.jersey.client.apache.config.DefaultApacheHttpClientConfig
 
DefaultApacheHttpMethodExecutor - Class in com.sun.jersey.client.apache
A default implementation of an Apache HTTP method executor.
DefaultApacheHttpMethodExecutor(HttpClient) - Constructor for class com.sun.jersey.client.apache.DefaultApacheHttpMethodExecutor
 
DefaultCredentialsProvider - Class in com.sun.jersey.client.apache.config
A simple interactive credentials provider using Swing dialogs to prompt the user for a user name and password.
DefaultCredentialsProvider() - Constructor for class com.sun.jersey.client.apache.config.DefaultCredentialsProvider
 

E

executeMethod(HttpMethod, ClientRequest) - Method in interface com.sun.jersey.client.apache.ApacheHttpMethodExecutor
Execute the HTTP method
executeMethod(HttpMethod, ClientRequest) - Method in class com.sun.jersey.client.apache.DefaultApacheHttpMethodExecutor
 

G

getClientHandler() - Method in class com.sun.jersey.client.apache.ApacheHttpClient
Get the Apache HTTP client handler.
getConfig() - Method in class com.sun.jersey.client.apache.ApacheHttpClientHandler
Get the client config.
getCredentials(AuthScheme, String, int, boolean) - Method in class com.sun.jersey.client.apache.config.DefaultCredentialsProvider
 
getHttpClient() - Method in class com.sun.jersey.client.apache.ApacheHttpClientHandler
Get the HttpClient.
getHttpState() - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Get the HTTP state.
getState() - Method in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
Get the HTTP state.
getState() - Method in class com.sun.jersey.client.apache.config.DefaultApacheHttpClientConfig
 

H

handle(ClientRequest) - Method in class com.sun.jersey.client.apache.ApacheHttpClientHandler
 

P

PROPERTY_CREDENTIALS_PROVIDER - Static variable in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
The credential provider that should be used to retrieve credentials from a user.
PROPERTY_HANDLE_COOKIES - Static variable in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
A value of "true" indicates the client should handle cookies automatically using HttpClient's default cookie policy.
PROPERTY_HTTP_STATE - Static variable in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
The ApacheHttpClientState of the current client.
PROPERTY_INTERACTIVE - Static variable in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
A value of "true" indicates that the client should interactively prompt for credentials should it receive a 401 response.
PROPERTY_PREEMPTIVE_AUTHENTICATION - Static variable in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
A value of "true" indicates that a client should send an authentication request even before the server gives a 401 response.
PROPERTY_PROXY_URI - Static variable in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
A value of a URI to configure the proxy host and proxy port to proxy HTTP requests and responses.

S

setCredentials(String, String, int, String) - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Sets the credentials for the given authentication scope.
setCredentials(String, String, int, String, String) - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Sets the credentials for the given authentication scope.
setCredentials(String, String, int, String, String, String, String) - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Sets the credentials for the given authentication scope.
setProxyCredentials(String, String, int, String) - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Sets the proxy credentials for the given authentication scope.
setProxyCredentials(String, String, int, String, String) - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Sets the proxy credentials for the given authentication scope.
setProxyCredentials(String, String, int, String, String, String, String) - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Sets the proxy credentials for the given authentication scope.

A C D E G H P S

Copyright © 2014 Oracle Corporation. All Rights Reserved.