See: Description
Interface | Description |
---|---|
PathContainer |
Structured representation of a URI path whose elements have been pre-parsed
into a sequence of
Separator and PathSegment elements. |
PathContainer.Element |
Common representation of a path element, e.g.
|
PathContainer.PathSegment |
Path segment element.
|
PathContainer.Separator |
Path separator element.
|
RequestPath |
Represents the complete path for a request.
|
ServerHttpAsyncRequestControl |
A control that can put the processing of an HTTP request in asynchronous mode during
which the response remains open until explicitly closed.
|
ServerHttpRequest |
Represents a server-side HTTP request.
|
ServerHttpResponse |
Represents a server-side HTTP response.
|
Class | Description |
---|---|
ServletServerHttpAsyncRequestControl |
A
ServerHttpAsyncRequestControl to use on Servlet containers (Servlet 3.0+). |
ServletServerHttpRequest |
ServerHttpRequest implementation that is based on a HttpServletRequest . |
ServletServerHttpResponse |
ServerHttpResponse implementation that is based on a HttpServletResponse . |
ServerHttpRequest
and ServerHttpResponse
,
as well as a Servlet-based implementation of these interfaces.