public static class NioEndpoint.PollerEvent extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected int |
interestOps |
protected NioEndpoint.KeyAttachment |
key |
protected NioChannel |
socket |
Constructor and Description |
---|
PollerEvent(NioChannel ch,
NioEndpoint.KeyAttachment k,
int intOps) |
Modifier and Type | Method and Description |
---|---|
void |
reset() |
void |
reset(NioChannel ch,
NioEndpoint.KeyAttachment k,
int intOps) |
void |
run() |
String |
toString() |
protected NioChannel socket
protected int interestOps
protected NioEndpoint.KeyAttachment key
public PollerEvent(NioChannel ch, NioEndpoint.KeyAttachment k, int intOps)
public void reset(NioChannel ch, NioEndpoint.KeyAttachment k, int intOps)
public void reset()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.