public static class NioEndpoint.PollerEvent
extends java.lang.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) |
java.lang.String |
toString() |
public PollerEvent(NioChannel ch, int intOps)
public void reset(NioChannel ch, int intOps)
public NioChannel getSocket()
public int getInterestOps()
public void reset()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.