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