Package | Description |
---|---|
cn.hutool.socket.nio |
NIO相关封装
|
Modifier and Type | Method and Description |
---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
NioUtil.registerChannel(Selector selector,
SelectableChannel channel,
Operation ops)
注册通道的指定操作到指定Selector上
|
Copyright © 2024. All rights reserved.