| Package | Description |
|---|---|
| com.smartfoxserver.bitswarm.sessions |
| Modifier and Type | Method and Description |
|---|---|
SessionType |
Session.getType() |
SessionType |
ISession.getType()
Get the Session type
|
static SessionType |
SessionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionType[] |
SessionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setType(SessionType type) |
void |
ISession.setType(SessionType type) |