public static enum RequestPacket.Keys extends java.lang.Enum<RequestPacket.Keys>
Enum Constant and Description |
---|
BATCH
Batched requests.
|
BC
Whether to broadcast.
|
CA
Client socket address.
|
CT
Create time.
|
DBG
DEBUG mode.
|
DIG
Digest of request value.
|
ET
Entry time at the first server.
|
FWDR
Most recent forwarder.
|
LA
Listening socket address on which request received.
|
NFWDS
Number of forwards.
|
QF
Boolean query flag to specify whether this request came into the
system as a string or RequestPacket.
|
QID
Request ID.
|
QV
Request value.
|
RV
Response value.
|
STOP
True if stop request.
|
STRINGIFIED
Stringified self
|
Modifier and Type | Method and Description |
---|---|
static RequestPacket.Keys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestPacket.Keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestPacket.Keys STOP
public static final RequestPacket.Keys CT
public static final RequestPacket.Keys ET
public static final RequestPacket.Keys NFWDS
public static final RequestPacket.Keys FWDR
public static final RequestPacket.Keys DBG
public static final RequestPacket.Keys QID
public static final RequestPacket.Keys QV
public static final RequestPacket.Keys CA
public static final RequestPacket.Keys LA
public static final RequestPacket.Keys QF
public static final RequestPacket.Keys BATCH
public static final RequestPacket.Keys RV
public static final RequestPacket.Keys STRINGIFIED
public static final RequestPacket.Keys DIG
public static final RequestPacket.Keys BC
public static RequestPacket.Keys[] values()
for (RequestPacket.Keys c : RequestPacket.Keys.values()) System.out.println(c);
public static RequestPacket.Keys valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null