Package org.glassfish.grizzly.servlet
package org.glassfish.grizzly.servlet
-
ClassDescriptionSimple Wrapper around
Cookie.This servlet will be invoked when no other servlet matches the request URI.Wrapper around ajavax.servlet.http.HttpServletRequestthat transforms an application request object (which might be the original one passed to a servlet.Wrapper around ajavax.servlet.http.HttpServletResponsethat 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 whichExpectationHandlermay confirm or refuse client expectation.FilterChainFactoryis responsible for building aFilterChaininstance with the Filters that need to be invoked for a particular request URI.FilterConfigimplementation.Representation of a filter mapping for a web application, as represented in a<filter-mapping>element in the deployment descriptor.Allows customization of aFilterregistered with theWebappContext.Set of holder interfaces, which help to bind Servlet and Grizzly HttpServer abstractions.Facade class that wraps aRequestrequest object.Facade class that wraps aResponseobject.BasicHttpSessionbased onSessionsupport.Base class for all complex registrable components within a web application.BasicServletConfigimplementation.HttpHandler implementation that provides an entry point for processing a Servlet request.Allows customization of aServletregistered with theWebappContext.The Servlet-awareSessionManagerimplementation.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