Uses of Interface
za.co.wethinkcode.robots.shared.ServerResponse
Packages that use ServerResponse
Package
Description
All classes and subpackages in this package are used by the client binary.
This package contains classes that encapsulate internal server error handling
This package contains all the responses that the server gives back to the client
-
Uses of ServerResponse in za.co.wethinkcode.robots.client
Classes in za.co.wethinkcode.robots.client that implement ServerResponseModifier and TypeClassDescriptionclassPrimarily utility response to instantiate server responses on the client side.Methods in za.co.wethinkcode.robots.client that return ServerResponseModifier and TypeMethodDescriptionClientState.parseRoundTrip(ClientCommandRequest request, String response, com.fasterxml.jackson.databind.ObjectMapper map) Parse a client request response roundtripClientState.RequestRoundTrip.response()Returns the value of theresponserecord component.Methods in za.co.wethinkcode.robots.client with parameters of type ServerResponseModifier and TypeMethodDescriptionbooleanClientState.addRobot(ServerResponse response, ClientRobot robot) add a bot to the client memory and return true if it was addedClientState.addToClientMemory(ClientCommandRequest request, ServerResponse response) Add a roundTrip of request and response to the client's memoryvoidClientState.changeState(ClientCommandRequest request, ServerResponse response) Constructors in za.co.wethinkcode.robots.client with parameters of type ServerResponseModifierConstructorDescriptionRequestRoundTrip(ClientCommandRequest request, ServerResponse response) Creates an instance of aRequestRoundTriprecord class. -
Uses of ServerResponse in za.co.wethinkcode.robots.server.errors
Methods in za.co.wethinkcode.robots.server.errors that return ServerResponseModifier and TypeMethodDescriptionErrorResponseBuilder.build()Build in place the server response from this errorErrorResponseBuilder.build(InternalResponseCode internalResponseCode) Quick builder to build based a ServerResponse based on an InternalResponseCode -
Uses of ServerResponse in za.co.wethinkcode.robots.server.serverResponse
Classes in za.co.wethinkcode.robots.server.serverResponse that implement ServerResponseModifier and TypeClassDescriptionclassclassclassMethods in za.co.wethinkcode.robots.server.serverResponse that return ServerResponseModifier and TypeMethodDescriptionResponseBuilder.build()Build a new Server Response in placestatic @Nullable ServerResponseServerResponseFactory.create(ClientCommandResult commandResult) Create a Server Response based on how a CommandResult has been evaluated