Uses of Annotation Interface
org.glassfish.jersey.spi.Contract
Packages that use Contract
Package
Description
Jersey client
connector
based on the
Apache Http Client.Jersey client
connector
based on the
Apache Http Client.Jersey client-side classes.
Jersey client SPI classes/interfaces.
Jersey OAuth 1 Signature API and Implementation.
Jersey server-side JAX-RS injection support classes.
Jersey server-side application & resource modeling classes.
Jersey server-side monitoring JMX MBeans interfaces.
Jersey server-side service provider contract (SPI) classes.
Jersey server-side internal service provider contract (SPI) classes.
Common Jersey service provider contract (SPI) classes.
-
Uses of Contract in org.glassfish.jersey.apache.connector
Classes in org.glassfish.jersey.apache.connector with annotations of type ContractModifier and TypeInterfaceDescriptioninterface
A callback interface used to configureHttpClientBuilder
. -
Uses of Contract in org.glassfish.jersey.apache5.connector
Classes in org.glassfish.jersey.apache5.connector with annotations of type ContractModifier and TypeInterfaceDescriptioninterface
A callback interface used to configureHttpClientBuilder
. -
Uses of Contract in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client with annotations of type ContractModifier and TypeInterfaceDescriptioninterface
Jersey client lifecycle listener contract. -
Uses of Contract in org.glassfish.jersey.client.spi
Classes in org.glassfish.jersey.client.spi with annotations of type ContractModifier and TypeInterfaceDescriptioninterface
Implementations of this interface will be notified when a new Invocation.Builder is created.interface
The interceptor of a client request invocation that is executed after the request invocation itself, i.e. after theClientResponseFilters
are executed.interface
The interceptor of a client request invocation that is executed before the invocation itself, i.e. before theClientRequestFilter
is invoked. -
Uses of Contract in org.glassfish.jersey.jaxb
Classes in org.glassfish.jersey.jaxb with annotations of type ContractModifier and TypeInterfaceDescriptioninterface
This supplier is used to set the features on the instances of the supported classes:interface
This supplier is used to set the properties on the instances of the supported classes: -
Uses of Contract in org.glassfish.jersey.oauth1.signature
Classes in org.glassfish.jersey.oauth1.signature with annotations of type ContractModifier and TypeInterfaceDescriptioninterface
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 ContractModifier and TypeInterfaceDescriptioninterface
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 ContractModifier and TypeInterfaceDescriptioninterface
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 ContractModifier and TypeInterfaceDescriptioninterface
Jersey specific provider that listens toapplication events
.interface
A listener contract that allows any registered implementation class to receive application destroy events.interface
A Jersey specific provider that listens to monitoring statistics. -
Uses of Contract in org.glassfish.jersey.server.spi
Classes in org.glassfish.jersey.server.spi with annotations of type ContractModifier and TypeInterfaceDescriptioninterface
Jersey container service contract.interface
Classes implementing this contract receive container life-cycle notification events.interface
Service-provider interface for creating container instances.interface
Contract for a provider that maps response processing errors toResponse
.interface
Interceptor for method validation processing.interface
Jersey service contract for self-contained servers.interface
Service-provider interface for creating server instances. -
Uses of Contract in org.glassfish.jersey.server.spi.internal
Classes in org.glassfish.jersey.server.spi.internal with annotations of type Contract -
Uses of Contract in org.glassfish.jersey.spi
Classes in org.glassfish.jersey.spi with annotations of type ContractModifier and TypeClassDescriptionclass
Standard contract for plugging in content encoding support.interface
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
A provider that supports the conversion of an HTTP header, of type T, to and from aString
.interface
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.