Package | Description |
---|---|
io.netty.channel.kqueue |
BSD specific transport.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKQueueServerChannel |
class |
AbstractKQueueStreamChannel |
class |
KQueueDatagramChannel |
class |
KQueueDomainSocketChannel |
class |
KQueueServerDomainSocketChannel |
class |
KQueueServerSocketChannel |
class |
KQueueSocketChannel |
Modifier and Type | Field and Description |
---|---|
protected AbstractKQueueChannel |
KQueueServerChannelConfig.channel |
(package private) AbstractKQueueChannel |
KQueueChannelConfig.channel |
Modifier and Type | Method and Description |
---|---|
(package private) AbstractKQueueChannel |
KQueueEventArray.channel(int index) |
private static AbstractKQueueChannel |
KQueueEventArray.getChannel(long keventAddress) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
KQueueEventLoop.evSet(AbstractKQueueChannel ch,
short filter,
short flags,
int fflags) |
(package private) void |
KQueueEventArray.evSet(AbstractKQueueChannel ch,
short filter,
short flags,
int fflags) |
private static void |
KQueueEventArray.evSet(long keventAddress,
AbstractKQueueChannel ch,
int ident,
short filter,
short flags,
int fflags) |
(package private) void |
KQueueEventLoop.remove(AbstractKQueueChannel ch) |
Constructor and Description |
---|
KQueueChannelConfig(AbstractKQueueChannel channel) |
KQueueDomainSocketChannelConfig(AbstractKQueueChannel channel) |
KQueueServerChannelConfig(AbstractKQueueChannel channel) |