Uses of Interface
org.springframework.http.server.ServerHttpAsyncRequestControl
-
Uses of ServerHttpAsyncRequestControl in org.springframework.http.server
Modifier and TypeClassDescriptionclass
AServerHttpAsyncRequestControl
to use on Servlet containers.Modifier and TypeMethodDescriptionServerHttpRequest.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.ServletServerHttpRequest.getAsyncRequestControl
(ServerHttpResponse response)