Uses of Class
io.undertow.server.handlers.HttpContinueReadHandler
-
Packages that use HttpContinueReadHandler Package Description io.undertow -
-
Uses of HttpContinueReadHandler in io.undertow
Methods in io.undertow that return HttpContinueReadHandler Modifier and Type Method Description static HttpContinueReadHandler
Handlers. httpContinueRead(HttpHandler next)
A handler that automatically handles HTTP 100-continue responses, by sending a continue response when the first attempt is made to read from the request channel.
-