Index

A B C D E F G H I J L N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ASYNC_PROCESSING_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
Asynchronous processing not supported on Servlet 2.x container.
AsyncContextDelegate - Interface in org.glassfish.jersey.servlet.spi
Utilized by the Servlet container response writer to deal with the container async features.
AsyncContextDelegateProvider - Interface in org.glassfish.jersey.servlet.spi
Factory to create AsyncContextDelegate to deal with asynchronous features added in Servlet version 3.0.
AsyncContextDelegateProviderImpl - Class in org.glassfish.jersey.servlet.async
Servlet 3.x container response writer async extension and related extension factory implementation.
AsyncContextDelegateProviderImpl() - Constructor for class org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
 

B

bindsServletRequestResponse() - Method in interface org.glassfish.jersey.servlet.internal.spi.ExtendedServletContainerProvider
Used by Jersey runtime to tell if the extension covers HTTP Servlet request response handling with respect to underlying injection manager.
bindsServletRequestResponse() - Method in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
 

C

commit() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
complete() - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegate
Invoked upon a response writing completion when the response write is either committed or canceled.
configure() - Method in class org.glassfish.jersey.servlet.internal.PersistenceUnitBinder
 
configure(ResourceConfig) - Method in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
 
configure(ResourceConfig) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
This method is called for each ServletContainer instance initialization, i.e. during WebComponent initialization.
createDelegate(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
 
createDelegate(HttpServletRequest, HttpServletResponse) - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider
Factory method to create instances of Servlet container response writer extension, AsyncContextDelegate, for response processing.

D

destroy() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
 

E

enableResponseBuffering() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
EXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
I/O exception occurred while sending "{0}/{1}" error response.
ExtendedServletContainerProvider - Interface in org.glassfish.jersey.servlet.internal.spi
Implementations could provide their own HttpServletRequest and HttpServletResponse binding implementation in HK2 locator and also an implementation of RequestScopedInitializer that is used to set actual request/response references in injection manager within each request.

F

failure(Throwable) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
FILTER_CONTEXT_PATH - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If set, indicates the URL pattern of the Jersey servlet filter context path.
FILTER_CONTEXT_PATH_MISSING() - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
The root of the app was not properly defined.
FILTER_FORWARD_ON_404 - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If set to true and a 404 response with no entity body is returned from either the runtime or the application then the runtime forwards the request to the next filter in the filter chain.
FILTER_STATIC_CONTENT_REGEX - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If set the regular expression is used to match an incoming servlet path URI to some web page content such as static resources or JSPs to be handled by the underlying servlet engine.
FilterConfig - Enum constant in enum class org.glassfish.jersey.servlet.WebConfig.ConfigType
A configuration type of filter configuration.
FilterUrlMappingsProvider - Interface in org.glassfish.jersey.servlet.spi
Provides access to context path from the filter configuration.
FilterUrlMappingsProviderImpl - Class in org.glassfish.jersey.servlet.init
Provide all configured context paths (url mappings) of the application deployed using filter.
FilterUrlMappingsProviderImpl() - Constructor for class org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
 
FORM_PARAM_CONSUMED(Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
A servlet request to the URI {0} contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters.

G

get() - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
 
get(RequestContextProvider) - Method in interface org.glassfish.jersey.servlet.internal.spi.RequestScopedInitializerProvider
Give me a request scope initializer that could be utilized to set the actual Servlet request data in injection manager.
getAllServletContainerProviders() - Static method in class org.glassfish.jersey.servlet.internal.ServletContainerProviderFactory
Returns array of all "registered" implementations of ServletContainerProvider.
getAppHandler() - Method in class org.glassfish.jersey.servlet.WebComponent
Get ApplicationHandler used by this web component.
getApplicationHandler() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
getConfigType() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the configuration type of this config.
getConfigType() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getConfigType() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getConfiguration() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
getContextParams(ServletContext) - Static method in class org.glassfish.jersey.servlet.internal.Utils
Extract context params from ServletContext.
getFilterConfig() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the corresponding FilterConfig if this WebConfig represents a FilterConfig
getFilterConfig() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getFilterConfig() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getFilterUrlMappings(FilterConfig) - Method in class org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
 
getFilterUrlMappings(FilterConfig) - Method in interface org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
Return configured context path from the filter configuration.
getHttpServletRequest() - Method in interface org.glassfish.jersey.servlet.internal.spi.RequestContextProvider
Get me the actual HTTP Servlet request.
getHttpServletResponse() - Method in interface org.glassfish.jersey.servlet.internal.spi.RequestContextProvider
Get me the actual HTTP Servlet response.
getInitParameter(String) - Method in interface org.glassfish.jersey.servlet.WebConfig
Get an initialization parameter.
getInitParameter(String) - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getInitParameter(String) - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getInitParameterNames() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the enumeration of initialization parameter names.
getInitParameterNames() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getInitParameterNames() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getName() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the name of the Web component.
getName() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getName() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getRequestScopedInitializerProvider() - Method in interface org.glassfish.jersey.servlet.internal.spi.ExtendedServletContainerProvider
Give me a RequestScopedInitializerProvider instance, that will be utilized at runtime to set the actual HTTP Servlet request and response.
getRequestScopedInitializerProvider() - Method in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
 
getResponseContext() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
getResponseStatus() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
getServletConfig() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the corresponding ServletConfig if this WebConfig represents a ServletConfig
getServletConfig() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getServletConfig() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getServletContext() - Method in class org.glassfish.jersey.servlet.ServletContainer
Get the servlet context for the servlet or filter, depending on how this class is registered.
getServletContext() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the ServletContext.
getServletContext() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getServletContext() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getStaticContentPattern() - Method in class org.glassfish.jersey.servlet.ServletContainer
Get the static content path pattern.
getWebComponent() - Method in class org.glassfish.jersey.servlet.ServletContainer
Get WebComponent used by this servlet container.

H

HEADER_VALUE_READ_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
Attempt to read the header value failed.
HTTP_SERVLET_REQUEST_TYPE - Variable in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
 
HTTP_SERVLET_RESPONSE_TYPE - Variable in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
 

I

init() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
init(FilterConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
init(WebConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
Initiate the Web component.
INIT_PARAM_REGEX_SYNTAX_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
The syntax is invalid for the regular expression "{0}" associated with the initialization parameter "{1}".
invoke(Object, Method, Object[]) - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
 
invoke(Object, Method, Object[]) - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalNamedInvoker
 
isCompleted() - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegate
Return true when the AsyncContext is completed, such as when AsyncContextDelegate.complete() has been called.

J

JAXRS_APPLICATION_CLASS - Static variable in class org.glassfish.jersey.servlet.ServletProperties
Application configuration initialization property whose value is a fully qualified class name of a class that implements Application.
JERSEY_APP_MAPPING_CONFLICT(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
Mapping conflict.
JERSEY_APP_NO_MAPPING(Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
The Jersey servlet application, named {0}, has no servlet mapping.
JERSEY_APP_NO_MAPPING_OR_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
The Jersey servlet application, named {0}, is not annotated with {1} and has no servlet mapping.
JERSEY_APP_REGISTERED_APPLICATION(Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
Registering the Jersey servlet application, named {0}, with the Application class of the same name.
JERSEY_APP_REGISTERED_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
Registering the Jersey servlet application, named {0}, with the following root resource and provider classes: {1}
JERSEY_APP_REGISTERED_MAPPING(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
Registering the Jersey servlet application, named {0}, at the servlet mapping {1}, with the Application class of the same name.
JerseyServletContainerInitializer - Class in org.glassfish.jersey.servlet.init
ServletContainerInitializer implementation used for Servlet 3.x deployment.
JerseyServletContainerInitializer() - Constructor for class org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
 

L

localizableASYNC_PROCESSING_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableEXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableFILTER_CONTEXT_PATH_MISSING() - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableFORM_PARAM_CONSUMED(Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableHEADER_VALUE_READ_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableINIT_PARAM_REGEX_SYNTAX_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableJERSEY_APP_MAPPING_CONFLICT(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableJERSEY_APP_NO_MAPPING(Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableJERSEY_APP_NO_MAPPING_OR_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableJERSEY_APP_REGISTERED_APPLICATION(Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableJERSEY_APP_REGISTERED_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableJERSEY_APP_REGISTERED_MAPPING(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableNO_THREAD_LOCAL_VALUE(Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizablePERSISTENCE_UNIT_NOT_CONFIGURED(Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableRESOURCE_CONFIG_PARENT_CLASS_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableRESOURCE_CONFIG_UNABLE_TO_LOAD(Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableSERVLET_ASYNC_CONTEXT_ALREADY_STARTED() - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableSERVLET_PATH_MISMATCH(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
localizableSERVLET_REQUEST_SUSPEND_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.servlet.internal.l10n
Defines string formatting method for each constant in the resource file

N

NO_THREAD_LOCAL_VALUE(Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
No thread local value in scope for proxy of {0}.
NoOpServletContainerProvider - Class in org.glassfish.jersey.servlet.internal.spi
Basic ExtendedServletContainerProvider that provides dummy no-op method implementation.
NoOpServletContainerProvider() - Constructor for class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
 

O

onRegister(ServletContext, Set<String>) - Method in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
 
onRegister(ServletContext, Set<String>) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
Notifies the provider about all registered Jersey servlets by its names.
onStartup(Set<Class<?>>, ServletContext) - Method in class org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
 
org.glassfish.jersey.container.servlet - module org.glassfish.jersey.container.servlet
 
org.glassfish.jersey.servlet - package org.glassfish.jersey.servlet
Jersey generic Servlet container integration classes.
org.glassfish.jersey.servlet.async - package org.glassfish.jersey.servlet.async
Jersey servlet container asynchronous support classes.
org.glassfish.jersey.servlet.init - package org.glassfish.jersey.servlet.init
Jersey servlet container initialization classes.
org.glassfish.jersey.servlet.internal - package org.glassfish.jersey.servlet.internal
Jersey internal Servlet API.
org.glassfish.jersey.servlet.internal.l10n - package org.glassfish.jersey.servlet.internal.l10n
 
org.glassfish.jersey.servlet.internal.spi - package org.glassfish.jersey.servlet.internal.spi
Jersey internal Servlet SPI.
org.glassfish.jersey.servlet.spi - package org.glassfish.jersey.servlet.spi
SPI for Jersey generic Servlet container support.

P

PERSISTENCE_UNIT_NOT_CONFIGURED(Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
Persistence unit "{0}" is not configured as a servlet parameter in web.xml.
PERSISTENCE_UNIT_PREFIX - Static variable in class org.glassfish.jersey.servlet.internal.PersistenceUnitBinder
Prefix of the persistence unit init param.
PersistenceUnitBinder - Class in org.glassfish.jersey.servlet.internal
Persistence unit injection binder.
PersistenceUnitBinder(ServletConfig) - Constructor for class org.glassfish.jersey.servlet.internal.PersistenceUnitBinder
postInit(ServletContext, Set<Class<?>>, Set<String>) - Method in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
 
postInit(ServletContext, Set<Class<?>>, Set<String>) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
Do your post-initialization job after Jersey finished its servlet initialization.
preInit(ServletContext, Set<Class<?>>) - Method in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
 
preInit(ServletContext, Set<Class<?>>) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
Do your pre-initialization job before Jersey starts its servlet initialization.
preregister(RuntimeType, InjectionManager) - Method in class org.glassfish.jersey.servlet.ServletBootstrapPreinitialization
 
PROVIDER_WEB_APP - Static variable in class org.glassfish.jersey.servlet.ServletProperties
Indicates that Jersey should scan the whole web app for application-specific resources and providers.

Q

QUERY_PARAMS_AS_FORM_PARAMS_DISABLED - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If true then query parameters will not be treated as form parameters (e.g. injectable using FormParam) in case a Form request is processed by server.

R

reload() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
reload(ResourceConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
RequestContextProvider - Interface in org.glassfish.jersey.servlet.internal.spi
Provide access to the actual servlet request/response.
RequestScopedInitializerProvider - Interface in org.glassfish.jersey.servlet.internal.spi
RESOURCE_CONFIG_PARENT_CLASS_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
Resource configuration class {0} is not a subclass of {1}.
RESOURCE_CONFIG_UNABLE_TO_LOAD(Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
Resource configuration class {0} could not be loaded.
responseContextResolved() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
ResponseWriter - Class in org.glassfish.jersey.servlet.internal
An internal implementation of ContainerResponseWriter for Servlet containers.
ResponseWriter(boolean, boolean, HttpServletResponse, AsyncContextDelegate, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.servlet.internal.ResponseWriter
Creates a new instance to write a single Jersey response.
retrieve(ServletContext, String) - Static method in class org.glassfish.jersey.servlet.internal.Utils
Load resource config from given servlet context.

S

service(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class.
service(ServletRequest, ServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Dispatches client requests to the protected service method.
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Dispatch client requests to a resource class.
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.WebComponent
Dispatch client requests to a resource class.
SERVICE_LOCATOR - Static variable in class org.glassfish.jersey.servlet.ServletProperties
Identifies the object that will be used as a parent HK2 ServiceLocator in the Jersey WebComponent.
SERVLET_ASYNC_CONTEXT_ALREADY_STARTED() - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
Servlet request has been put into asynchronous mode by an external force.
SERVLET_PATH_MISMATCH(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
The servlet path {0} does not start with the filter context path {1}.
SERVLET_REQUEST_SUSPEND_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.l10n.LocalizationMessages
Attempt to put servlet request into asynchronous mode has failed.
ServletBootstrapPreinitialization - Class in org.glassfish.jersey.servlet
 
ServletBootstrapPreinitialization() - Constructor for class org.glassfish.jersey.servlet.ServletBootstrapPreinitialization
 
ServletConfig - Enum constant in enum class org.glassfish.jersey.servlet.WebConfig.ConfigType
A configuration type of servlet configuration.
ServletContainer - Class in org.glassfish.jersey.servlet
A Servlet or Filter for deploying root resource classes.
ServletContainer() - Constructor for class org.glassfish.jersey.servlet.ServletContainer
Create Jersey Servlet container.
ServletContainer(ResourceConfig) - Constructor for class org.glassfish.jersey.servlet.ServletContainer
Create Jersey Servlet container.
ServletContainerProvider - Interface in org.glassfish.jersey.servlet.internal.spi
This is internal Jersey SPI to hook to Jersey servlet initialization process driven by org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer.
ServletContainerProviderFactory - Class in org.glassfish.jersey.servlet.internal
Factory class to get all "registered" implementations of ServletContainerProvider.
ServletProperties - Class in org.glassfish.jersey.servlet
Jersey servlet container configuration properties.
set(T) - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
 
setSuspendTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
store(ResourceConfig, ServletContext, String) - Static method in class org.glassfish.jersey.servlet.internal.Utils
Store resource config as an attribute of given servlet context.
suspend() - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegate
Invoked by the superior ContainerResponseWriter responsible for writing the response when processing is to be suspended.
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 

T

ThreadLocalInvoker<T> - Class in org.glassfish.jersey.servlet.internal
A proxy invocation handler that delegates all methods to a thread local instance.
ThreadLocalInvoker() - Constructor for class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
 
ThreadLocalNamedInvoker<T> - Class in org.glassfish.jersey.servlet.internal
A proxy invocation handler that delegates all methods to a thread local instance from JNDI.
ThreadLocalNamedInvoker(String) - Constructor for class org.glassfish.jersey.servlet.internal.ThreadLocalNamedInvoker
Create an instance.

U

Utils - Class in org.glassfish.jersey.servlet.internal
Utility class.

V

valueOf(String) - Static method in enum class org.glassfish.jersey.servlet.WebConfig.ConfigType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.glassfish.jersey.servlet.WebConfig.ConfigType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WebComponent - Class in org.glassfish.jersey.servlet
A common Jersey web component that may be extended by a Servlet and/or Filter implementation, or encapsulated by a Servlet or Filter implementation.
WebComponent(WebConfig, ResourceConfig) - Constructor for class org.glassfish.jersey.servlet.WebComponent
Create and initialize new web component instance.
WebConfig - Interface in org.glassfish.jersey.servlet
The Web configuration for accessing initialization parameters of a Web component and the ServletContext.
WebConfig.ConfigType - Enum Class in org.glassfish.jersey.servlet
The web configuration type.
WebFilterConfig - Class in org.glassfish.jersey.servlet
A filter based web config.
WebFilterConfig(FilterConfig) - Constructor for class org.glassfish.jersey.servlet.WebFilterConfig
 
WebServletConfig - Class in org.glassfish.jersey.servlet
A servlet based web config.
WebServletConfig(ServletContainer) - Constructor for class org.glassfish.jersey.servlet.WebServletConfig
 
writeResponseStatusAndHeaders(long, ContainerResponse) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
A B C D E F G H I J L N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form