java.lang.Object
com.zeroc.Ice.ConnectionInfo
com.zeroc.Ice.IPConnectionInfo
com.zeroc.Ice.TCPConnectionInfo
Provides access to the connection details of a TCP connection
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
The connection buffer receive size.final int
The connection buffer send size.Fields inherited from class com.zeroc.Ice.IPConnectionInfo
localAddress, localPort, remoteAddress, remotePort
Fields inherited from class com.zeroc.Ice.ConnectionInfo
adapterName, connectionId, incoming, underlying
-
Method Summary
-
Field Details
-
rcvSize
public final int rcvSizeThe connection buffer receive size. -
sndSize
public final int sndSizeThe connection buffer send size.
-