Uses of Class
io.undertow.server.handlers.HttpContinueAcceptingHandler
-
Packages that use HttpContinueAcceptingHandler Package Description io.undertow -
-
Uses of HttpContinueAcceptingHandler in io.undertow
Methods in io.undertow that return HttpContinueAcceptingHandler Modifier and Type Method Description static HttpContinueAcceptingHandler
Handlers. httpContinueAccepting(HttpHandler next)
Returns a handler that sends back a HTTP 100 continue response to all requests.static HttpContinueAcceptingHandler
Handlers. httpContinueAccepting(HttpHandler next, Predicate accept)
Returns a handler that sends back a HTTP 100 continue response if the given predicate resolves to true.
-