A C D E G I J L O P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(ClientRequest) - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
- apply(ClientRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
C
- close() - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
- COOKIE_HANDLER - Static variable in class org.glassfish.jersey.jnh.connector.JavaNetHttpClientProperties
-
Configuration of the
CookieHandlerthat should be used by theHttpClient.
D
- DISABLE_COOKIES - Static variable in class org.glassfish.jersey.jnh.connector.JavaNetHttpClientProperties
-
A value of
falseindicates the client should handle cookies automatically using HttpClient's default cookie policy.
E
- ERROR_BODY_PUBLISHER() - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
-
Could not determine BodyPublisher for entity.
- ERROR_INVALID_CLASS(Object, Object) - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
-
{0} is not an instance of {1}.
- ERROR_INVALID_ENTITY() - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
-
Could not serialize entity.
- EXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
-
The supplied component is not configured to use a JavaConnectorProvider.
G
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnectorProvider
- getCookieHandler() - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
- getHttpClient() - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
-
Returns the underlying
HttpClientinstance used by this connector. - getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnectorProvider
-
Retrieve the Java
HttpClientused by the providedJavaNetHttpConnector. - getName() - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
I
- INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
-
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
J
- JavaNetHttpClientProperties - Class in org.glassfish.jersey.jnh.connector
-
Provides configuration properties for a
JavaNetHttpConnector. - JavaNetHttpConnector - Class in org.glassfish.jersey.jnh.connector
-
Provides a Jersey client
Connector, which internally uses Java'sHttpClient. - JavaNetHttpConnector(Client, Configuration) - Constructor for class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
-
Constructs a new
Connectorfor a Jersey client instance using Java'sHttpClient. - JavaNetHttpConnectorProvider - Class in org.glassfish.jersey.jnh.connector
-
A provider class for a Jersey client
Connectorusing Java'sHttpClient. - JavaNetHttpConnectorProvider() - Constructor for class org.glassfish.jersey.jnh.connector.JavaNetHttpConnectorProvider
L
- localizableERROR_BODY_PUBLISHER() - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
- localizableERROR_INVALID_CLASS(Object, Object) - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
- localizableERROR_INVALID_ENTITY() - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
- localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
- localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
- LocalizationMessages - Class in org.glassfish.jersey.jnh.connector
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages() - Constructor for class org.glassfish.jersey.jnh.connector.LocalizationMessages
O
- org.glassfish.jersey.jnh.connector - package org.glassfish.jersey.jnh.connector
-
Jersey client
connectorbased on Java'sHttpClient.
P
- PREEMPTIVE_BASIC_AUTHENTICATION - Static variable in class org.glassfish.jersey.jnh.connector.JavaNetHttpClientProperties
-
An instance of the
Authenticatorclass that should be used to retrieve credentials from a user.
S
- SSL_PARAMETERS - Static variable in class org.glassfish.jersey.jnh.connector.JavaNetHttpClientProperties
-
Configuration of SSL parameters used by the
HttpClient.
All Classes All Packages