Package | Description |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.channel.unix |
Unix specific transport.
|
Modifier and Type | Class and Description |
---|---|
class |
LinuxSocket
A socket which provides access Linux native methods.
|
Modifier and Type | Method and Description |
---|---|
static Socket |
Socket.newSocketDgram() |
static Socket |
Socket.newSocketDomain() |
static Socket |
Socket.newSocketDomainDgram() |
static Socket |
Socket.newSocketStream() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
Socket.useIpv6(Socket socket,
InetAddress address)
Returns
true if the given socket and address combination should use IPv6 internally,
false otherwise. |
Copyright © 2008–2024 The Netty Project. All rights reserved.