Uses of Class
marauroa.common.net.InvalidVersionException
Packages that use 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
Methods in games.stendhal.client that throw InvalidVersionException -
Uses of InvalidVersionException in marauroa.client
Methods in marauroa.client that throw InvalidVersionExceptionModifier and TypeMethodDescriptionbooleanClientFramework.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.voidLogin to server using the given username and password.voidLogin to server using the given username and password.voidClientFramework.loginWithToken(String username, String tokenType, String token)Login to server using the given username and password.booleanClientFramework.logout()Request logout of server -
Uses of InvalidVersionException in marauroa.client.net
Methods in marauroa.client.net that throw InvalidVersionExceptionModifier 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
Methods in marauroa.common.net that throw InvalidVersionExceptionModifier 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
Methods in marauroa.tools.protocolanalyser that throw InvalidVersionExceptionModifier and TypeMethodDescriptionvoidProtocolAnalyser.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 voidreads a network dump file and prints the packages, their content and the way how Marauroa parses the data.