Package | Description |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
Modifier and Type | Method and Description |
---|---|
static LinuxSocket |
LinuxSocket.newSocketDgram() |
static LinuxSocket |
LinuxSocket.newSocketDgram(boolean ipv6) |
static LinuxSocket |
LinuxSocket.newSocketDgram(InternetProtocolFamily family) |
static LinuxSocket |
LinuxSocket.newSocketDomain() |
static LinuxSocket |
LinuxSocket.newSocketDomainDgram() |
static LinuxSocket |
LinuxSocket.newSocketStream() |
static LinuxSocket |
LinuxSocket.newSocketStream(boolean ipv6) |
static LinuxSocket |
LinuxSocket.newSocketStream(InternetProtocolFamily protocol) |
Constructor and Description |
---|
AbstractEpollStreamChannel(LinuxSocket fd,
boolean active) |
EpollDomainSocketChannel(Channel parent,
LinuxSocket fd) |
Copyright © 2008–2022 The Netty Project. All rights reserved.