| Package | Description |
|---|---|
| net.named_data.jndn | |
| net.named_data.jndn.encoding | |
| net.named_data.jndn.lp |
| Modifier and Type | Method and Description |
|---|---|
static NetworkNack |
NetworkNack.getFirstHeader(LpPacket lpPacket)
Get the first header field in lpPacket which is a NetworkNack.
|
Data |
Data.setLpPacket(LpPacket lpPacket)
An internal library method to set the LpPacket for an incoming packet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WireFormat.decodeLpPacket(LpPacket lpPacket,
ByteBuffer input)
Decode input as an LpPacket and set the fields of the lpPacket object.
|
void |
Tlv0_2WireFormat.decodeLpPacket(LpPacket lpPacket,
ByteBuffer input,
boolean copy)
Decode input as an NDN-TLV LpPacket and set the fields of the lpPacket object.
|
void |
WireFormat.decodeLpPacket(LpPacket lpPacket,
ByteBuffer input,
boolean copy)
Decode input as an LpPacket and set the fields of the lpPacket object.
|
| Modifier and Type | Method and Description |
|---|---|
static IncomingFaceId |
IncomingFaceId.getFirstHeader(LpPacket lpPacket)
Get the first header field in lpPacket which is an IncomingFaceId.
|
static CongestionMark |
CongestionMark.getFirstHeader(LpPacket lpPacket)
Get the first header field in lpPacket which is a CongestionMark.
|
Copyright © 2019. All rights reserved.