org.apache.tomcat.util.net
public class NioEndpoint.PollerEvent extends Object implements Runnable
Field Summary | |
---|---|
protected int | interestOps |
protected NioEndpoint.KeyAttachment | key |
protected NioChannel | socket |
Constructor Summary | |
---|---|
PollerEvent(NioChannel ch, NioEndpoint.KeyAttachment k, int intOps) |
Method Summary | |
---|---|
void | reset(NioChannel ch, NioEndpoint.KeyAttachment k, int intOps) |
void | reset() |
void | run() |
String | toString() |