Uses of Class
nl.openfortress.socket6bed4.ServerNode

Uses of ServerNode in nl.openfortress.socket6bed4
 

Fields in nl.openfortress.socket6bed4 declared as ServerNode
protected  ServerNode DatagramSocket6bed4.my6sn
           
 

Fields in nl.openfortress.socket6bed4 with type parameters of type ServerNode
protected  Hashtable<InetSocketAddress,ServerNode> ConnectionPool.servers
           
 

Methods in nl.openfortress.socket6bed4 that return ServerNode
 ServerNode ConnectionPool.getDefaultServerNode()
          Return the ServerNode for the default 6bed4 tunnel server.
 ServerNode ConnectionPool.getServerNode(InetAddress ia)
          Returns the ServerNode for a given InetAddress, which is then assumed to match an Inet6Address in the hash tables.
 ServerNode ConnectionPool.getServerNode(InetSocketAddress isa)
          Return the ServerNode for a given InetSocketAddress, holding the server's IPv4 address and UDP port.
 ServerNode ConnectionPool.openServer(InetSocketAddress isa)
          Start using a server, possibly introducing it.
 



Copyright © 2012. All Rights Reserved.