-
Methods in org.nustaq.kontraktor.remoting.http.undertow that return Http4K
| Modifier and Type |
Method |
Description |
static Http4K |
Http4K.get() |
|
Http4K |
Http4K.publishFileSystem(String hostName,
String urlPath,
int port,
io.undertow.server.handlers.resource.FileResourceManager man) |
|
Http4K |
Http4K.publishFileSystem(String hostName,
String urlPath,
int port,
File root) |
publishes given file root
|
Http4K |
Http4K.publishHandler(String hostName,
String urlPath,
int port,
io.undertow.server.HttpHandler handler) |
|
Http4K |
Http4K.publishResourcePath(String hostName,
String urlPath,
int port,
DynamicResourceManager man,
boolean compress) |
|
Http4K |
Http4K.publishResourcePath(String hostName,
String urlPath,
int port,
DynamicResourceManager man,
boolean compress,
Function<io.undertow.server.HttpServerExchange,Boolean> interceptor) |
|
Http4K |
Http4K.unPublishHandler(String urlPath,
int port) |
|