Package | Description |
---|---|
winstone | |
winstone.accesslog | |
winstone.cluster |
Modifier and Type | Field and Description |
---|---|
protected WebAppConfiguration |
WinstoneRequest.webappConfig |
Modifier and Type | Method and Description |
---|---|
WebAppConfiguration |
HostConfiguration.getWebAppBySessionKey(java.lang.String sessionKey) |
WebAppConfiguration |
HostConfiguration.getWebAppByURI(java.lang.String uri) |
WebAppConfiguration |
WinstoneRequest.getWebAppConfig() |
protected WebAppConfiguration |
HostConfiguration.initWebApp(java.lang.String prefix,
java.io.File webRoot,
java.lang.String contextName) |
Modifier and Type | Method and Description |
---|---|
void |
WinstoneSession.activate(WebAppConfiguration webAppConfig)
Called after the session has been deserialized from another server.
|
WinstoneSession |
Cluster.askClusterForSession(java.lang.String sessionId,
WebAppConfiguration webAppConfig)
Check if the other nodes in this cluster have a session for this
sessionId.
|
static java.io.File |
WinstoneSession.getSessionTempDir(WebAppConfiguration webAppConfig) |
static void |
WinstoneSession.loadSessions(WebAppConfiguration webAppConfig) |
void |
WinstoneRequest.setWebAppConfig(WebAppConfiguration webappConfig) |
void |
WinstoneResponse.setWebAppConfig(WebAppConfiguration webAppConfig) |
void |
WinstoneSession.setWebAppConfiguration(WebAppConfiguration webAppConfig) |
protected void |
RequestHandlerThread.writeToAccessLog(java.lang.String originalURL,
WinstoneRequest request,
WinstoneResponse response,
WebAppConfiguration webAppConfig) |
Constructor and Description |
---|
RequestDispatcher(WebAppConfiguration webAppConfig,
ServletConfiguration servletConfig)
Constructor.
|
ServletConfiguration(WebAppConfiguration webAppConfig) |
ServletConfiguration(WebAppConfiguration webAppConfig,
org.w3c.dom.Node elm) |
ServletConfiguration(WebAppConfiguration webAppConfig,
java.lang.String servletName,
java.lang.String className,
java.util.Map initParams,
int loadOnStartup) |
Constructor and Description |
---|
SimpleAccessLogger(WebAppConfiguration webAppConfig,
java.util.Map startupArgs) |
Modifier and Type | Method and Description |
---|---|
WinstoneSession |
SimpleCluster.askClusterForSession(java.lang.String sessionId,
WebAppConfiguration webAppConfig)
Check if the other nodes in this cluster have a session for this
sessionId.
|
Copyright © 2013. All Rights Reserved.