Uses of Class
org.glassfish.jersey.spi.Contract
-
Packages that use Contract Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.message.filtering.spi SPI for Entity Data Filtering in Jersey.org.glassfish.jersey.oauth1.signature Jersey OAuth 1 Signature API and Implementation.org.glassfish.jersey.server.internal.inject Jersey server-side JAX-RS injection support classes.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.oauth1 Jersey OAuth 1 Server API.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. -
-
Uses of Contract in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client with annotations of type Contract Modifier and Type Interface Description interface
ClientLifecycleListener
Jersey client lifecycle listener contract. -
Uses of Contract in org.glassfish.jersey.message.filtering.spi
Classes in org.glassfish.jersey.message.filtering.spi with annotations of type Contract Modifier and Type Interface Description interface
EntityGraphProvider
Providesentity graph
andobject graph
instances.interface
EntityInspector
Responsible for inspecting entity classes.interface
EntityProcessor
Contract supposed to process entity classes for Entity Data Filtering.interface
ObjectGraphTransformer<T>
This contract brings support for transforming an internal representation of entity data filtering feature into an object familiar to underlying provider (e.g.interface
ObjectProvider<T>
Entry point of Entity Data Filtering feature for providers working with custom entities and media types (reading/writing).interface
ScopeProvider
Entry point for obtaining entity-filtering scopes used to process a request/response entity.interface
ScopeResolver
Class used to resolve entity-filtering scopes from annotations. -
Uses of Contract in org.glassfish.jersey.oauth1.signature
Classes in org.glassfish.jersey.oauth1.signature with annotations of type Contract Modifier and Type Interface Description interface
OAuth1SignatureMethod
An interface representing the OAuth signature method. -
Uses of Contract in org.glassfish.jersey.server.internal.inject
Classes in org.glassfish.jersey.server.internal.inject with annotations of type Contract Modifier and Type Interface Description interface
ConfiguredValidator
Configured validator for Jersey validation purposes. -
Uses of Contract in org.glassfish.jersey.server.model
Classes in org.glassfish.jersey.server.model with annotations of type Contract Modifier and Type Interface Description interface
ModelProcessor
Contract for a model processors that processesresource models
during application initialization andresource
returned by sub resource locators. -
Uses of Contract in org.glassfish.jersey.server.monitoring
Classes in org.glassfish.jersey.server.monitoring with annotations of type Contract Modifier and Type Interface Description interface
ApplicationEventListener
Jersey specific provider that listens toapplication 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. -
Uses of Contract in org.glassfish.jersey.server.oauth1
Classes in org.glassfish.jersey.server.oauth1 with annotations of type Contract Modifier and Type Interface Description interface
OAuth1Provider
Contract for a provider that supports managing OAuth tokens and consumer secrets. -
Uses of Contract in org.glassfish.jersey.server.spi
Classes in org.glassfish.jersey.server.spi with annotations of type Contract Modifier and Type Interface 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 toResponse
.interface
ValidationInterceptor
Interceptor for method validation processing. -
Uses of Contract in org.glassfish.jersey.server.spi.internal
Classes in org.glassfish.jersey.server.spi.internal with annotations of type Contract Modifier and Type Interface Description interface
ValueParamProvider
Parameter value factory SPI. -
Uses of Contract in org.glassfish.jersey.spi
Classes in org.glassfish.jersey.spi with annotations of type Contract Modifier and Type Class 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 aString
.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.
-