Uses of Package
org.glassfish.jersey.server
-
Packages that use org.glassfish.jersey.server Package Description org.glassfish.jersey.jdkhttp The container adapter betweenJDK HTTP server
and JerseyJersey application handler
classes.org.glassfish.jersey.jetty Jersey Jetty container classes.org.glassfish.jersey.media.multipart JAX-RS Integration with MIME MultiPart Message Formatsorg.glassfish.jersey.media.multipart.internal Jersey multipart media support internal classes.org.glassfish.jersey.message.filtering Support for Entity Data Filtering in Jersey.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.filter Provides core server filters.org.glassfish.jersey.server.internal Jersey server-side internal classes.org.glassfish.jersey.server.internal.inject Jersey server-side JAX-RS injection support classes.org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes.org.glassfish.jersey.server.internal.process Jersey server-side internal classes related to request and response processing.org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes.org.glassfish.jersey.server.internal.scanning Jersey server-side internal resource scanning classes.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes.org.glassfish.jersey.server.model.internal Jersey server-side internal model related and routing helper 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.server.wadl.internal Jersey server-side WADL internal classes.org.glassfish.jersey.server.wadl.processor Jersey server-side WADLmodel processor
classes that extends resource model with resources and resource methods that produce WADL content.org.glassfish.jersey.servlet Jersey generic Servlet container integration classes.org.glassfish.jersey.servlet.internal Jersey internal Servlet API.org.glassfish.jersey.servlet.internal.spi Jersey internal Servlet SPI.org.glassfish.jersey.simple Jersey Simple 6.x container classes. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.jdkhttp Class Description ApplicationHandler Jersey server-side application handler.ContainerException Exception thrown by the container components in to notify Jersey runtime about any errors.ContainerResponse Jersey container response context.ResourceConfig The resource configuration for configuring a web application. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.jetty Class Description ApplicationHandler Jersey server-side application handler.ContainerException Exception thrown by the container components in to notify Jersey runtime about any errors.ContainerResponse Jersey container response context.ResourceConfig The resource configuration for configuring a web application. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.media.multipart Class Description ParamException An abstract extension ofWebApplicationException
for the class of parameter-based exceptions. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.media.multipart.internal Class Description CloseableService A closeable service to add instances ofCloseable
that are required to be closed.ContainerRequest Jersey container request context. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.message.filtering Class Description ExtendedUriInfo Extensions toUriInfo
. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server Class Description ApplicationConfigurator Configurator which initializes and registerApplication
instance intoInjectionManager
andBootstrapBag
.ApplicationHandler Jersey server-side application handler.AsyncContext Injectable asynchronous processing context that can be used to control various aspects of asynchronous processing of a single request.AsyncContext.State Asynchronous processing context state.BackgroundScheduler Injection qualifier that can be used to inject aScheduledExecutorService
instance used by Jersey to execute background timed/scheduled tasks.Broadcaster Used for broadcasting response chunks to multipleChunkedOutput
instances.Broadcaster.Task BroadcasterListener Listener interface that can be implemented to listen to events fired byBroadcaster
object.ChunkedOutput Used for sending messages in "typed" chunks.ContainerRequest Jersey container request context.ContainerResponse Jersey container response context.ExtendedUriInfo Extensions toUriInfo
.ManagedAsyncExecutor Injection qualifier that can be used to inject anExecutorService
instance used by Jersey to executemanaged asynchronous requests
.ParamException An abstract extension ofWebApplicationException
for the class of parameter-based exceptions.ParamException.UriParamException An abstract parameter exception for the class of URI-parameter-based exceptions.ResourceBag A container for application resource models used during theApplicationHandler
initialization.ResourceConfig The resource configuration for configuring a web application.ResourceConfig.State ResourceFinder An interface used for finding and opening (loading) new resources.ServerBootstrapBag A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap.ServerConfig Server-side application configuration.ServerRuntime Server-side request processing runtime.ServerRuntime.AbstractCallbackRunner Abstract composite callback runner.ServerRuntime.AsyncResponder ServerRuntime.CompletionCallbackRunner ServerRuntime.ConnectionCallbackRunner ServerRuntime.Responder TracingConfig Enumeration of possible values of propertyServerProperties.TRACING
. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.filter Class Description ResourceConfig The resource configuration for configuring a web application. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.internal Class Description ContainerRequest Jersey container request context.ExtendedResourceContext Jersey extension ofResourceContext
.JSONP 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.ResourceFinder An interface used for finding and opening (loading) new resources. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.internal.inject Class Description AsyncContext Injectable asynchronous processing context that can be used to control various aspects of asynchronous processing of a single request.ContainerRequest Jersey container request context. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.internal.monitoring Class Description ContainerRequest Jersey container request context.ContainerResponse Jersey container response context.ExtendedUriInfo Extensions toUriInfo
.ResourceConfig The resource configuration for configuring a web application. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.internal.process Class Description AsyncContext Injectable asynchronous processing context that can be used to control various aspects of asynchronous processing of a single request.CloseableService A closeable service to add instances ofCloseable
that are required to be closed.ContainerRequest Jersey container request context.ContainerResponse Jersey container response context. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.internal.routing Class Description ContainerRequest Jersey container request context.ExtendedUriInfo Extensions toUriInfo
. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.internal.scanning Class Description ResourceFinder An interface used for finding and opening (loading) new resources. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.model Class Description ContainerResponse Jersey container response context. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.model.internal Class Description ContainerRequest Jersey container request context. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.monitoring Class Description ContainerRequest Jersey container request context.ContainerResponse Jersey container response context.ExtendedUriInfo Extensions toUriInfo
.ResourceConfig The resource configuration for configuring a web application. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.oauth1 Class Description ExtendedUriInfo Extensions toUriInfo
. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.spi Class Description ApplicationHandler Jersey server-side application handler.ContainerException Exception thrown by the container components in to notify Jersey runtime about any errors.ContainerResponse Jersey container response context.ResourceConfig The resource configuration for configuring a web application. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.spi.internal Class Description ContainerRequest Jersey container request context. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.wadl.internal Class Description ExtendedResourceContext Jersey extension ofResourceContext
. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.server.wadl.processor Class Description ExtendedUriInfo Extensions toUriInfo
. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.servlet Class Description ApplicationHandler Jersey server-side application handler.ContainerRequest Jersey container request context.ResourceConfig The resource configuration for configuring a web application.ResourceFinder An interface used for finding and opening (loading) new resources. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.servlet.internal Class Description ContainerException Exception thrown by the container components in to notify Jersey runtime about any errors.ContainerResponse Jersey container response context.ResourceConfig The resource configuration for configuring a web application. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.servlet.internal.spi Class Description ResourceConfig The resource configuration for configuring a web application. -
Classes in org.glassfish.jersey.server used by org.glassfish.jersey.simple Class Description ApplicationHandler Jersey server-side application handler.ContainerException Exception thrown by the container components in to notify Jersey runtime about any errors.ContainerResponse Jersey container response context.ResourceConfig The resource configuration for configuring a web application.