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 TypeMethodDescriptionboolean
boolean
boolean
Start the handler and filter classes.boolean
Make sure MD5 is available in this VM, or don't start.boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
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 Server
See if the server needs to be restarted.boolean
boolean
Initializes this handler.boolean
One time initialization.boolean
boolean
set up the Unix user and group.boolean
Make sure default properties exist before starting this handler, or that "match" is specified".boolean
boolean
Remember our prefix in the properties table.boolean
Remember the server for deferred initialization.boolean
Do one time initialization.boolean
boolean
Get the url prefix for this handler.boolean
Initializes thisDynamicConfigHandler
by loading the initial handler.boolean
Do one-time setup.boolean
Get and set the configuration parameters.boolean
boolean
Initializes the servers for the virtual hosts.boolean
Initialize this handler.boolean
Extract the handler properties.boolean
Set up the initial configuration, and kick off a thread to periodically fetch the url.boolean
boolean
boolean
Start up the authentication handler.boolean
boolean
Initialize the handler.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Set up all of the handlers - Secure Token Services for authentication - MultiProxyHandler for dispatching to hostsboolean
boolean
boolean
static void
SMTPHandler.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 TypeMethodDescriptionboolean
boolean
Initializes this filter by reading all its configuration properties.boolean
boolean
Do one-time setup.boolean
Called when theServer
is being initialized to install this object as theSocketFactory
for 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 TypeMethodDescriptionboolean
Initializes thisChainHandler
by initializing all the "wrapped" handlers in the list of handlers.boolean
Initialize the file handler.boolean
Initializes the handler.static Handler
ChainHandler.initHandler
(Server server, String prefix, String name) Helper function that allocates and initializes a newHandler
, given its name.static Object
Main.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.server
The server object, as passed to a handler's init method.Methods in sunlabs.brazil.template with parameters of type ServerModifier and TypeMethodDescriptionboolean
boolean
Get the 2 SessionManager keys, "sessionTable" and "session" (SessionID).boolean
Constructors 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.