| Package | Description |
|---|---|
| com.asakusafw.windgate.core.session |
Provides WindGate session management.
|
| com.asakusafw.windgate.file.session |
Session implementation using the local file system.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionMirror.Null
A void implementation of
SessionMirror. |
| Modifier and Type | Method and Description |
|---|---|
abstract SessionMirror |
SessionProvider.create(String id)
Creates a new session and acquires the session with the specified session ID.
|
abstract SessionMirror |
SessionProvider.open(String id)
Opens and acquires a created session with the specified session ID.
|
| Modifier and Type | Method and Description |
|---|---|
SessionMirror |
FileSessionProvider.create(String id) |
SessionMirror |
FileSessionProvider.open(String id) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.