Class BldFourK
java.lang.Object
org.nustaq.kontraktor.remoting.http.undertow.builder.BldFourK
public class BldFourK extends Object
Created by ruedi on 09.06.2015.
-
Constructor Summary
Constructors Constructor Description BldFourK(String hostName, int port, SSLContext context) -
Method Summary
Modifier and Type Method Description BldFourKauto(Object serverAppActor, Object... interfaceClasses)BldFourKauto(AutoConfig serverAppActor)BldFourKbuild()BldFourKfileRoot(String urlPath, File dir)BldFourKfileRoot(String urlPath, String dir)SSLContextgetContext()StringgetHostName()booleangetHttpCacheEnabled()ListgetItems()intgetPort()BldFourKhmrServer(boolean on)HttpPublisherhttpAPI(String urlPath, org.nustaq.kontraktor.Actor facade)BldFourKhttpCachedEnabled(boolean b)BldFourKhttpHandler(String urlPath, io.undertow.server.HttpHandler handler)BldResPathresourcePath(String urlPath)BldFourKrestAPI(String urlPath, org.nustaq.kontraktor.Actor restActor)BldFourKrestAPI(String urlPath, org.nustaq.kontraktor.Actor restActor, Function<io.undertow.util.HeaderMap,org.nustaq.kontraktor.IPromise> reqauth)BldFourKrestAPI(String urlPath, org.nustaq.kontraktor.Actor restActor, Function<io.undertow.util.HeaderMap,org.nustaq.kontraktor.IPromise> reqauth, Consumer<io.undertow.server.HttpServerExchange> prepareResponse)WebSocketPublisherwebsocket(String urlPath, org.nustaq.kontraktor.Actor facade)WebSocketPublisherwebsocket(String urlPath, org.nustaq.kontraktor.Actor facade, boolean useStringMessages)
-
Constructor Details
-
Method Details
-
auto
-
auto
-
fileRoot
-
httpCachedEnabled
-
fileRoot
-
resourcePath
-
websocket
-
hmrServer
-
websocket
public WebSocketPublisher websocket(String urlPath, org.nustaq.kontraktor.Actor facade, boolean useStringMessages) -
httpHandler
-
restAPI
-
restAPI
-
restAPI
-
httpAPI
-
getHttpCacheEnabled
public boolean getHttpCacheEnabled() -
getHostName
-
getPort
public int getPort() -
getContext
-
getItems
-
build
-