Uses of Package
org.glassfish.grizzly.servlet

Classes in org.glassfish.grizzly.servlet used by org.glassfish.grizzly.servlet
DispatcherType
          Enumerates the DispatcherTypes supported by the Servlet 3.0 specification.
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.
FilterChainFactory
          FilterChainFactory is responsible for building a FilterChain instance with the Filters that need to be invoked for a particular request URI.
FilterChainInvoker
           
FilterRegistration
          Allows customization of a Filter registered with the WebappContext.
Holders.RequestHolder
           
Holders.ResponseHolder
           
HttpServletRequestImpl
          Facade class that wraps a Request request object.
HttpServletResponseImpl
          Facade class that wraps a Response object.
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.
ServletRegistration
          Allows customization of a Servlet registered with the WebappContext.
WebappContext
           This class acts as the foundation for registering listeners, servlets, and filters in an embedded environment.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.