A C D E F G H I J L N O P Q R S T U V W 
All Classes All Packages

A

ASYNC_PROCESSING_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.servlet.internal.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.

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
 
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.LocalizationMessages
I/O exception occurred while sending "{0}/{1}" error response.

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.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 - org.glassfish.jersey.servlet.WebConfig.ConfigType
A configuration type of filter configuration.
FilterUrlMappingsProvider - Interface in org.glassfish.jersey.servlet.spi
Provides an access to context path from the filter configuration.
FORM_PARAM_CONSUMED(Object) - Static method in class org.glassfish.jersey.servlet.internal.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
 
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 interface org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
Return configured context path from the filter configuration.
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
 
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.LocalizationMessages
Attempt to read the header value failed.

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.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
 

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.

L

localizableASYNC_PROCESSING_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableEXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableFILTER_CONTEXT_PATH_MISSING() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableFORM_PARAM_CONSUMED(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableHEADER_VALUE_READ_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableINIT_PARAM_REGEX_SYNTAX_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableNO_THREAD_LOCAL_VALUE(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizablePERSISTENCE_UNIT_NOT_CONFIGURED(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableRESOURCE_CONFIG_PARENT_CLASS_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableRESOURCE_CONFIG_UNABLE_TO_LOAD(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableSERVLET_PATH_MISMATCH(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableSERVLET_REQUEST_SUSPEND_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.servlet.internal
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.LocalizationMessages
No thread local value in scope for proxy of {0}.

O

org.glassfish.jersey.servlet - package org.glassfish.jersey.servlet
Jersey generic Servlet container integration classes.
org.glassfish.jersey.servlet.internal - package org.glassfish.jersey.servlet.internal
Jersey internal Servlet API.
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.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
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.

R

reload() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
reload(ResourceConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
RESOURCE_CONFIG_PARENT_CLASS_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.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.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_PATH_MISMATCH(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.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.LocalizationMessages
Attempt to put servlet request into asynchronous mode has failed.
ServletConfig - 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.
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 org.glassfish.jersey.servlet.WebConfig.ConfigType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.jersey.servlet.WebConfig.ConfigType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebComponent - Class in org.glassfish.jersey.servlet
An 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 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 C D E F G H I J L N O P Q R S T U V W 
All Classes All Packages