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 intThe size of the receive buffer.final intThe size of the send buffer.Fields inherited from class com.zeroc.Ice.IPConnectionInfo
localAddress, localPort, remoteAddress, remotePortFields inherited from class com.zeroc.Ice.ConnectionInfo
adapterName, connectionId, incoming, underlying -
Method Summary
-
Field Details
-
rcvSize
public final int rcvSizeThe size of the receive buffer. -
sndSize
public final int sndSizeThe size of the send buffer.
-