A C D E F G I J L N O P R S T V W 

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
 
configure(ResourceConfig) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
This method is called for each ServletContainer instance initialization, i.e.
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(ServletRequest, ServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
doFilter(HttpServletRequest, HttpServletResponse, 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_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.
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.
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.WebComponent
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
 
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
 
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.

I

init(WebConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
Initiate the Web component.
init() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
init(FilterConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
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
 
localizableFORM_PARAM_CONSUMED(Object) - 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
LocalizationMessages() - Constructor for class org.glassfish.jersey.servlet.internal.LocalizationMessages
 

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

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.
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.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.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() - Constructor for class org.glassfish.jersey.servlet.internal.PersistenceUnitBinder
 
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 interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
Do your pre-initialization job before Jersey starts its servlet initialization.
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.

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

S

service(ServletRequest, ServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Dispatches client requests to the protected service method.
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(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.
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.
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
 
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
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.

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.

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 I J L N O P R S T V W 

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