Class ServerJoinMessage
- java.lang.Object
- 
- de.extio.spacecraft.shared.model.message.AbstractMessage
- 
- de.extio.spacecraft.shared.model.message.toserver.ServerJoinMessage
 
 
- 
 public final class ServerJoinMessage extends AbstractMessage Part of connecting client and server
- 
- 
Constructor SummaryConstructors Constructor Description ServerJoinMessage()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetGameSessionId()UUIDgetReconnectTicket()booleanisCreateSession()voidsetCreateSession(boolean createSession)voidsetGameSessionId(UUID gameSessionId)voidsetReconnectTicket(UUID reconnectTicket)- 
Methods inherited from class de.extio.spacecraft.shared.model.message.AbstractMessagetoString
 
- 
 
- 
- 
- 
Method Detail- 
getGameSessionIdpublic UUID getGameSessionId() 
 - 
setGameSessionIdpublic void setGameSessionId(UUID gameSessionId) 
 - 
isCreateSessionpublic boolean isCreateSession() 
 - 
setCreateSessionpublic void setCreateSession(boolean createSession) 
 - 
getReconnectTicketpublic UUID getReconnectTicket() 
 - 
setReconnectTicketpublic void setReconnectTicket(UUID reconnectTicket) 
 
- 
 
-