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 | 
|---|
| NioEndpoint.PollerEvent(NioChannel ch,
                       NioEndpoint.KeyAttachment k,
                       int intOps) | 
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()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.