All Classes
-
All Classes Interface Summary Class Summary Class Description CookieWrapper Simple Wrapper aroundCookie.DefaultServlet This servlet will be invoked when no other servlet matches the request URI.DispatchedHttpServletRequest Wrapper around ajakarta.servlet.http.HttpServletRequestthat transforms an application request object (which might be the original one passed to a servlet.DispatchedHttpServletResponse Wrapper around ajakarta.servlet.http.HttpServletResponsethat transforms an application response object (which might be the original one passed to a servlet.DispatcherConstants Constants based on Servlet3.0 spec.ExpectationHandler Handler, responsible for processing Expect: header in a HTTP requests, for example "Expect: 100-Continue"ExpectationHandler.AckAction Interface, using whichExpectationHandlermay confirm or refuse client expectation.FilterChainFactory FilterChainFactoryis responsible for building aFilterChaininstance with the Filters that need to be invoked for a particular request URI.FilterChainInvoker FilterConfigImpl FilterConfigimplementation.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 aFilterregistered with theWebappContext.Holders Set of holder interfaces, which help to bind Servlet and Grizzly HttpServer abstractions.Holders.RequestHolder Holders.ResponseHolder HttpServletRequestImpl Facade class that wraps aRequestrequest object.HttpServletResponseImpl Facade class that wraps aResponseobject.HttpSessionImpl BasicHttpSessionbased onSessionsupport.Registration Base class for all complex registrable components within a web application.ServletConfigImpl BasicServletConfigimplementation.ServletConnectionImpl Trivial implementation of theServletConnectionServletHandler HttpHandler implementation that provides an entry point for processing a Servlet request.ServletInputStreamImpl ServletOutputStreamImpl ServletReaderImpl ServletRegistration Allows customization of aServletregistered with theWebappContext.ServletSessionManager The Servlet-awareSessionManagerimplementation.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