Interface ServerSideConnectionEvent.Intent

All Superinterfaces:
Cancellable, Event, MessageEvent, ServerSideConnectionEvent
Enclosing interface:
ServerSideConnectionEvent

public static interface ServerSideConnectionEvent.Intent extends ServerSideConnectionEvent, MessageEvent, Cancellable

Called asynchronously when the client attempts to connect to the server.

After observing this event for particular connection you are guaranteed to get #Disconnect for the same connection without ordering issues.

  • Method Details

    • isTransfer

      boolean isTransfer()
      Gets if the user is intending to connect due to being transferred.
      Returns:
      true if the user is transferring.