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 Struct
public final int getSizeWidth()
getSizeWidth
in class Struct
public final int getPackWidth()
getPackWidth
in class Struct
public 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)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.