All Classes and Interfaces
Class
Description
Simple Wrapper around
Cookie.This servlet will be invoked when no other servlet matches the request URI.
Wrapper around a
javax.servlet.http.HttpServletRequest
that transforms an application request object (which might be the original
one passed to a servlet.Wrapper around a
javax.servlet.http.HttpServletResponse
that transforms an application response object (which might be the original
one passed to a servlet.Constants based on Servlet3.0 spec.
Handler, responsible for processing Expect: header in a HTTP requests,
for example "Expect: 100-Continue"
Interface, using which
ExpectationHandler may confirm or refuse
client expectation.FilterChainFactory is responsible for building a FilterChain
instance with the Filters that need to be invoked for a particular request URI.FilterConfig implementation.Representation of a filter mapping for a web application, as represented
in a
<filter-mapping> element in the deployment
descriptor.Allows customization of a
Filter registered with the WebappContext.Set of holder interfaces, which help to bind Servlet and Grizzly HttpServer
abstractions.
Facade class that wraps a
Request request object.Facade class that wraps a
Response object.Basic
HttpSession based on Session support.Base class for all complex registrable components within a web application.
Basic
ServletConfig implementation.HttpHandler implementation that provides an entry point for processing
a Servlet request.
Allows customization of a
Servlet registered with the WebappContext.The Servlet-aware
SessionManager implementation.Grizzly Servlet utilities.
Class that may be used to configure various properties of cookies
used for session tracking purposes.
This class acts as the foundation for registering listeners, servlets, and
filters in an embedded environment.
Implementation of WebConnection for Servlet 3.1