| Package | Description |
|---|---|
| jakarta.ws.rs.client |
The JAX-RS client API
|
| jakarta.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service resources.
|
| org.glassfish.jersey |
Common Jersey core classes.
|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.client.innate |
Jersey client MOST INTERNAL classes/interfaces.
|
| org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
| org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
| org.glassfish.jersey.message |
Common Jersey messaging classes.
|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| org.glassfish.jersey.model.internal |
Common Jersey internal model related classes and interfaces.
|
| 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.wadl.internal |
Jersey server-side WADL internal classes.
|
| 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.spi |
Common Jersey service provider contract (SPI) classes.
|
| 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 | 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 |
|---|---|
static Optional<ClientProxy> |
ClientProxy.proxyFromConfiguration(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
InvocationBuilderListener.InvocationBuilderContext.getConfiguration()
Get runtime configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Connector |
ConnectorProvider.getConnector(Client client,
Configuration runtimeConfig)
Get a Jersey client connector instance for a given
client instance
and Jersey client runtime configuration. |
Connector |
CachingConnectorProvider.getConnector(Client client,
Configuration runtimeConfig) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
BootstrapBag.getConfiguration()
Gets an instance of
Configuration. |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeDelegate |
RuntimeDelegateDecorator.configured(Configuration configuration)
The decorated
RuntimeDelegate that uses HeaderDelegateProviders based on
whether CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE is set or not |
static PropertiesResolver |
PropertiesResolver.create(Configuration configuration,
PropertiesDelegate delegate)
Return new instance of
PropertiesResolver. |
void |
BootstrapBag.setConfiguration(Configuration configuration)
Sets an instance of
Configuration. |
| Constructor and Description |
|---|
DeflateEncoder(Configuration config)
Initialize DeflateEncoder.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
InboundMessageContext.getConfiguration()
The related client/server side
Configuration. |
Configuration |
OutboundMessageContext.getConfiguration()
The related client/server side
Configuration. |
| Modifier and Type | Method and Description |
|---|---|
static String |
HeaderUtils.asString(Object headerValue,
Configuration configuration)
Convert a message header value, represented as a general object, to it's
string representation.
|
static MultivaluedMap<String,String> |
HeaderUtils.asStringHeaders(MultivaluedMap<String,Object> headers,
Configuration configuration)
Returns string view of passed headers.
|
static Map<String,String> |
HeaderUtils.asStringHeadersSingleValue(MultivaluedMap<String,Object> headers,
Configuration configuration)
Transforms multi value map of headers to single
String value map. |
static List<String> |
HeaderUtils.asStringList(List<Object> headerValues,
Configuration configuration)
Returns string view of list of header values.
|
static void |
HeaderUtils.checkHeaderChanges(Map<String,String> headersSnapshot,
MultivaluedMap<String,Object> currentHeaders,
String connectorName,
Configuration configuration)
Compares two snapshots of headers from jersey
ClientRequest and logs WARNING in case of difference. |
void |
OutboundMessageContext.enableBuffering(Configuration configuration)
Enable a buffering of serialized entity.
|
static OutboundJaxrsResponse |
OutboundJaxrsResponse.from(Response response,
Configuration configuration)
Get an OutboundJaxrsResponse instance for a given JAX-RS response.
|
| Constructor and Description |
|---|
InboundMessageContext(Configuration configuration)
Create new inbound message context.
|
InboundMessageContext(Configuration configuration,
boolean translateNce)
Create new inbound message context.
|
MessageBodyFactory(Configuration configuration)
Create a new message body factory.
|
OutboundMessageContext(Configuration configuration)
Create new outbound message context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonConfig
Common immutable
Configuration implementation for
server and client. |
class |
ImmutableCommonConfig
Immutable runtime configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
FeatureContextWrapper.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CommonConfig |
CommonConfig.loadFrom(Configuration config)
Load the internal configuration state from an externally provided configuration state.
|
CommonConfig |
ImmutableCommonConfig.loadFrom(Configuration 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 |
|---|
ContainerRequest(URI baseUri,
URI requestUri,
String httpMethod,
SecurityContext securityContext,
PropertiesDelegate propertiesDelegate,
Configuration configuration)
Create new Jersey container request context.
|
| 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 |
|---|---|
ResourceMethodInvoker.Builder |
ResourceMethodInvoker.Builder.configuration(Configuration configuration)
Set global configuration.
|
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 |
|---|
WadlApplicationContextImpl(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
Configuration configuration,
ExtendedResourceContext resourceContext)
Injection constructor.
|
| 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 | Interface and Description |
|---|---|
interface |
ExternalConfigurationModel<CONFIG>
Model of configuration for external properties.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.