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 interfaceClientLifecycleListenerJersey 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 interfaceEntityGraphProviderProvidesentity graphandobject graphinstances.interfaceEntityInspectorResponsible for inspecting entity classes.interfaceEntityProcessorContract supposed to process entity classes for Entity Data Filtering.interfaceObjectGraphTransformer<T>This contract brings support for transforming an internal representation of entity data filtering feature into an object familiar to underlying provider (e.g.interfaceObjectProvider<T>Entry point of Entity Data Filtering feature for providers working with custom entities and media types (reading/writing).interfaceScopeProviderEntry point for obtaining entity-filtering scopes used to process a request/response entity.interfaceScopeResolverClass 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 interfaceOAuth1SignatureMethodAn 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 interfaceConfiguredValidatorConfigured 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 interfaceModelProcessorContract 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 Contract Modifier and Type Interface Description interfaceApplicationEventListenerJersey specific provider that listens toapplication events.interfaceDestroyListenerA listener contract that allows any registered implementation class to receive application destroy events.interfaceMonitoringStatisticsListenerA 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 interfaceOAuth1ProviderContract 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 interfaceContainerJersey container service contract.interfaceContainerLifecycleListenerClasses implementing this contract receive container life-cycle notification events.interfaceContainerProviderService-provider interface for creating container instances.interfaceResponseErrorMapperContract for a provider that maps response processing errors toResponse.interfaceValidationInterceptorInterceptor 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 interfaceValueParamProviderParameter 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 classContentEncoderStandard contract for plugging in content encoding support.interfaceExecutorServiceProviderAn 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.interfaceHeaderDelegateProvider<T>A provider that supports the conversion of an HTTP header, of type T, to and from aString.interfaceScheduledExecutorServiceProviderAn 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.
-