Package | Description |
---|---|
io.netty.channel.kqueue |
BSD specific transport.
|
Modifier and Type | Field and Description |
---|---|
(package private) BsdSocket |
AbstractKQueueChannel.socket |
Modifier and Type | Method and Description |
---|---|
static BsdSocket |
BsdSocket.newSocketDgram() |
static BsdSocket |
BsdSocket.newSocketDomain() |
static BsdSocket |
BsdSocket.newSocketStream() |
Modifier and Type | Method and Description |
---|---|
(package private) static boolean |
AbstractKQueueChannel.isSoErrorZero(BsdSocket fd) |
Constructor and Description |
---|
AbstractKQueueChannel(Channel parent,
BsdSocket fd,
boolean active) |
AbstractKQueueChannel(Channel parent,
BsdSocket fd,
boolean active,
boolean writeFilterEnabled) |
AbstractKQueueServerChannel(BsdSocket fd) |
AbstractKQueueServerChannel(BsdSocket fd,
boolean active) |
AbstractKQueueStreamChannel(BsdSocket fd) |
AbstractKQueueStreamChannel(Channel parent,
BsdSocket fd,
boolean active) |
KQueueDatagramChannel(BsdSocket socket,
boolean active) |
KQueueDomainSocketChannel(Channel parent,
BsdSocket fd) |
KQueueServerDomainSocketChannel(BsdSocket socket,
boolean active) |
KQueueServerSocketChannel(BsdSocket fd) |
KQueueServerSocketChannel(BsdSocket fd,
boolean active) |
KQueueSocketChannel(Channel parent,
BsdSocket fd,
java.net.InetSocketAddress remote) |