public final class ChangeRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CHANGEOPS |
static int |
CLOSE |
static int |
CONNECT |
static int |
REGISTER |
| Modifier | Constructor and Description |
|---|---|
protected |
ChangeRequest(AbstractSelectableChannel socketChannel,
AssociationImpl association,
int type,
int ops) |
protected |
ChangeRequest(AssociationImpl association,
int type,
long executionTime) |
| Modifier and Type | Method and Description |
|---|---|
protected AssociationImpl |
getAssociation() |
protected long |
getExecutionTime() |
protected int |
getOps() |
protected AbstractSelectableChannel |
getSocketChannel() |
protected int |
getType() |
public static final int REGISTER
public static final int CHANGEOPS
public static final int CONNECT
public static final int CLOSE
protected ChangeRequest(AbstractSelectableChannel socketChannel, AssociationImpl association, int type, int ops)
protected ChangeRequest(AssociationImpl association, int type, long executionTime)
protected int getType()
protected int getOps()
protected AbstractSelectableChannel getSocketChannel()
protected AssociationImpl getAssociation()
protected long getExecutionTime()
Copyright © 2016. All Rights Reserved.