Uses of Class
org.nustaq.kontraktor.remoting.http.undertow.builder.BldFourK
Packages that use BldFourK
Package
Description
-
Uses of BldFourK in org.nustaq.kontraktor.remoting.http.undertow
Methods in org.nustaq.kontraktor.remoting.http.undertow that return BldFourKModifier and TypeMethodDescriptionstatic BldFourKstatic BldFourKHttp4K.Build(String hostName, int port, SSLContext ctx) Http4K.builder(String hostName, int port, SSLContext ctx) HttpPublisher.buildHttpApi()usable in context of Http4k builderWebSocketPublisher.buildWebsocket()Methods in org.nustaq.kontraktor.remoting.http.undertow with parameters of type BldFourKConstructors in org.nustaq.kontraktor.remoting.http.undertow with parameters of type BldFourKModifierConstructorDescriptionHttpPublisher(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) -
Uses of BldFourK in org.nustaq.kontraktor.remoting.http.undertow.builder
Methods in org.nustaq.kontraktor.remoting.http.undertow.builder that return BldFourKModifier and TypeMethodDescriptionBldFourK.auto(AutoConfig serverAppActor) BldFourK.build()BldResPath.buildResourcePath()BldFourK.hmrServer(boolean on) BldFourK.httpCachedEnabled(boolean b) BldFourK.httpHandler(String urlPath, io.undertow.server.HttpHandler handler) BldFourK.restAPI(String urlPath, org.nustaq.kontraktor.Actor restActor, Function<io.undertow.util.HeaderMap, org.nustaq.kontraktor.IPromise> reqauth) BldFourK.restAPI(String urlPath, org.nustaq.kontraktor.Actor restActor, Function<io.undertow.util.HeaderMap, org.nustaq.kontraktor.IPromise> reqauth, Consumer<io.undertow.server.HttpServerExchange> prepareResponse) Methods in org.nustaq.kontraktor.remoting.http.undertow.builder with parameters of type BldFourKModifier and TypeMethodDescriptionvoidConstructors in org.nustaq.kontraktor.remoting.http.undertow.builder with parameters of type BldFourK