Class BackendServerCommunicator.Message

java.lang.Object
com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator.Message
Enclosing interface:
BackendServerCommunicator

public static class BackendServerCommunicator.Message extends Object
Represents a message sent between proxy and backend servers
  • Field Details

  • Constructor Details

    • Message

      public Message(int type, String content)
      Creates a new message
      Parameters:
      type - the type of the message
      content - the content of the message
  • Method Details

    • getType

      public int getType()
      Returns the type of the message
    • getContent

      public String getContent()
      Returns the type of the content