| Package | Description |
|---|---|
| io.scalecube.socketio | |
| io.scalecube.socketio.session |
| Modifier and Type | Method and Description |
|---|---|
Session.State |
Session.getState()
Returns session state (see
Session.State). |
static Session.State |
Session.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.State[] |
Session.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Session.State |
AbstractSession.getState() |
protected Session.State |
AbstractSession.setState(Session.State state) |
| Modifier and Type | Method and Description |
|---|---|
protected Session.State |
AbstractSession.setState(Session.State state) |
Copyright © 2012–2016. All rights reserved.