Interface ConnectionListener

All Known Implementing Classes:
ConnectionValidatorListener, PassthroughConnectionListener, RestrictByIPConnectionListener

public interface ConnectionListener
Connection listener interface.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onConnect(Transport transport)
    Invoked when a new connection occurred.
  • Method Details

    • onConnect

      void onConnect(Transport transport)
      Invoked when a new connection occurred.
      Parameters:
      transport - the transport