Package | Description |
---|---|
org.glassfish.jersey.apache.connector |
Jersey client
connector based on the
Apache Http Client. |
org.glassfish.jersey.apache5.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.jaxb | |
org.glassfish.jersey.jetty.connector |
Jersey client
connector based on the
Jetty Client. |
org.glassfish.jersey.oauth1.signature |
Jersey OAuth 1 Signature API and Implementation.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
org.glassfish.jersey.server.spi.internal |
Jersey server-side internal service provider contract (SPI) classes.
|
org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApacheHttpClientBuilderConfigurator
A callback interface used to configure
HttpClientBuilder . |
Modifier and Type | Interface and Description |
---|---|
interface |
Apache5HttpClientBuilderConfigurator
A callback interface used to configure
HttpClientBuilder . |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientLifecycleListener
Jersey client lifecycle listener contract.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InvocationBuilderListener
Implementations of this interface will be notified when a new Invocation.Builder
is created.
|
interface |
PostInvocationInterceptor
The interceptor of a client request invocation that is executed after the request invocation itself, i.e.
|
interface |
PreInvocationInterceptor
The interceptor of a client request invocation that is executed before the invocation itself, i.e.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureSupplier
This supplier is used to set the features on the instances of the supported classes:
|
interface |
PropertySupplier
This supplier is used to set the properties on the instances of the supported classes:
|
Modifier and Type | Interface and Description |
---|---|
interface |
JettyHttpClientContract
A contract that allows for an optional registration of user predefined Jetty
HttpClient
that is consequently used by JettyConnector |
Modifier and Type | Interface and Description |
---|---|
interface |
OAuth1SignatureMethod
An interface representing the OAuth signature method.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModelProcessor
Contract for a model processors that processes
resource models during application initialization
and resource returned by sub resource locators. |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationEventListener
Jersey specific provider that listens to
application events . |
interface |
DestroyListener
A listener contract that allows any registered implementation class to receive application destroy events.
|
interface |
MonitoringStatisticsListener
A Jersey specific provider that listens to monitoring statistics.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Container
Jersey container service contract.
|
interface |
ContainerLifecycleListener
Classes implementing this contract receive container life-cycle notification
events.
|
interface |
ContainerProvider
Service-provider interface for creating container instances.
|
interface |
ResponseErrorMapper
Contract for a provider that maps response processing errors to
Response . |
interface |
ValidationInterceptor
Interceptor for method validation processing.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValueParamProvider
Parameter value factory SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentEncoder
Standard contract for plugging in content encoding support.
|
interface |
ExecutorServiceProvider
An extension contract for providing pluggable executor service providers to be used by
Jersey client or server runtime whenever a specific executor service is needed to execute a Jersey runtime processing task.
|
interface |
HeaderDelegateProvider<T>
A provider that supports the conversion of an HTTP header, of type T, to and
from a
String . |
interface |
ScheduledExecutorServiceProvider
An extension contract for providing pluggable scheduled executor service providers to be used by
Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a
Jersey runtime processing task.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.