| Package | Description |
|---|---|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
| 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.
|
| 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 |
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. |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.