public class OperationRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CHANGE_OPS |
DatagramChannel |
channel |
int |
operations |
static int |
REGISTER |
int |
requestType |
| Constructor and Description |
|---|
OperationRequest(DatagramChannel channel,
int type,
int operations) |
| Modifier and Type | Method and Description |
|---|---|
DatagramChannel |
getChannel() |
int |
getOperations() |
int |
getRequestType() |
public static final int REGISTER
public static final int CHANGE_OPS
public final DatagramChannel channel
public final int requestType
public final int operations
public OperationRequest(DatagramChannel channel, int type, int operations)
public int getRequestType()
public int getOperations()
public DatagramChannel getChannel()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.