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 client
connector based on the
Jetty Client.Jersey OAuth 1 Signature API and Implementation.
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 TypeInterfaceDescriptioninterfaceA 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 TypeInterfaceDescriptioninterfaceA 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 TypeInterfaceDescriptioninterfaceJersey 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 TypeInterfaceDescriptioninterfaceImplementations of this interface will be notified when a new Invocation.Builder is created.interfaceThe interceptor of a client request invocation that is executed after the request invocation itself, i.e.interfaceThe interceptor of a client request invocation that is executed before the invocation itself, i.e. -
Uses of Contract in org.glassfish.jersey.jaxb
Classes in org.glassfish.jersey.jaxb with annotations of type ContractModifier and TypeInterfaceDescriptioninterfaceThis supplier is used to set the features on the instances of the supported classes:interfaceThis supplier is used to set the properties on the instances of the supported classes: -
Uses of Contract in org.glassfish.jersey.jetty.connector
Classes in org.glassfish.jersey.jetty.connector with annotations of type ContractModifier and TypeInterfaceDescriptioninterfaceA contract that allows for an optional registration of user predefined JettyHttpClientthat is consequently used byJettyConnector -
Uses of Contract in org.glassfish.jersey.oauth1.signature
Classes in org.glassfish.jersey.oauth1.signature with annotations of type ContractModifier and TypeInterfaceDescriptioninterfaceAn interface representing the OAuth signature method. -
Uses of Contract in org.glassfish.jersey.server.model
Classes in org.glassfish.jersey.server.model with annotations of type ContractModifier and TypeInterfaceDescriptioninterfaceContract for a model processors that processesresource modelsduring application initialization andresourcereturned 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 TypeInterfaceDescriptioninterfaceJersey specific provider that listens toapplication events.interfaceA listener contract that allows any registered implementation class to receive application destroy events.interfaceA 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 TypeInterfaceDescriptioninterfaceJersey container service contract.interfaceClasses implementing this contract receive container life-cycle notification events.interfaceService-provider interface for creating container instances.interfaceContract for a provider that maps response processing errors toResponse.interfaceInterceptor for method validation processing.interfaceJersey service contract for self-contained servers.interfaceService-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 TypeClassDescriptionclassStandard contract for plugging in content encoding support.interfaceAn 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.interfaceA provider that supports the conversion of an HTTP header, of type T, to and from aString.interfaceAn 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.