org.apache.tomcat.util.net
public class NioEndpoint.PollerEvent extends java.lang.Object implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected int |
interestOps |
protected NioEndpoint.KeyAttachment |
key |
protected NioChannel |
socket |
| Constructor and Description |
|---|
NioEndpoint.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() |
java.lang.String |
toString() |
protected NioChannel socket
protected int interestOps
protected NioEndpoint.KeyAttachment key
public NioEndpoint.PollerEvent(NioChannel ch, NioEndpoint.KeyAttachment k, int intOps)
public void reset(NioChannel ch, NioEndpoint.KeyAttachment k, int intOps)
public void reset()
public void run()
run in interface java.lang.Runnablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.