cgl.narada.service.p2pRelayServer
Class ClientInformation
java.lang.Object
cgl.narada.service.p2pRelayServer.ClientInformation
public class ClientInformation
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientInformation
public ClientInformation()
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