Class ConnectionClosedEvent


  • Deprecated. 
    there is no replacement for this class

    @Deprecated
    public final class ConnectionClosedEvent
    extends java.lang.Object
    A connection closed event.
    Since:
    3.5
    • Constructor Detail

      • ConnectionClosedEvent

        public ConnectionClosedEvent​(ConnectionId connectionId)
        Deprecated. 
        Constructs a new instance of the event.
        Parameters:
        connectionId - the connection id
    • Method Detail

      • getConnectionId

        public ConnectionId getConnectionId​()
        Deprecated. 
        Gets the identifier for this connection.
        Returns:
        the connection id
      • toString

        public java.lang.String toString​()
        Deprecated. 
        Overrides:
        toString in class java.lang.Object