Package | Description |
---|---|
org.springframework.http.server |
Contains an abstraction over server-side HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletServerHttpAsyncRequestControl
A
ServerHttpAsyncRequestControl to use on Servlet containers (Servlet 3.0+). |
Modifier and Type | Method and Description |
---|---|
ServerHttpAsyncRequestControl |
ServletServerHttpRequest.getAsyncRequestControl(ServerHttpResponse response) |
ServerHttpAsyncRequestControl |
ServerHttpRequest.getAsyncRequestControl(ServerHttpResponse response)
Return a control that allows putting the request in asynchronous mode so the
response remains open until closed explicitly from the current or another thread.
|