Package org.glassfish.jersey.server

Jersey server-side classes.

See:
          Description

Interface Summary
BroadcasterListener<T> Listener interface that can be implemented to listen to events fired by Broadcaster object.
CloseableService A closeable service to add instances of Closeable that are required to be closed.
ExtendedResourceContext Jersey extension of ResourceContext.
ExtendedUriInfo Extensions to UriInfo.
ResourceFinder An interface used for finding and opening (loading) new resources.
ServerConfig TODO: javadoc.
 

Class Summary
ApplicationHandler Jersey server-side application handler.
Broadcaster<T> Used for broadcasting response chunks to multiple ChunkedOutput instances.
ChunkedOutput<T> Used for sending messages in "typed" chunks.
ChunkedResponseWriter Used for writing ChunkedOutput.
ContainerFactory Factory for creating specific HTTP-based containers.
ContainerMessageBodyWorkersInitializer Function that can be put to an acceptor chain to properly initialize MessageBodyWorkers instance on a current request and response.
ContainerRequest Jersey container request context.
ContainerResponse Jersey container response context.
ResourceConfig The resource configuration for configuring a web application.
ServerBinder Server injection binder.
ServerProperties Jersey server-side configuration properties.
 

Exception Summary
ContainerException Exception thrown by the container components in to notify Jersey runtime about any errors.
ParamException An abstract extension of WebApplicationException for the class of parameter-based exceptions.
ParamException.CookieParamException A parameter exception for errors with CookieParam.
ParamException.FormParamException A parameter exception for errors with FormParam.
ParamException.HeaderParamException A parameter exception for errors with HeaderParam.
ParamException.MatrixParamException A URI-parameter-based exception for errors with MatrixParam.
ParamException.PathParamException A URI-parameter-based exception for errors with PathParam.
ParamException.QueryParamException A URI-parameter-based exception for errors with QueryParam.
ParamException.UriParamException An abstract parameter exception for the class of URI-parameter-based exceptions.
 

Annotation Types Summary
ClientBinding Meta-annotation that provides a facility for creating bindings between an @Uri-injectable WebTarget instances and clients (and their configurations) that are used to create the injected web target instances.
JSONP Annotation can be used to define the JavaScript callback function name if the valid JSONP format is requested as an acceptable media type of this request.
ManagedAsync Indicates that the resource method to which the annotation has been applied should be executed on a separate thread managed by an internal Jersey executor service.
Uri Injects a resource target pointing at a resource identified by the resolved URI into a method parameter, class field or a bean property.
 

Package org.glassfish.jersey.server Description

Jersey server-side classes.



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