| Interface | Description |
|---|---|
| IRequestHandler |
Interface for handling a client request.
|
| ISessionLifecycle |
Allows the implementer to receive notifications of session lifecycle events.
|
| ISessionListener |
Allows the implementer to receive notifications about session activity.
|
| Class | Description |
|---|---|
| InitRequestHandler |
Handler for an initialization request.
|
| Session |
Container for core resources for a single client session (i.e., web socket connection).
|
| Sessions |
Keeps track of active sessions.
|
| WebSocketConfiguration |
Configurer for the web socket connection.
|
| WebSocketHandler |
Handler for all web socket communications.
|
| Exception | Description |
|---|---|
| SessionInitException |
Exception occurring during session initialization.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.