| Modifier and Type | Field and Description |
|---|---|
Server.Client |
client |
static int |
FIXED_SIZE |
static int |
TIME_OFFSET |
Server.Command |
type |
| Constructor and Description |
|---|
Server.Request(Server.Command type,
Server.Client client) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.datatorrent.netlet.util.Slice |
getAddress() |
abstract int |
getEventCount() |
abstract int |
getIdleCount() |
static Server.Request |
getRequest(byte[] buffer,
int offset,
Server.Client client) |
String |
toString() |
public static final int FIXED_SIZE
public static final int TIME_OFFSET
public final Server.Command type
public final Server.Client client
public Server.Request(Server.Command type, Server.Client client)
public abstract com.datatorrent.netlet.util.Slice getAddress()
public abstract int getEventCount()
public abstract int getIdleCount()
public static Server.Request getRequest(byte[] buffer, int offset, Server.Client client)
Copyright © 2015-2017 Apache Software Foundation. All Rights Reserved.