| Package | Description |
|---|---|
| org.nustaq.kontraktor.remoting.http.undertow | |
| org.nustaq.kontraktor.remoting.http.undertow.builder |
| Modifier and Type | Method and Description |
|---|---|
static BldFourK |
Http4K.Build(String hostName,
int port) |
static BldFourK |
Http4K.Build(String hostName,
int port,
SSLContext ctx) |
BldFourK |
Http4K.builder(String hostName,
int port) |
BldFourK |
Http4K.builder(String hostName,
int port,
SSLContext ctx) |
BldFourK |
HttpPublisher.buildHttpApi()
usable in context of Http4k builder
|
BldFourK |
WebSocketPublisher.buildWebsocket() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketPublisher |
WebSocketPublisher.cfg(BldFourK cfg) |
| Constructor and Description |
|---|
HttpPublisher(BldFourK cfgFourK,
org.nustaq.kontraktor.Actor facade,
String hostName,
String urlPath,
int port) |
WebSocketPublisher(BldFourK cfgFourK,
org.nustaq.kontraktor.Actor facade,
String hostName,
String urlPath,
int port) |
| Modifier and Type | Method and Description |
|---|---|
BldFourK |
BldFourK.build() |
BldFourK |
BldResPath.buildResourcePath() |
BldFourK |
BldFourK.fileRoot(String urlPath,
File dir) |
BldFourK |
BldFourK.fileRoot(String urlPath,
String dir) |
BldFourK |
BldFourK.hmrServer(boolean on) |
BldFourK |
BldFourK.httpCachedEnabled(boolean b) |
BldFourK |
BldFourK.httpHandler(String urlPath,
io.undertow.server.HttpHandler handler) |
BldFourK |
BldFourK.restAPI(String urlPath,
org.nustaq.kontraktor.Actor restActor) |
BldFourK |
BldFourK.restAPI(String urlPath,
org.nustaq.kontraktor.Actor restActor,
Function<io.undertow.util.HeaderMap,org.nustaq.kontraktor.IPromise> reqauth) |
| Modifier and Type | Method and Description |
|---|---|
BldResPath |
BldResPath.cfg4k(BldFourK cfg4k) |
| Constructor and Description |
|---|
BldResPath(BldFourK cfg4k,
String urlPath) |
Copyright © 2017. All rights reserved.