| Package | Description |
|---|---|
| io.helidon.webserver |
Reactive web server API.
|
| Modifier and Type | Method | Description |
|---|---|---|
RequestPredicate.ConditionalHandler |
RequestPredicate.thenApply(Handler handler) |
Creates request-response handler/filter which calls provided handler only if this predicate accepts provided request,
otherwise call
ServerRequest.next() method. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.