lilypad.client.connect.api
Interface ConnectSettings


public interface ConnectSettings


Method Summary
 java.net.InetSocketAddress getOutboundAddress()
           
 java.lang.String getPassword()
           
 java.lang.String getUsername()
           
 

Method Detail

getOutboundAddress

java.net.InetSocketAddress getOutboundAddress()
Returns:
the address of the remote network's server

getUsername

java.lang.String getUsername()
Returns:
the username to be authenticated with on the network

getPassword

java.lang.String getPassword()
Returns:
the password to be authenticated with on the network