| Package | Description |
|---|---|
| io.undertow |
| 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.
|
Copyright © 2018. All rights reserved.