Package com.zeroc.Ice

Class ConnectionInfo

java.lang.Object
com.zeroc.Ice.ConnectionInfo
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
ConnectionInfo, ConnectionInfo, IPConnectionInfo, WSConnectionInfo

public class ConnectionInfo extends Object implements Cloneable
Base class providing access to the connection details.
  • Field Details

    • underlying

      public ConnectionInfo underlying
      The information of the underyling transport or null if there's no underlying transport.
    • incoming

      public boolean incoming
      Whether or not the connection is an incoming or outgoing connection.
    • adapterName

      public String adapterName
      The name of the adapter associated with the connection.
    • connectionId

      public String connectionId
      The connection id.
  • Constructor Details

    • ConnectionInfo

      public ConnectionInfo()
    • ConnectionInfo

      public ConnectionInfo(ConnectionInfo underlying, boolean incoming, String adapterName, String connectionId)
  • Method Details