public final class ChangeRequest
extends java.lang.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(java.nio.channels.spi.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 java.nio.channels.spi.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(java.nio.channels.spi.AbstractSelectableChannel socketChannel,
AssociationImpl association,
int type,
int ops)
protected ChangeRequest(AssociationImpl association, int type, long executionTime)
protected int getType()
protected int getOps()
protected java.nio.channels.spi.AbstractSelectableChannel getSocketChannel()
protected AssociationImpl getAssociation()
protected long getExecutionTime()
Copyright © 2012. All Rights Reserved.