| Package | Description |
|---|---|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.filter |
Provides core server filters.
|
| 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.
|
| Class and Description |
|---|
| 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 a
ScheduledExecutorService
instance used by Jersey to execute background timed/scheduled tasks. |
| Broadcaster
Used for broadcasting response chunks to multiple
ChunkedOutput instances. |
| BroadcasterListener
Listener interface that can be implemented to listen to events fired by
Broadcaster object. |
| ChunkedOutput
Used for sending messages in "typed" chunks.
|
| ContainerRequest
Jersey container request context.
|
| ContainerResponse
Jersey container response context.
|
| ExtendedUriInfo
Extensions to
UriInfo. |
| ManagedAsyncExecutor
Injection qualifier that can be used to inject an
ExecutorService
instance used by Jersey to execute managed asynchronous requests. |
| ParamException
An abstract extension of
WebApplicationException for the class of
parameter-based exceptions. |
| ParamException.UriParamException
An abstract parameter exception for the class of URI-parameter-based
exceptions.
|
| ResourceConfig
The resource configuration for configuring a web application.
|
| ResourceFinder
An interface used for finding and opening (loading) new resources.
|
| ServerConfig
Server-side application configuration.
|
| TracingConfig
Enumeration of possible values of property
ServerProperties.TRACING. |
| Class and Description |
|---|
| ResourceConfig
The resource configuration for configuring a web application.
|
| Class and Description |
|---|
| ContainerResponse
Jersey container response context.
|
| Class and Description |
|---|
| ContainerRequest
Jersey container request context.
|
| ContainerResponse
Jersey container response context.
|
| ExtendedUriInfo
Extensions to
UriInfo. |
| ResourceConfig
The resource configuration for configuring a web application.
|
| Class and 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.
|
Copyright © 2007-2020, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.