Interface IConnectedHost
- 
- All Known Implementing Classes:
- ServerConnection,- WebConnectedHost
 
 public interface IConnectedHost
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,IRegisteredHost>getRegisteredHosts()Retrieves the registered hosts.java.net.InetAddressgetRemoteAddress()Gets the address of the connected host.java.net.DatagramSocketgetUdpSocket()Retrieves the UDP socket for testing communication.
 
- 
- 
- 
Method Detail- 
getRegisteredHostsjava.util.Map<java.lang.String,IRegisteredHost> getRegisteredHosts() Retrieves the registered hosts.- Returns:
- The registered hosts.
 
 - 
getRemoteAddressjava.net.InetAddress getRemoteAddress() Gets the address of the connected host.- Returns:
- The address.
 
 - 
getUdpSocketjava.net.DatagramSocket getUdpSocket() Retrieves the UDP socket for testing communication.- Returns:
- The UDP socket.
 
 
- 
 
-