Package | Description |
---|---|
net.ymate.platform.serv.nio |
Modifier and Type | Method and Description |
---|---|
INioSession.Status |
INioSession.status()
获取当前会话状态
|
INioSession.Status |
AbstractNioSession.status() |
static INioSession.Status |
INioSession.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static INioSession.Status[] |
INioSession.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
INioSession.status(INioSession.Status status)
设置当前会话状态
|
void |
AbstractNioSession.status(INioSession.Status status) |
Copyright © 2022. All rights reserved.