Uses of Class
sunlabs.brazil.server.Server
Packages that use Server
Package
Description
-
Uses of Server in sunlabs.brazil.asterisk
Methods in sunlabs.brazil.asterisk with parameters of type Server -
Uses of Server in sunlabs.brazil.filter
Methods in sunlabs.brazil.filter with parameters of type ServerModifier and TypeMethodDescriptionbooleanbooleanbooleanStart the handler and filter classes.booleanMake sure MD5 is available in this VM, or don't start.booleanbooleanbooleanbooleanbooleanbooleanboolean -
Uses of Server in sunlabs.brazil.handler
Methods in sunlabs.brazil.handler that return ServerMethods in sunlabs.brazil.handler with parameters of type ServerModifier and TypeMethodDescriptionprotected ServerSee if the server needs to be restarted.booleanbooleanInitializes this handler.booleanOne time initialization.booleanbooleanset up the Unix user and group.booleanMake sure default properties exist before starting this handler, or that "match" is specified".booleanbooleanRemember our prefix in the properties table.booleanRemember the server for deferred initialization.booleanDo one time initialization.booleanbooleanGet the url prefix for this handler.booleanInitializes thisDynamicConfigHandlerby loading the initial handler.booleanDo one-time setup.booleanGet and set the configuration parameters.booleanbooleanInitializes the servers for the virtual hosts.booleanInitialize this handler.booleanExtract the handler properties.booleanSet up the initial configuration, and kick off a thread to periodically fetch the url.booleanbooleanbooleanStart up the authentication handler.booleanbooleanInitialize the handler.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanSet up all of the handlers - Secure Token Services for authentication - MultiProxyHandler for dispatching to hostsbooleanbooleanbooleanstatic voidSMTPHandler.smtp(String fromHost, String smtpHost, String from, String to, String body, StringMap headers, Server server) -
Uses of Server in sunlabs.brazil.properties
Methods in sunlabs.brazil.properties with parameters of type Server -
Uses of Server in sunlabs.brazil.proxy
Methods in sunlabs.brazil.proxy with parameters of type ServerModifier and TypeMethodDescriptionbooleanbooleanInitializes this filter by reading all its configuration properties.booleanbooleanDo one-time setup.booleanCalled when theServeris being initialized to install this object as theSocketFactoryfor theHttpRequest. -
Uses of Server in sunlabs.brazil.server
Fields in sunlabs.brazil.server declared as ServerMethods in sunlabs.brazil.server with parameters of type ServerModifier and TypeMethodDescriptionbooleanInitializes thisChainHandlerby initializing all the "wrapped" handlers in the list of handlers.booleanInitialize the file handler.booleanInitializes the handler.static HandlerChainHandler.initHandler(Server server, String prefix, String name) Helper function that allocates and initializes a newHandler, given its name.static ObjectMain.initObject(Server server, String name) Constructors in sunlabs.brazil.server with parameters of type Server -
Uses of Server in sunlabs.brazil.session
Methods in sunlabs.brazil.session with parameters of type Server -
Uses of Server in sunlabs.brazil.sunlabs
Methods in sunlabs.brazil.sunlabs with parameters of type Server -
Uses of Server in sunlabs.brazil.template
Fields in sunlabs.brazil.template declared as ServerModifier and TypeFieldDescriptionRewriteContext.serverThe server object, as passed to a handler's init method.Methods in sunlabs.brazil.template with parameters of type ServerModifier and TypeMethodDescriptionbooleanbooleanGet the 2 SessionManager keys, "sessionTable" and "session" (SessionID).booleanConstructors in sunlabs.brazil.template with parameters of type ServerModifierConstructorDescriptionRewriteContext(Server server, String prefix, Request request, String content, String sessionId, TemplateRunner runner, Vector templates) TemplateRunner(Server server, String prefix, String names) Process an HTML template with a template processing class.