程序包 | 说明 |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.channel.unix |
Unix specific transport.
|
io.netty.channel.unix.tests |
Unix specific transport tests.
|
限定符和类型 | 类和说明 |
---|---|
class |
LinuxSocket
A socket which provides access Linux native methods.
|
限定符和类型 | 方法和说明 |
---|---|
static Socket |
Socket.newSocketDgram() |
static Socket |
Socket.newSocketDomain() |
static Socket |
Socket.newSocketDomainDgram() |
static Socket |
Socket.newSocketStream() |
限定符和类型 | 方法和说明 |
---|---|
protected static boolean |
Socket.useIpv6(Socket socket,
java.net.InetAddress address)
Returns
true if the given socket and address combination should use IPv6 internally,
false otherwise. |
限定符和类型 | 类和说明 |
---|---|
class |
SocketTest<T extends Socket> |
限定符和类型 | 字段和说明 |
---|---|
protected T |
SocketTest.socket |