Package com.zeroc.Ice
Class ConnectionInfo
java.lang.Object
com.zeroc.Ice.ConnectionInfo
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
ConnectionInfo
,ConnectionInfo
,IPConnectionInfo
,WSConnectionInfo
Base class providing access to the connection details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the adapter associated with the connection.The connection id.boolean
Whether or not the connection is an incoming or outgoing connection.The information of the underyling transport or null if there's no underlying transport. -
Constructor Summary
ConstructorsConstructorDescriptionConnectionInfo
(ConnectionInfo underlying, boolean incoming, String adapterName, String connectionId) -
Method Summary
-
Field Details
-
underlying
The information of the underyling transport or null if there's no underlying transport. -
incoming
public boolean incomingWhether or not the connection is an incoming or outgoing connection. -
adapterName
The name of the adapter associated with the connection. -
connectionId
The connection id.
-
-
Constructor Details
-
ConnectionInfo
public ConnectionInfo() -
ConnectionInfo
public ConnectionInfo(ConnectionInfo underlying, boolean incoming, String adapterName, String connectionId)
-
-
Method Details