Package org.glassfish.jersey.server

Jersey server-side classes.

See:
          Description

Interface Summary
CloseableService A closeable service to add instances of Closeable that are required to be closed.
ResourceFinder An interface used for finding and opening (loading) new resources.
 

Class Summary
ApplicationHandler Jersey server-side application handler.
ChunkedResponse<T> Used for sending messages in "typed" chunks.
ChunkedResponseWriter Used for writing ChunkedResponse.
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.
JerseyContainerRequestContext Jersey container request context.
JerseyContainerResponseContext Jersey container response context.
ResourceConfig The resource configuration for configuring a web application.
ServerModule Server injection binding configuration module.
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.
 

Package org.glassfish.jersey.server Description

Jersey server-side classes.



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.