Uses of Enum Class
za.co.wethinkcode.robots.shared.ServerResponse.ServerResponseCode
Packages that use ServerResponse.ServerResponseCode
Package
Description
All classes and subpackages in this package are used by the client binary.
This package contains all the responses that the server gives back to the client
This package contains all classes shared between the server and client binary
It primarily contains enums and interfaces
-
Uses of ServerResponse.ServerResponseCode in za.co.wethinkcode.robots.client
Methods in za.co.wethinkcode.robots.client that return ServerResponse.ServerResponseCodeModifier and TypeMethodDescriptionClientSideServerResponse.getResult()public getter for a server's response to being given dataConstructors in za.co.wethinkcode.robots.client with parameters of type ServerResponse.ServerResponseCodeModifierConstructorDescriptionClientSideServerResponse(Map<String, Object> data, ServerResponse.ServerResponseCode result, RobotState state) Constructor for ClientSideServerResponse without state -
Uses of ServerResponse.ServerResponseCode in za.co.wethinkcode.robots.server.serverResponse
Fields in za.co.wethinkcode.robots.server.serverResponse declared as ServerResponse.ServerResponseCodeModifier and TypeFieldDescriptionprotected ServerResponse.ServerResponseCodeResponseBuilder.responseCodeMethods in za.co.wethinkcode.robots.server.serverResponse that return ServerResponse.ServerResponseCodeModifier and TypeMethodDescriptionLaunchCommandServerResponse.getResult()public getter for a server's response to being given dataLookCommandServerResponse.getResult()public getter for a server's response to being given dataStateServerResponse.getResult()public getter for a server's response to being given dataMethods in za.co.wethinkcode.robots.server.serverResponse with parameters of type ServerResponse.ServerResponseCodeModifier and TypeMethodDescriptionResponseBuilder.setResponseCode(ServerResponse.ServerResponseCode code) Setter for the response code of this server response