Uses of Class
ch.autumo.beetroot.server.message.ClientAnswer
Packages that use ClientAnswer
Package
Description
Main classes for the beetRoot framework, web server and servlet (when running in a web-container).
Server implementations.
Communication components to exchange data and files between the client and server.
Requests/Responses for the file communication component.
Messages for the data communication component.
Dispatcher interfaces for creating your own distributed dispatchers (modules) for the beetRoot client-server framework.
Log module/dispatcher with remote and local dispatcher implementations.
-
Uses of ClientAnswer in ch.autumo.beetroot
Methods in ch.autumo.beetroot with parameters of type ClientAnswerModifier and TypeMethodDescriptionstatic org.nanohttpd.protocols.http.response.ResponseBeetRootWebServer.serverCommandResponse(BeetRootHTTPSession session, ClientAnswer answer) -
Uses of ClientAnswer in ch.autumo.beetroot.server
Methods in ch.autumo.beetroot.server that return ClientAnswerModifier and TypeMethodDescriptionBaseServer.processServerCommand(ServerCommand command) This method is called when a server command has been received. -
Uses of ClientAnswer in ch.autumo.beetroot.server.communication
Methods in ch.autumo.beetroot.server.communication that return ClientAnswerModifier and TypeMethodDescriptionstatic ClientAnswerClientCommunicator.readAnswer(DataInputStream in) Read an answer from the server client side.static ClientAnswerClientFileTransfer.readAnswer(DataInputStream in) Read a file answer from the server client side when it received a file.static ClientAnswerSend a file client side - a file store must be available server side.static ClientAnswerSend a file client side - a file store must be available server side.static ClientAnswerClientCommunicator.sendServerCommand(ServerCommand command) Send a server command client side.Methods in ch.autumo.beetroot.server.communication with parameters of type ClientAnswerModifier and TypeMethodDescriptionstatic voidCommunicator.writeAnswer(ClientAnswer answer, DataOutputStream out) Write/send client answer from server to client. -
Uses of ClientAnswer in ch.autumo.beetroot.server.message
Subclasses of ClientAnswer in ch.autumo.beetroot.server.messageModifier and TypeClassDescriptionclassHealth answer - only server-side internally used as a marker class.classStop answer - only server-side internally used as a marker class.Methods in ch.autumo.beetroot.server.message that return ClientAnswerModifier and TypeMethodDescriptionstatic ClientAnswerCreate a new client answer out of transfer string.static ClientAnswerCreate a new client answer out of JSON transfer string. -
Uses of ClientAnswer in ch.autumo.beetroot.server.message.file
Subclasses of ClientAnswer in ch.autumo.beetroot.server.message.fileModifier and TypeClassDescriptionclassFile answer: only used when the server received a file from client! -
Uses of ClientAnswer in ch.autumo.beetroot.server.modules
Methods in ch.autumo.beetroot.server.modules that return ClientAnswerModifier and TypeMethodDescriptionDispatcher.dispatch(ServerCommand serverCommand) Dispatch server command and deliver an answer for the client. -
Uses of ClientAnswer in ch.autumo.beetroot.server.modules.log
Methods in ch.autumo.beetroot.server.modules.log that return ClientAnswerModifier and TypeMethodDescriptionLogDispatcher.dispatch(ServerCommand serverCommand) LocalLog.getLog()Log.getLog()Get server log.RemoteLog.getLog()