Class TestConnectionMessage
- java.lang.Object
-
- de.extio.spacecraft.shared.model.message.AbstractMessage
-
- de.extio.spacecraft.shared.model.message.metaserver.TestConnectionMessage
-
public final class TestConnectionMessage extends AbstractMessage
Message sent by the metaserver for testing a server connection
-
-
Field Summary
Fields Modifier and Type Field Description static byte[]TEST_CONNECT_RESPONSE
-
Constructor Summary
Constructors Constructor Description TestConnectionMessage()TestConnectionMessage(String content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()voidsetContent(String content)-
Methods inherited from class de.extio.spacecraft.shared.model.message.AbstractMessage
toString
-
-
-
-
Constructor Detail
-
TestConnectionMessage
public TestConnectionMessage()
-
TestConnectionMessage
public TestConnectionMessage(String content)
-
-