Interface LoginPhaseConnection.MessageConsumer

Enclosing interface:
LoginPhaseConnection

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

    Modifier and Type
    Method
    Description
    void
    onMessageResponse(byte @Nullable [] responseBody)
    Consumes the message and responds to it.
  • Method Details

    • onMessageResponse

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