Interface | Description |
---|---|
ConnectorFactory |
Interface that defines the necessary methods for being a connection listener
within winstone.
|
Class | Description |
---|---|
BoundedExecutorService |
Wraps
Executor so that we only ask the wrapped Executor to execute N number of tasks
at any given time. |
HostConfiguration |
Manages the references to individual webapps within the container.
|
HostGroup |
Manages the references to individual hosts within the container.
|
HttpConnectorFactory |
Implements the main listener daemon thread.
|
HttpsConnectorFactory |
Implements the main listener daemon thread.
|
Launcher |
Implements the main launcher daemon thread.
|
Logger |
A utility class for logging event and status messages.
|
ShutdownHook |
A jvm hook to force the calling of the web-app destroy before the process terminates
|
WinstoneResourceBundle |
A ResourceBundle that includes the ability to do string replacement on the
resources it retrieves.
|
WinstoneSession |
Expose the property to remain compatible with Winstone 1.0
|
Exception | Description |
---|---|
WinstoneException |
Master exception within the servlet container.
|
Copyright © 2015. All rights reserved.