Uses of Class
marauroa.common.net.InvalidVersionException
Package
Description
the Stendhal Client.
This package contains the client framework that you need to extend to
implement a real client.
This package contains the client network interface.
This package stores all the serializers to build Messages from a stream of bytes and
from a Message create a stream of bytes representing it.
This packages analyses network dumps.
-
Uses of InvalidVersionException in games.stendhal.client
-
Uses of InvalidVersionException in marauroa.client
Modifier and TypeMethodDescriptionboolean
ClientFramework.chooseCharacter(String character)
After login allows you to choose a character to playClientFramework.createAccount(String username, String password, String email)
Request server to create an account on server.ClientFramework.createAccountWithToken(String username, String tokenType, String token)
Request server to create an account with token on server.ClientFramework.createCharacter(String character, RPObject template)
Request server to create a character on server.void
Login to server using the given username and password.void
Login to server using the given username and password.void
ClientFramework.loginWithToken(String username, String tokenType, String token)
Login to server using the given username and password.boolean
ClientFramework.logout()
Request logout of server -
Uses of InvalidVersionException in marauroa.client.net
Modifier and TypeMethodDescriptionINetworkClientManagerInterface.getMessage(int timeout)
This method returns a Message from the list or block for timeout milliseconds until a message is available or null if timeout happens.TCPNetworkClientManager.getMessage(int timeout)
-
Uses of InvalidVersionException in marauroa.common.net
Modifier and TypeMethodDescriptionDecodes a message from a stream of bytes received from channelMessageFactory.getMessage(byte[] data)
Returns a object of the right class from a stream of serialized data.MessageFactory.getMessage(byte[] data, int offset)
Returns a object of the right class from a stream of serialized data. -
Uses of InvalidVersionException in marauroa.tools.protocolanalyser
Modifier and TypeMethodDescriptionvoid
ProtocolAnalyser.dump(InputStream is, boolean dumpRawData)
reads a network dump file and prints the packages, their content and the way how Marauroa parses the data.static void
reads a network dump file and prints the packages, their content and the way how Marauroa parses the data.