Uses of Interface
org.springframework.http.server.ServerHttpAsyncRequestControl
Packages that use ServerHttpAsyncRequestControl
-
Uses of ServerHttpAsyncRequestControl in org.springframework.http.server
Classes in org.springframework.http.server that implement ServerHttpAsyncRequestControlModifier and TypeClassDescriptionclass
AServerHttpAsyncRequestControl
to use on Servlet containers.Methods in org.springframework.http.server that return ServerHttpAsyncRequestControlModifier 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)