Uses of Package
org.glassfish.jersey.server
Packages that use org.glassfish.jersey.server
Package
Description
Support for Entity Data Filtering in Jersey.
Jersey server-side classes.
Provides core server filters.
Jersey server-side internal classes.
Jersey server-side JAX-RS injection support classes.
Jersey server-side internal monitoring and statistics classes.
Jersey server-side internal classes related to request and response processing.
Jersey server-side internal resource routing classes.
Jersey server-side internal resource scanning classes.
Jersey server-side application & resource modeling classes.
Jersey server-side internal model related and routing helper 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.
Jersey server-side WADL internal classes.
Jersey server-side WADL
model processor
classes
that extends resource model with resources and resource methods that produce WADL content.-
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.message.filtering
-
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.serverClassDescriptionConfigurator which initializes and register
Application
instance intoInjectionManager
andBootstrapBag
.Jersey server-side application handler.Injectable asynchronous processing context that can be used to control various aspects of asynchronous processing of a single request.Asynchronous processing context state.Injection qualifier that can be used to inject aScheduledExecutorService
instance used by Jersey to execute background timed/scheduled tasks.Used for broadcasting response chunks to multipleChunkedOutput
instances.Listener interface that can be implemented to listen to events fired byBroadcaster
object.Used for sending messages in "typed" chunks.Jersey container request context.Jersey container response context.Extensions toUriInfo
.Injection qualifier that can be used to inject anExecutorService
instance used by Jersey to executemanaged asynchronous requests
.An abstract extension ofWebApplicationException
for the class of parameter-based exceptions.An abstract parameter exception for the class of URI-parameter-based exceptions.A container for application resource models used during theApplicationHandler
initialization.The resource configuration for configuring a web application.An interface used for finding and opening (loading) new resources.A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap.Server-side application configuration.Server-side request processing runtime.Abstract composite callback runner.Enumeration of possible values of propertyServerProperties.TRACING
. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.filter
-
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.internalClassDescriptionJersey container request context.Jersey extension of
ResourceContext
.Annotation can be used to define the JavaScript callback function name if the valid JSONP format is requested as an acceptablemedia type
of this request.An interface used for finding and opening (loading) new resources. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.internal.injectClassDescriptionInjectable asynchronous processing context that can be used to control various aspects of asynchronous processing of a single request.Jersey container request context.
-
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.internal.monitoringClassDescriptionJersey container request context.Jersey container response context.Extensions to
UriInfo
.The resource configuration for configuring a web application. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.internal.processClassDescriptionInjectable asynchronous processing context that can be used to control various aspects of asynchronous processing of a single request.A closeable service to add instances of
Closeable
that are required to be closed.Jersey container request context.Jersey container response context. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.internal.routingClassDescriptionJersey container request context.Extensions to
UriInfo
. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.internal.scanning
-
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.model
-
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.model.internal
-
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.monitoringClassDescriptionJersey container request context.Jersey container response context.Extensions to
UriInfo
.The resource configuration for configuring a web application. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.spiClassDescriptionJersey server-side application handler.Exception thrown by the container components in to notify Jersey runtime about any errors.Jersey container response context.The resource configuration for configuring a web application.
-
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.spi.internal
-
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.wadl.internal
-
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.wadl.processor