Uses of Class
ch.autumo.beetroot.server.BaseServer
Packages that use BaseServer
Package
Description
Main classes for the beetRoot framework, web server and servlet (when running in a web-container).
Server implementations.
-
Uses of BaseServer in ch.autumo.beetroot
Methods in ch.autumo.beetroot with parameters of type BaseServerModifier and TypeMethodDescriptionvoidBeetRootWebServer.setBaseServer(BaseServer baseServer) Set base server. -
Uses of BaseServer in ch.autumo.beetroot.server
Subclasses of BaseServer in ch.autumo.beetroot.serverConstructors in ch.autumo.beetroot.server with parameters of type BaseServerModifierConstructorDescriptionFileServer(BaseServer baseServer, FileStorage fileStorage) The file server.