public class PendingChange
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CHANGEOPS |
static int |
REGISTER |
Constructor and Description |
---|
PendingChange(java.nio.channels.SocketChannel channel,
int type,
int ops) |
Modifier and Type | Method and Description |
---|---|
java.nio.channels.SocketChannel |
getChannel() |
int |
getOps() |
int |
getType() |
public static final int REGISTER
public static final int CHANGEOPS