| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE |
| Constructor and Description |
|---|
GetTimeoutResult() |
GetTimeoutResult(long timeout) |
| Modifier and Type | Method and Description |
|---|---|
GetTimeoutResult |
clearTimeout() |
byte |
getEncodedTrack() |
Map<String,Object> |
getFields() |
int |
getPackWidth() |
int |
getSizeWidth() |
int |
getStructType() |
long |
getTimeout() |
boolean |
hasPayload() |
boolean |
hasTimeout() |
boolean |
isConnectionControl() |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
GetTimeoutResult |
setTimeout(long value) |
GetTimeoutResult |
timeout(long value) |
void |
write(Encoder enc)
Encodes this encodable using the given encoder.
|
public static final int TYPE
public GetTimeoutResult()
public GetTimeoutResult(long timeout)
public final int getStructType()
getStructType in class Structpublic final int getSizeWidth()
getSizeWidth in class Structpublic final int getPackWidth()
getPackWidth in class Structpublic final boolean hasPayload()
public final byte getEncodedTrack()
public final boolean isConnectionControl()
public final boolean hasTimeout()
public final GetTimeoutResult clearTimeout()
public final long getTimeout()
public final GetTimeoutResult setTimeout(long value)
public final GetTimeoutResult timeout(long value)
public void write(Encoder enc)
Encodablepublic void read(Decoder dec)
EncodableCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.