See: Description
| Class | Description |
|---|---|
| GrizzlySession |
This extends the default session implementation, as the one provided by
grizzly (and required by it) doesn't actually do all the things we need it
to.
|
| GrizzlySessionLifecycleListener |
Container lifecycle listener for the session feature, which grabs an
instance of the server and replaces session management with our own
implementation.
|
| GrizzlySessionManager |
The grizzly session manager overrides the SessionManager from the grizzly
servlet container with itself, in order to provide a manager that is bound
to the Jersey2 injection context.
|
| GrizzlySessionManager.Binder |
HK2 Binder for our injector context.
|
Copyright © 2018 krotscheck.net. All rights reserved.