| Interface | Description |
|---|---|
| ConnectorFactory |
Interface that defines the necessary methods for being a connection listener
within winstone.
|
| Class | Description |
|---|---|
| AbstractSecuredConnectorFactory | |
| Ajp13ConnectorFactory |
Implements the main listener daemon thread.
|
| HostConfiguration |
Manages the references to individual webapps within the container.
|
| HostGroup |
Manages the references to individual hosts within the container.
|
| Http2ConnectorFactory |
This class add the HTTP/2 Listener This is the class that gets launched
by the command line, and owns the server socket, etc.
|
| 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 © 2004–2020. All rights reserved.