Interface ServerAuthHandler.ServerAuthSender

Enclosing interface:
ServerAuthHandler

public static interface ServerAuthHandler.ServerAuthSender
Interface for a server implementations to send back authentication messages back to the client.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    send(byte[] payload)
     
  • Method Details

    • send

      void send(byte[] payload)
    • onError

      void onError(Throwable cause)