See: Description
Interface | Description |
---|---|
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.