public final class KQueueIoEvent extends Object implements io.netty.channel.IoEvent
IoEvent to use with KQueueIoHandler.| Modifier and Type | Method and Description |
|---|---|
long |
data()
Returns filter-specific data.
|
int |
fflags()
Returns filter-specific flags.
|
short |
filter()
Returns the filter for this event.
|
short |
flags()
Returns the general flags.
|
int |
ident()
Returns the identifier for this event.
|
static KQueueIoEvent |
newEvent(int ident,
short filter,
short flags,
int fflags)
Creates a new
KQueueIoEvent. |
String |
toString() |
public static KQueueIoEvent newEvent(int ident, short filter, short flags, int fflags)
KQueueIoEvent.ident - the identifier for this event.filter - the filter for this event.flags - the general flags.fflags - filter-specific flags.KQueueIoEvent.public int ident()
public short filter()
public short flags()
public int fflags()
public long data()
Copyright © 2008–2024 The Netty Project. All rights reserved.