Package marauroa.common.net.message
Class MessageS2CCreateAccountACK
java.lang.Object
marauroa.common.net.message.Message
marauroa.common.net.message.MessageS2CCreateAccountACK
- All Implemented Interfaces:
Serializable
This message indicate the client that the server has accepted its create
account Message
- See Also:
Message
-
Nested Class Summary
Nested classes/interfaces inherited from class marauroa.common.net.message.Message
Message.MessageType
-
Field Summary
Fields inherited from class marauroa.common.net.message.Message
channel, clientid, CLIENTID_INVALID, protocolVersion, timestampMessage, type
-
Constructor Summary
ConstructorDescriptionConstructor for allowing creation of an empty messageMessageS2CCreateAccountACK(Channel source, String username)
Constructor with a TCP/IP source/destination of the message and the confirmed username -
Method Summary
Modifier and TypeMethodDescriptionReturns the username created by the server.void
Serialize the object from an ObjectInputtoString()
This method returns a String that represent the objectvoid
writeObject(OutputSerializer out)
Serialize the object into an ObjectOutputvoid
writeToJson(StringBuilder out)
Serialize the object to jsonMethods inherited from class marauroa.common.net.message.Message
getAddress, getChannel, getClientID, getMessageTimestamp, getProtocolVersion, getType, internalToString, isPerception, isSkippable, readFromMap, requiresPerception, setChannel, setClientID, setProtocolVersion
-
Constructor Details
-
MessageS2CCreateAccountACK
public MessageS2CCreateAccountACK()Constructor for allowing creation of an empty message -
MessageS2CCreateAccountACK
Constructor with a TCP/IP source/destination of the message and the confirmed username- Parameters:
source
- The TCP/IP address associated to this messageusername
- The confirmed username from server.
-
-
Method Details
-
getUsername
Returns the username created by the server.- Returns:
- the username created by the server.
-
toString
This method returns a String that represent the object -
writeObject
Description copied from class:Message
Serialize the object into an ObjectOutput- Specified by:
writeObject
in interfaceSerializable
- Overrides:
writeObject
in classMessage
- Parameters:
out
- the output serializer.- Throws:
IOException
- if the serializations fails
-
readObject
Description copied from class:Message
Serialize the object from an ObjectInput- Specified by:
readObject
in interfaceSerializable
- Overrides:
readObject
in classMessage
- Parameters:
in
- the input serializer- Throws:
IOException
- if the serializations fails
-
writeToJson
Description copied from class:Message
Serialize the object to json- Overrides:
writeToJson
in classMessage
- Parameters:
out
- output buffer
-