Package | Description |
---|---|
io.undertow |
Modifier and Type | Method and 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. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.