| Package | Description |
|---|---|
| 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.
|
| io.netty.channel.unix.tests |
Unix specific transport tests.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
LinuxSocket
A socket which provides access Linux native methods.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static boolean |
AbstractEpollChannel.isSoErrorZero(Socket fd) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BsdSocket
A socket which provides access BSD native methods.
|
| Modifier and Type | Method and Description |
|---|---|
static Socket |
Socket.newSocketDgram() |
static Socket |
Socket.newSocketDomain() |
static Socket |
Socket.newSocketStream() |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketTest<T extends Socket> |
| Modifier and Type | Field and Description |
|---|---|
protected T |
SocketTest.socket |