public static class NioEndpoint.PollerEvent extends Object
Constructor and Description |
---|
PollerEvent(NioChannel ch,
int intOps) |
Modifier and Type | Method and Description |
---|---|
int |
getInterestOps() |
NioChannel |
getSocket() |
void |
reset() |
void |
reset(NioChannel ch,
int intOps) |
String |
toString() |
public PollerEvent(NioChannel ch, int intOps)
public void reset(NioChannel ch, int intOps)
public NioChannel getSocket()
public int getInterestOps()
public void reset()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.