程序包 | 说明 |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.channel.kqueue |
BSD specific transport.
|
io.netty.channel.unix |
Unix specific transport.
|
限定符和类型 | 类和说明 |
---|---|
class |
EpollChannelOption<T> |
限定符和类型 | 类和说明 |
---|---|
class |
KQueueChannelOption<T> |
限定符和类型 | 类和说明 |
---|---|
class |
GenericUnixChannelOption<T>
A generic socket option.
|
class |
IntegerUnixChannelOption
|
class |
RawUnixChannelOption
|