net.clackrouter.router.core
Class RouterConfig.ConnectionInfo

java.lang.Object
  extended by net.clackrouter.router.core.RouterConfig.ConnectionInfo
Enclosing class:
RouterConfig

public static class RouterConfig.ConnectionInfo
extends java.lang.Object

Simple struct to hold information about an attempt to connect to the VNS server.


Field Summary
 java.lang.String host
           
 int port
           
 java.lang.String server
           
 int topo_max
           
 int topo_min
           
 
Constructor Summary
RouterConfig.ConnectionInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server

public java.lang.String server

port

public int port

host

public java.lang.String host

topo_min

public int topo_min

topo_max

public int topo_max
Constructor Detail

RouterConfig.ConnectionInfo

public RouterConfig.ConnectionInfo()