Package com.zeroc.Ice
Class TCPConnectionInfo
java.lang.Object
com.zeroc.Ice.ConnectionInfo
com.zeroc.Ice.IPConnectionInfo
com.zeroc.Ice.TCPConnectionInfo
- All Implemented Interfaces:
Cloneable
Provides access to the connection details of a TCP connection
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe connection buffer receive size.intThe connection buffer send size.Fields inherited from class com.zeroc.Ice.IPConnectionInfo
localAddress, localPort, remoteAddress, remotePortFields inherited from class com.zeroc.Ice.ConnectionInfo
adapterName, connectionId, incoming, underlying -
Constructor Summary
ConstructorsConstructorDescriptionTCPConnectionInfo(ConnectionInfo underlying, boolean incoming, String adapterName, String connectionId, String localAddress, int localPort, String remoteAddress, int remotePort, int rcvSize, int sndSize) -
Method Summary
-
Field Details
-
rcvSize
public int rcvSizeThe connection buffer receive size. -
sndSize
public int sndSizeThe connection buffer send size.
-
-
Constructor Details
-
TCPConnectionInfo
public TCPConnectionInfo() -
TCPConnectionInfo
public TCPConnectionInfo(ConnectionInfo underlying, boolean incoming, String adapterName, String connectionId, String localAddress, int localPort, String remoteAddress, int remotePort, int rcvSize, int sndSize)
-
-
Method Details
-
clone
- Overrides:
clonein classIPConnectionInfo
-