Package | Description |
---|---|
javax.ws.rs.client |
The JAX-RS client API
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
org.glassfish.jersey |
Common Jersey core classes.
|
org.glassfish.jersey.apache.connector |
Jersey client
connector based on the
Apache Http Client. |
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
org.glassfish.jersey.grizzly.connector |
Jersey client
connector based on the
Grizzly Async Client. |
org.glassfish.jersey.jetty.connector |
Jersey client
connector based on the
Jetty Client. |
org.glassfish.jersey.message |
Common Jersey messaging classes.
|
org.glassfish.jersey.message.filtering |
Support for Entity Data Filtering in Jersey.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.filter |
Provides core server filters.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
org.glassfish.jersey.server.mvc.spi |
Provides support for view aspect of model view controller and templates that
produce views.
|
org.glassfish.jersey.server.wadl.processor |
Jersey server-side WADL
model processor classes
that extends resource model with resources and resource methods that produce WADL content. |
org.glassfish.jersey.test.util.client |
Modifier and Type | Method and Description |
---|---|
Configuration |
ClientRequestContext.getConfiguration()
Get the immutable configuration of the request.
|
Modifier and Type | Method and Description |
---|---|
static Client |
ClientBuilder.newClient(Configuration configuration)
Create a new custom-configured
Client instance using the default client builder
implementation class provided by the JAX-RS implementation provider. |
abstract ClientBuilder |
ClientBuilder.withConfig(Configuration config)
Set the internal configuration state to an externally provided configuration state.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configurable.getConfiguration()
Get a live view of an internal configuration state of this configurable instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedConfig
Extended common runtime configuration.
|
Modifier and Type | Method and Description |
---|---|
Connector |
ApacheConnectorProvider.getConnector(Client client,
Configuration runtimeConfig) |
Modifier and Type | Class and Description |
---|---|
class |
ClientConfig
Jersey externalized implementation of client-side JAX-RS
configurable contract. |
Modifier and Type | Method and Description |
---|---|
Configuration |
ClientRequest.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
static JerseyClient |
JerseyClientBuilder.createClient(Configuration configuration)
Create a new custom-configured
JerseyClient instance. |
Connector |
HttpUrlConnectorProvider.getConnector(Client client,
Configuration config) |
ClientConfig |
ClientConfig.loadFrom(Configuration config)
Load the internal configuration state from an externally provided configuration state.
|
JerseyClientBuilder |
JerseyClientBuilder.withConfig(Configuration config) |
Constructor and Description |
---|
JerseyClient(Configuration config,
SSLContext sslContext,
HostnameVerifier verifier)
Create a new Jersey client instance.
|
JerseyClient(Configuration config,
SSLContext sslContext,
HostnameVerifier verifier,
DefaultSslContextProvider defaultSslContextProvider)
Create a new Jersey client instance.
|
JerseyClient(Configuration config,
org.glassfish.jersey.internal.util.collection.UnsafeValue<SSLContext,IllegalStateException> sslContextProvider,
HostnameVerifier verifier)
Create a new Jersey client instance.
|
JerseyClient(Configuration config,
org.glassfish.jersey.internal.util.collection.UnsafeValue<SSLContext,IllegalStateException> sslContextProvider,
HostnameVerifier verifier,
DefaultSslContextProvider defaultSslContextProvider)
Create a new Jersey client instance.
|
Modifier and Type | Method and Description |
---|---|
Connector |
CachingConnectorProvider.getConnector(Client client,
Configuration runtimeConfig) |
Connector |
ConnectorProvider.getConnector(Client client,
Configuration runtimeConfig)
Get a Jersey client connector instance for a given
client instance
and Jersey client runtime configuration . |
Modifier and Type | Method and Description |
---|---|
com.ning.http.client.AsyncHttpClientConfig.Builder |
GrizzlyConnectorProvider.AsyncClientCustomizer.customize(Client client,
Configuration config,
com.ning.http.client.AsyncHttpClientConfig.Builder configBuilder)
Customize the underlying asynchronous client configuration builder.
|
Connector |
GrizzlyConnectorProvider.getConnector(Client client,
Configuration config) |
Modifier and Type | Method and Description |
---|---|
Connector |
JettyConnectorProvider.getConnector(Client client,
Configuration runtimeConfig) |
Constructor and Description |
---|
DeflateEncoder(Configuration config)
Initialize DeflateEncoder.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
EntityFilteringFeature.enabled(Configuration config)
Return
true whether at least one of the entity filtering features is registered in the given config. |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerConfig
Server-side application configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceConfig
The resource configuration for configuring a web application.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerResponse.enableBuffering(Configuration configuration)
Enable a buffering of serialized entity.
|
Constructor and Description |
---|
HttpMethodOverrideFilter(Configuration rc)
Create a filter that reads the configuration (
ServerProperties.HTTP_METHOD_OVERRIDE )
from the provided ResourceConfig instance. |
UriConnegFilter(Configuration rc)
Create a filter that reads the configuration (media type and language mappings)
from the provided
ResourceConfig instance. |
Modifier and Type | Method and Description |
---|---|
ResourceModel |
ModelProcessor.processResourceModel(ResourceModel resourceModel,
Configuration configuration)
Process
resourceModel and return the processed model. |
ResourceModel |
ModelProcessor.processSubResource(ResourceModel subResourceModel,
Configuration configuration)
Process
subResourceModel which was returned a sub resource locator. |
Constructor and Description |
---|
AbstractTemplateProcessor(Configuration config,
javax.servlet.ServletContext servletContext,
String propertySuffix,
String... supportedExtensions)
Create an instance of the processor with injected
config and
(optional) servlet context . |
Modifier and Type | Method and Description |
---|---|
ResourceModel |
OptionsMethodProcessor.processResourceModel(ResourceModel resourceModel,
Configuration configuration) |
ResourceModel |
WadlModelProcessor.processResourceModel(ResourceModel resourceModel,
Configuration configuration) |
ResourceModel |
OptionsMethodProcessor.processSubResource(ResourceModel subResourceModel,
Configuration configuration) |
ResourceModel |
WadlModelProcessor.processSubResource(ResourceModel resourceModel,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
static Configuration |
LoopBackConnectorProvider.getClientConfig()
Get a client configuration specific to the connector.
|
Modifier and Type | Method and Description |
---|---|
Connector |
LoopBackConnectorProvider.getConnector(Client client,
Configuration config) |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.