Interface | Description |
---|---|
ExpectationHandler |
Handler, responsible for processing Expect: header in a HTTP requests,
for example "Expect: 100-Continue"
|
ExpectationHandler.AckAction |
Interface, using which
ExpectationHandler may confirm or refuse
client expectation. |
FilterChainInvoker | |
Holders.RequestHolder | |
Holders.ResponseHolder |
Class | Description |
---|---|
CookieWrapper |
Simple Wrapper around
Cookie . |
DefaultServlet |
This servlet will be invoked when no other servlet matches the request URI.
|
DispatchedHttpServletRequest |
Wrapper around a
javax.servlet.http.HttpServletRequest
that transforms an application request object (which might be the original
one passed to a servlet. |
DispatchedHttpServletResponse |
Wrapper around a
javax.servlet.http.HttpServletResponse
that transforms an application response object (which might be the original
one passed to a servlet. |
DispatcherConstants |
Constants based on Servlet3.0 spec.
|
FilterChainFactory |
FilterChainFactory is responsible for building a FilterChain
instance with the Filters that need to be invoked for a particular request URI. |
FilterConfigImpl |
FilterConfig implementation. |
FilterMap |
Representation of a filter mapping for a web application, as represented
in a
<filter-mapping> element in the deployment
descriptor. |
FilterRegistration |
Allows customization of a
Filter registered with the WebappContext . |
Holders |
Set of holder interfaces, which help to bind Servlet and Grizzly HttpServer
abstractions.
|
HttpServletRequestImpl |
Facade class that wraps a
Request request object. |
HttpServletResponseImpl |
Facade class that wraps a
Response object. |
HttpSessionImpl |
Basic
HttpSession based on Session support. |
Registration |
Base class for all complex registrable components within a web application.
|
ServletConfigImpl |
Basic
ServletConfig implementation. |
ServletHandler |
HttpHandler implementation that provides an entry point for processing
a Servlet request.
|
ServletInputStreamImpl | |
ServletOutputStreamImpl | |
ServletReaderImpl | |
ServletRegistration |
Allows customization of a
Servlet registered with the WebappContext . |
ServletUtils |
Grizzly Servlet utilities.
|
ServletWriterImpl | |
SessionCookieConfig |
Class that may be used to configure various properties of cookies
used for session tracking purposes.
|
WebappContext |
This class acts as the foundation for registering listeners, servlets, and
filters in an embedded environment.
|
WebConnectionImpl |
Implementation of WebConnection for Servlet 3.1
|
Copyright © 2014 Oracle Corporation. All rights reserved.