cgl.narada.service.p2pRelayServer
Class ClientInformation

java.lang.Object
  extended by cgl.narada.service.p2pRelayServer.ClientInformation

public class ClientInformation
extends Object


Constructor Summary
ClientInformation()
           
 
Method Summary
 String getClientID()
           
 SocketAddress getGlobalAddress()
           
 SocketAddress getPrivateAddress()
           
 void setClientID(String clientID)
           
 void setGlobalAddress(SocketAddress globalAddress)
           
 void setPrivateAddress(SocketAddress privateAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientInformation

public ClientInformation()
Method Detail

getClientID

public final String getClientID()
Returns:
Returns the clientID.

setClientID

public final void setClientID(String clientID)
Parameters:
clientID - The clientID to set.

getGlobalAddress

public final SocketAddress getGlobalAddress()
Returns:
Returns the globalAddress.

setGlobalAddress

public final void setGlobalAddress(SocketAddress globalAddress)
Parameters:
globalAddress - The globalAddress to set.

getPrivateAddress

public final SocketAddress getPrivateAddress()
Returns:
Returns the privateAddress.

setPrivateAddress

public final void setPrivateAddress(SocketAddress privateAddress)
Parameters:
privateAddress - The privateAddress to set.


For comments and suggestions please send e-mail to The NaradaBrokering Project