Handler for the login state

Implements

Methods

  • Handle a command from the connection

    Parameters

    • command: string

      The command to handle

    Returns Promise<void>

  • Handle a connection to the connection

    Returns Promise<void>

  • Handle a disconnect from the connection

    Returns Promise<void>

  • Write a line to the connection

    Parameters

    • line: string

      The line to write

    Returns Promise<void>

Generated using TypeDoc