Package | Description |
---|---|
org.glassfish.grizzly.servlet |
Class and 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. |
FilterChainFactory
FilterChainFactory is responsible for building a FilterChain
instance with the Filters that need to be invoked for a particular request URI. |
FilterChainInvoker |
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.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. |
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 © 2014 Oracle Corporation. All rights reserved.