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.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.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.client.spi
Classes in org.glassfish.jersey.client.spi with annotations of type Contract Modifier and Type Interface Description interfaceInvocationBuilderListenerImplementations of this interface will be notified when a new Invocation.Builder is created.interfacePostInvocationInterceptorThe interceptor of a client request invocation that is executed after the request invocation itself, i.e.interfacePreInvocationInterceptorThe interceptor of a client request invocation that is executed before the invocation itself, i.e. -
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.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.interfaceWebServerJersey service contract for self-contained servers.interfaceWebServerProviderService-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 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.
-