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 TypeFieldDescriptionint
The connection buffer receive size.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
-
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:
clone
in classIPConnectionInfo
-