软件包 | 描述 |
---|---|
io.netty.channel.epoll |
为使用
EPOLL Edge-Triggered Mode实现最高性能的Linux优化传输。
|
Modifier and Type | Class and Description |
---|---|
class |
EpollDomainSocketChannel |
class |
EpollSocketChannel
SocketChannel 使用linux EPOLL Edge-Triggered Mode实现最高性能。
|
Modifier and Type | Method and Description |
---|---|
ChannelFuture |
AbstractEpollStreamChannel.spliceTo(AbstractEpollStreamChannel ch, int len)
|
ChannelFuture |
AbstractEpollStreamChannel.spliceTo(AbstractEpollStreamChannel ch, int len, ChannelPromise promise)
|
Copyright © 2008–2018 The Netty Project. All rights reserved.