Class ConnectionHandshakeCompleted

java.lang.Object
org.drasyl.handler.connection.ConnectionHandshakeCompleted
All Implemented Interfaces:
ConnectionEvent

@UnstableApi public class ConnectionHandshakeCompleted extends Object implements ConnectionEvent
Signals that the handshake was completed successfully.
  • Constructor Details

    • ConnectionHandshakeCompleted

      public ConnectionHandshakeCompleted()
    • ConnectionHandshakeCompleted

      @Deprecated public ConnectionHandshakeCompleted(long sndNxt, long rcvNxt)
      Deprecated.
  • Method Details