AsyncContextDelegate
to deal with asynchronous
features added in Servlet version 3.0.ServletContainer
instance initialization,
i.e.AsyncContextDelegate
, for response processing.ServletContainer.service(URI, URI, HttpServletRequest, HttpServletResponse)
method.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.ServletContainerProvider
.ServletContext
.FilterConfig
ResponseWriter.writeResponseStatusAndHeaders(long, org.glassfish.jersey.server.ContainerResponse)
has been invoked.ServletConfig
ServletContext
.Application
.Persistence unit
injection binder.ContainerResponseWriter
for Servlet containers.service
method.service
method and dispatches
them to the do
XXX methods defined in
this class.Servlet
or Filter
for deploying root resource classes.org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
.ServletContainerProvider
.ContainerResponseWriter
responsible for writing the response when processing is to be
suspended.ServletContext
.Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.