| Interface | Description |
|---|---|
| CatalinaManager |
Enhances Tomcat's Manager interface, providing default implementations for deprecated methods and methods we currently ignore.
|
| CatalinaSession |
Provides default implementations of methods that can be derived or outright ignored.
|
| Class | Description |
|---|---|
| CatalinaSessionDestroyAction |
Defines an action to be performed prior to destruction of a session.
|
| CatalinaSessionExpirationListener |
Invokes following timeout of a session.
|
| DistributableManager |
Adapts a WildFly distributable SessionManager to Tomcat's Manager interface.
|
| DistributableSession |
Adapts a WildFly distributable Session to Tomcat's Session interface.
|
| HttpSessionAdapter |
Adapts a WildFly distributable Session to an HttpSession.
|
| IdentifierFactoryAdapter |
An identifier factory that uses Tomcat's SessionIdGenerator.
|
| LocalSessionContext |
Local (i.e.
|
| LocalSessionContextFactory |
Create a local (i.e.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.