All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static HdlcFrame |
decode(byte[] frame) |
byte[] |
encode() |
byte[] |
encodeWithoutFlags() |
HdlcAddressPair |
getAddressPair() |
HdlcAddress |
getDestinationAddress() |
FrameType |
getFrameType() |
byte[] |
getInformationField() |
byte[] |
getInformationFieldWithoutLlc() |
int |
getLength() |
int |
getReceiveSequence() |
int |
getSendSequence() |
HdlcAddress |
getSourceAddress() |
boolean |
isSegmented() |
static HdlcFrame |
newDisconnectFrame(HdlcAddressPair addressPair,
boolean poll) |
static HdlcFrame |
newDisconnectModeFrame(HdlcAddressPair addressPair,
byte[] information,
boolean poll) |
static HdlcFrame |
newFrameRejectFrame(HdlcAddressPair addressPair,
FrameRejectReason reason,
boolean poll) |
static HdlcFrame |
newInformationFrame(HdlcAddressPair addressPair,
int sendSequence,
int receiveSequence,
byte[] data,
boolean segmented,
boolean addLcc) |
static HdlcFrame |
newReceiveNotReadyFrame(HdlcAddressPair addressPair,
int receiveSeq,
boolean poll) |
static HdlcFrame |
newReceiveReadyFrame(HdlcAddressPair addressPair,
int receiveSeq,
boolean poll) |
static HdlcFrame |
newSetNormalResponseModeFrame(HdlcAddressPair addressPair,
HdlcParameters negotiationParams,
boolean poll) |
static HdlcFrame |
newUnnumberedAcknowledgeFrame(HdlcAddressPair addressPair,
HdlcParameters negotiationParams,
boolean poll) |
static HdlcFrame |
newUnnumberedInformationFrame(HdlcAddressPair addressPair,
byte[] information,
boolean poll) |