Class BackendServerCommunicator.Message
java.lang.Object
com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator.Message
- Enclosing interface:
- BackendServerCommunicator
Represents a message sent between proxy and backend servers
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of the contentint
getType()
Returns the type of the message
-
Field Details
-
AUTH_STATUS
public static final int AUTH_STATUS- See Also:
-
DISABLE
public static final int DISABLE- See Also:
-
REQUIRED_STATUS
public static final int REQUIRED_STATUS- See Also:
-
QR
public static final int QR- See Also:
-
QR_HIDE
public static final int QR_HIDE- See Also:
-
CMD_FORWARD
public static final int CMD_FORWARD- See Also:
-
-
Constructor Details
-
Message
Creates a new message- Parameters:
type
- the type of the messagecontent
- the content of the message
-
-
Method Details
-
getType
public int getType()Returns the type of the message -
getContent
Returns the type of the content
-