public class CFGFourK extends Object
| Constructor and Description |
|---|
CFGFourK(String hostName,
int port,
SSLContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
build() |
CFGFourK |
fileRoot(String urlPath,
File dir) |
CFGFourK |
fileRoot(String urlPath,
String dir) |
SSLContext |
getContext() |
String |
getHostName() |
List |
getItems() |
int |
getPort() |
HttpPublisher |
httpAPI(String urlPath,
org.nustaq.kontraktor.Actor facade) |
CFGResPath |
resourcePath(String urlPath) |
WebSocketPublisher |
websocket(String urlPath,
org.nustaq.kontraktor.Actor facade) |
public CFGFourK(String hostName, int port, SSLContext context)
public CFGResPath resourcePath(String urlPath)
public WebSocketPublisher websocket(String urlPath, org.nustaq.kontraktor.Actor facade)
public HttpPublisher httpAPI(String urlPath, org.nustaq.kontraktor.Actor facade)
public String getHostName()
public int getPort()
public SSLContext getContext()
public List getItems()
public void build()
Copyright © 2015. All rights reserved.