| Interface | Description |
|---|---|
| SecureTicketCodec<T> |
Encode/decode a secure ticket from/to
H.Session, or part of the session info |
| Class | Description |
|---|---|
| DefaultSecureTicketCodec |
Default implementation of
SecureTicketCodec. |
| FullMessageBinder | |
| SecureTicketCodec.Base<T> | |
| SecureTicketHandler |
This request handler is responsible for generating a secure ticket which can be used to authenticate a user.
|
| StringSecureTicketCodec |
Implement
SecureTicketCodec on String typed ticket |
| UsernameSecureTicketCodec | |
| WebSocketAdminConsole | |
| WebSocketCloseEvent | |
| WebSocketConnectEvent | |
| WebSocketConnectionManager |
Manage
WebSocketConnection through WebSocketConnectionRegistry |
| WebSocketConnectionRegistry |
Organize websocket connection by string typed keys.
|
| WebSocketContext | |
| WebSocketEventBase |
| Exception | Description |
|---|---|
| SecureTicketException |
Triggered when there are any issue found in secure ticket
|
| Annotation Type | Description |
|---|---|
| WsEndpoint |
Mark a class as websocket connection endpoint.
|
Copyright © 2014–2017 ActFramework. All rights reserved.