Interface LoginPhaseConnection.MessageConsumer

  • Enclosing interface:
    LoginPhaseConnection

    public static interface LoginPhaseConnection.MessageConsumer
    Consumes the message.
    • Method Detail

      • onMessageResponse

        void onMessageResponse​(byte @Nullable [] responseBody)
        Consumes the message and responds to it.
        Parameters:
        responseBody - the message from the client, if any