public class NIOTransportConnection extends Object implements ITransportConnection
Constructor and Description |
---|
NIOTransportConnection(long remoteObjID,
long connectionID,
long connectTime,
String clientIPAddress,
int clientPort,
String serverIPAddress,
int serverPort)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getClientIPAddress() |
int |
getClientPort() |
long |
getConnectionID() |
Date |
getConnectTime() |
long |
getRemoteObjID() |
String |
getServerIPAddress() |
int |
getServerPort() |
String |
toString() |
public long getRemoteObjID()
getRemoteObjID
in interface ITransportConnection
ITransportConnection.getRemoteObjID()
public Date getConnectTime()
getConnectTime
in interface ITransportConnection
ITransportConnection.getConnectTime()
public String getServerIPAddress()
getServerIPAddress
in interface ITransportConnection
ITransportConnection.getServerIPAddress()
public String getClientIPAddress()
getClientIPAddress
in interface ITransportConnection
ITransportConnection.getRemoteObjID()
ITransportConnection.getClientIPAddress()
public int getClientPort()
getClientPort
in interface ITransportConnection
ITransportConnection.getClientPort()
public int getServerPort()
getServerPort
in interface ITransportConnection
ITransportConnection.getServerPort()
public long getConnectionID()
getConnectionID
in interface ITransportConnection
ITransportConnection.getConnectionID()
Copyright © GigaSpaces.