public class UndertowRESTHandler extends Object implements io.undertow.server.HttpHandler
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
allowedMethods |
protected String |
basePath |
protected org.nustaq.kontraktor.Actor |
facade |
protected org.nustaq.serialization.FSTConfiguration |
jsonConf |
protected static Object |
NOVAL |
protected Function<io.undertow.util.HeaderMap,org.nustaq.kontraktor.IPromise> |
requestAuthenticator |
| Constructor and Description |
|---|
UndertowRESTHandler(String basePath,
org.nustaq.kontraktor.Actor facade,
Function<io.undertow.util.HeaderMap,org.nustaq.kontraktor.IPromise> requestAuthenticator) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
void |
setAllowedMethods(Set<String> allowedMethods) |
protected static final Object NOVAL
protected String basePath
protected org.nustaq.kontraktor.Actor facade
protected org.nustaq.serialization.FSTConfiguration jsonConf
protected Function<io.undertow.util.HeaderMap,org.nustaq.kontraktor.IPromise> requestAuthenticator
Copyright © 2017. All rights reserved.