public class ClientTunnelSettings extends Object
| Constructor and Description |
|---|
ClientTunnelSettings(Hash dest)Create tunnel settings for the given destination. |
| Modifier and Type | Method and Description |
|---|---|
TunnelPoolSettings | getInboundSettings() |
TunnelPoolSettings | getOutboundSettings() |
void | readFromProperties(Properties props)Load settings from the given properties. |
String | toString() |
public ClientTunnelSettings(Hash dest)
dest - the destination hashpublic TunnelPoolSettings getInboundSettings()
public TunnelPoolSettings getOutboundSettings()
public void readFromProperties(Properties props)
props - the properties to load from