Uses of Class
ch.autumo.beetroot.server.action.Download
Packages that use Download
Package
Description
Server implementations.
Communication components to exchange data and files between the client and server.
Dispatcher interfaces for creating your own distributed dispatchers (modules) for the beetRoot client-server framework.
File storage implementations.
-
Uses of Download in ch.autumo.beetroot.server
Methods in ch.autumo.beetroot.server that return DownloadModifier and TypeMethodDescriptionprotected DownloadInternal find-file method if no file-storage has been configuredFileServer.processServerCommand(ServerCommand command) This method is called when a server command has been received.Methods in ch.autumo.beetroot.server with parameters of type DownloadModifier and TypeMethodDescriptionvoidFileServer.addToDownloadQueue(Download download) Queue download for client that requested a file. -
Uses of Download in ch.autumo.beetroot.server.communication
Methods in ch.autumo.beetroot.server.communication with parameters of type DownloadModifier and TypeMethodDescriptionstatic voidFileTransfer.writeFile(Download download, DataOutputStream output) Write/send file from server to client. -
Uses of Download in ch.autumo.beetroot.server.modules
Methods in ch.autumo.beetroot.server.modules that return Download -
Uses of Download in ch.autumo.beetroot.server.modules.file
Methods in ch.autumo.beetroot.server.modules.file that return Download