| Package | Description |
|---|---|
| io.nadron.app.impl | |
| io.nadron.handlers.netty | |
| io.nadron.service.impl |
| Modifier and Type | Field and Description |
|---|---|
protected static UniqueIDGeneratorService |
DefaultSession.SessionBuilder.ID_GENERATOR_SERVICE
Used to set a unique id on the incoming sessions to this room.
|
| Modifier and Type | Field and Description |
|---|---|
protected UniqueIDGeneratorService |
WebSocketLoginHandler.idGeneratorService |
protected UniqueIDGeneratorService |
LoginHandler.idGeneratorService |
| Modifier and Type | Method and Description |
|---|---|
UniqueIDGeneratorService |
WebSocketLoginHandler.getIdGeneratorService() |
UniqueIDGeneratorService |
LoginHandler.getIdGeneratorService() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketLoginHandler.setIdGeneratorService(UniqueIDGeneratorService idGeneratorService) |
void |
LoginHandler.setIdGeneratorService(UniqueIDGeneratorService idGeneratorService) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleUniqueIdGenerator
Uses an atomic long to increment and provide a unique id.
|
Copyright © 2013. All Rights Reserved.