Package io.netty.channel.kqueue
Class KQueueEventLoop.KQueueRegistration
- java.lang.Object
-
- io.netty.channel.kqueue.KQueueEventLoop.KQueueRegistration
-
- Enclosing class:
- KQueueEventLoop
final class KQueueEventLoop.KQueueRegistration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private AbstractKQueueChannel
channel
private long
id
private boolean
removed
-
Constructor Summary
Constructors Constructor Description KQueueRegistration(AbstractKQueueChannel channel, long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
evSet(short filter, short flags, int fflags, long data)
(package private) void
remove()
-
-
-
Field Detail
-
channel
private final AbstractKQueueChannel channel
-
id
private final long id
-
removed
private boolean removed
-
-
Constructor Detail
-
KQueueRegistration
KQueueRegistration(AbstractKQueueChannel channel, long id)
-
-