Uses of Enum Class
za.co.wethinkcode.robots.shared.InternalResponseCode
Packages that use InternalResponseCode
Package
Description
This package encapsulates the behavior of all commands sent by a client to be executed on the server
Their unevaluated and evaluated versions are contained here.
This package contains classes that encapsulate internal server error handling
This package contains the functionality of all server specific commands
This package contains all classes shared between the server and client binary
It primarily contains enums and interfaces
-
Uses of InternalResponseCode in za.co.wethinkcode.robots.server.clientCommands
Methods in za.co.wethinkcode.robots.server.clientCommands that return InternalResponseCodeModifier and TypeMethodDescriptionLaunchClientCommand.LaunchCommandResult.getInternalResponseCode()Explicitly forces Command Results to return a responseCodeLookClientCommand.LookClientCommandResult.getInternalResponseCode()Explicitly forces Command Results to return a responseCodeStateClientCommand.StateCommandResult.getInternalResponseCode()Explicitly forces Command Results to return a responseCodeConstructors in za.co.wethinkcode.robots.server.clientCommands with parameters of type InternalResponseCodeModifierConstructorDescriptionLaunchCommandResult(InternalResponseCode responseCode, Exception error) LaunchCommandResult(InternalResponseCode response, ServerRobot robot, WorldState worldState, Position spawn) -
Uses of InternalResponseCode in za.co.wethinkcode.robots.server.errors
Methods in za.co.wethinkcode.robots.server.errors that return InternalResponseCodeModifier and TypeMethodDescriptionErrorCommandResult.getInternalResponseCode()Explicitly forces Command Results to return a responseCodeMethods in za.co.wethinkcode.robots.server.errors with parameters of type InternalResponseCodeModifier and TypeMethodDescriptionErrorResponseBuilder.build(InternalResponseCode internalResponseCode) Quick builder to build based a ServerResponse based on an InternalResponseCodeErrorResponseBuilder.setInternalResponseCode(InternalResponseCode internalResponseCode) Setter for the internal response codeConstructors in za.co.wethinkcode.robots.server.errors with parameters of type InternalResponseCodeModifierConstructorDescriptionErrorCommandResult(InternalResponseCode responseCode, ImplementedClientCommands clientCommandSource, String message) Constructor for Error Command Result from an internal response code, source and message -
Uses of InternalResponseCode in za.co.wethinkcode.robots.server.serverCommands
Methods in za.co.wethinkcode.robots.server.serverCommands that return InternalResponseCodeModifier and TypeMethodDescriptionDumpCommandResult.getInternalResponseCode()Explicitly forces Command Results to return a responseCodeRobotsCommand.RobotsCommandResult.getInternalResponseCode()Explicitly forces Command Results to return a responseCodeConstructors in za.co.wethinkcode.robots.server.serverCommands with parameters of type InternalResponseCodeModifierConstructorDescriptionDumpCommandResult(Map<String, Argument> args, WorldState worldState, InternalResponseCode internalResponseCode) Standard Constructor for Dump Command Result