cz.cuni.amis.pogamut.base.communication.connection.impl.socket
Interface ISocketConnectionAddress

All Superinterfaces:
IWorldConnectionAddress
All Known Implementing Classes:
SocketConnectionAddress

public interface ISocketConnectionAddress
extends IWorldConnectionAddress

Connection descriptor for sockets ... contains host:port.


Method Summary
 java.lang.String getHost()
           
 int getPort()
           
 

Method Detail

getHost

java.lang.String getHost()

getPort

int getPort()