| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE |
| Constructor and Description |
|---|
SessionHeader() |
SessionHeader(Option... _options) |
| Modifier and Type | Method and Description |
|---|---|
SessionHeader |
clearSync() |
byte |
getEncodedTrack() |
Map<String,Object> |
getFields() |
int |
getPackWidth() |
int |
getSizeWidth() |
int |
getStructType() |
boolean |
getSync() |
boolean |
hasPayload() |
boolean |
hasSync() |
boolean |
isConnectionControl() |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
SessionHeader |
setSync(boolean value) |
SessionHeader |
sync(boolean value) |
void |
write(Encoder enc)
Encodes this encodable using the given encoder.
|
public static final int TYPE
public SessionHeader()
public SessionHeader(Option... _options)
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 hasSync()
public final SessionHeader clearSync()
public final boolean getSync()
public final SessionHeader setSync(boolean value)
public final SessionHeader sync(boolean value)
public void write(Encoder enc)
Encodablepublic void read(Decoder dec)
EncodableCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.