See: Description
Interface | Description |
---|---|
PushService |
A service that implements HTTP/2 server-push and pushes all the given paths to the response initiated by the
specified request.
|
Class | Description |
---|---|
ByteArrayHttpServletResponseWrapper |
Wraps an
HttpServletResponse to capture the written stream. |
HtmlParserFilter |
This filter uses the
WuicFacade to configure the related ContextBuilder with workflow
built on the fly when an HTML page is filtered. |
HttpServletRequestAdapter |
An adapter for the
HttpServletRequest which applies a default behavior or delegate any method call to a
wrapped request if not null . |
HttpServletResponseAdapter |
An adapter for the
HttpServletResponse which applies a default behavior or delegate any
method call to a wrapped response if not null . |
ServletProcessContext |
A
ProcessContext created in a HttpServletRequest execution scope. |
WuicServlet |
Servlet which initializes the servlet context and the servlet mapping used for WUIC.
|
WuicServletContextListener |
Servlet context listener that injects into the
ServletContext the WuicFacade as an
attribute mapped to ApplicationConfig.WEB_WUIC_FACADE name. |
WuicServletContextListener.InitParamProperties |
A class that retrieves properties from init-param configured inside a servlet context.
|
WuicServletContextListener.PropertiesWrapper |
A properties that delegate call to a wrapped instance and modify the value associated to
ApplicationConfig.WUIC_SERVLET_CONTEXT_PARAM to make sure it starts with the servlet
context's path. |
Enum | Description |
---|---|
HttpUtil |
Tool that can be used to deal with an HTTP request state to know if GZIP is supported and then write according to
this information a
ConvertibleNut to the HTTP response. |
This package defines the Servlet support provided by WUIC.
Copyright © 2012-2015. All Rights Reserved.