Package org.glassfish.jersey.server.internal

Jersey server-side internal classes.

See:
          Description

Class Summary
ConfigHelper Helper class to provide some common functionality related to application configuration.
JerseyRequestTimeoutHandler Common ContainerResponseWriter.suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) and ContainerResponseWriter.setSuspendTimeout(long, TimeUnit) handler that can be used in ContainerResponseWriter implementations instead of the underlying infrastructure.
JerseyResourceContext Jersey implementation of JAX-RS resource context.
JerseyResourceContext.Binder Injection binder for JerseyResourceContext.
JsonWithPaddingInterceptor A WriterInterceptor implementation for JSONP format.
LocalizationMessages Defines string formatting method for each constant in the resource file
MappableExceptionWrapperInterceptor Interceptor that wraps specific exceptions types thrown by wrapped interceptors and by message body readers and writers into a mappable exception.
MappableExceptionWrapperInterceptor.Binder Binder registering the Exception Wrapper Interceptor (used on the client side).
ProcessingProviders Injectable encapsulating class containing processing providers like filters, interceptors, name bound providers, dynamic features.
ProcessingProviders.Binder Processing provider binder.
RuntimeDelegateImpl Server-side implementation of JAX-RS RuntimeDelegate.
RuntimeExecutorsBinder Binder for injectable Jersey runtime executor services.
RuntimeExecutorsBinder.BackgroundSchedulerLiteral Annotation literal helper class for the @BackgroundScheduler qualifier annotation.
 

Annotation Types Summary
BackgroundScheduler Injection qualifier that can be used to inject a ScheduledExecutorService instance used by Jersey to execute background timed/scheduled tasks.
 

Package org.glassfish.jersey.server.internal Description

Jersey server-side internal classes.



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.