Uses of Class
org.nustaq.kontraktor.remoting.http.undertow.Http4K
Packages that use Http4K
-
Uses of Http4K in org.nustaq.kontraktor.remoting.http.undertow
Fields in org.nustaq.kontraktor.remoting.http.undertow declared as Http4KMethods in org.nustaq.kontraktor.remoting.http.undertow that return Http4KModifier and TypeMethodDescriptionstatic Http4KHttp4K.get()Http4K.publishFileSystem(String hostName, String urlPath, int port, io.undertow.server.handlers.resource.FileResourceManager man) Http4K.publishFileSystem(String hostName, String urlPath, int port, File root) publishes given file rootHttp4K.publishHandler(String hostName, String urlPath, int port, io.undertow.server.HttpHandler handler) Http4K.publishResourcePath(String hostName, String urlPath, int port, DynamicResourceManager man, boolean compress) Http4K.publishResourcePath(String hostName, String urlPath, int port, DynamicResourceManager man, boolean compress, Function<io.undertow.server.HttpServerExchange, Boolean> interceptor) Http4K.unPublishHandler(String urlPath, int port) Methods in org.nustaq.kontraktor.remoting.http.undertow with parameters of type Http4K