Uses of Class
org.nustaq.kontraktor.remoting.http.undertow.builder.BldFourK
| Package | Description |
|---|---|
| org.nustaq.kontraktor.remoting.http.undertow | |
| org.nustaq.kontraktor.remoting.http.undertow.builder |
-
Uses of BldFourK in org.nustaq.kontraktor.remoting.http.undertow
Methods in org.nustaq.kontraktor.remoting.http.undertow that return BldFourK Modifier and Type Method Description static BldFourKHttp4K. Build(java.lang.String hostName, int port)static BldFourKHttp4K. Build(java.lang.String hostName, int port, javax.net.ssl.SSLContext ctx)BldFourKHttp4K. builder(java.lang.String hostName, int port)BldFourKHttp4K. builder(java.lang.String hostName, int port, javax.net.ssl.SSLContext ctx)BldFourKHttpPublisher. buildHttpApi()usable in context of Http4k builderBldFourKWebSocketPublisher. buildWebsocket()Methods in org.nustaq.kontraktor.remoting.http.undertow with parameters of type BldFourK Modifier and Type Method Description WebSocketPublisherWebSocketPublisher. cfg(BldFourK cfg)Constructors in org.nustaq.kontraktor.remoting.http.undertow with parameters of type BldFourK Constructor Description HttpPublisher(BldFourK cfgFourK, org.nustaq.kontraktor.Actor facade, java.lang.String hostName, java.lang.String urlPath, int port)WebSocketPublisher(BldFourK cfgFourK, org.nustaq.kontraktor.Actor facade, java.lang.String hostName, java.lang.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 BldFourK Modifier and Type Method Description BldFourKBldFourK. auto(java.lang.Object serverAppActor, java.lang.Object... interfaceClasses)BldFourKBldFourK. auto(AutoConfig serverAppActor)BldFourKBldFourK. build()BldFourKBldResPath. buildResourcePath()BldFourKBldFourK. fileRoot(java.lang.String urlPath, java.io.File dir)BldFourKBldFourK. fileRoot(java.lang.String urlPath, java.lang.String dir)BldFourKBldFourK. hmrServer(boolean on)BldFourKBldFourK. httpCachedEnabled(boolean b)BldFourKBldFourK. httpHandler(java.lang.String urlPath, io.undertow.server.HttpHandler handler)BldFourKBldFourK. restAPI(java.lang.String urlPath, org.nustaq.kontraktor.Actor restActor)BldFourKBldFourK. restAPI(java.lang.String urlPath, org.nustaq.kontraktor.Actor restActor, java.util.function.Function<io.undertow.util.HeaderMap,org.nustaq.kontraktor.IPromise> reqauth)BldFourKBldFourK. restAPI(java.lang.String urlPath, org.nustaq.kontraktor.Actor restActor, java.util.function.Function<io.undertow.util.HeaderMap,org.nustaq.kontraktor.IPromise> reqauth, java.util.function.Consumer<io.undertow.server.HttpServerExchange> prepareResponse)Methods in org.nustaq.kontraktor.remoting.http.undertow.builder with parameters of type BldFourK Modifier and Type Method Description voidAutoConfig. auto(BldFourK builder)BldResPathBldResPath. cfg4k(BldFourK cfg4k)Constructors in org.nustaq.kontraktor.remoting.http.undertow.builder with parameters of type BldFourK Constructor Description BldResPath(BldFourK cfg4k, java.lang.String urlPath)