Uses of Class
io.undertow.server.handlers.HttpContinueReadHandler
Packages that use HttpContinueReadHandler
-
Uses of HttpContinueReadHandler in io.undertow
Methods in io.undertow that return HttpContinueReadHandlerModifier and TypeMethodDescriptionstatic final 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.