| Package | Description |
|---|---|
| org.scion.jpan.internal |
| Modifier and Type | Method and Description |
|---|---|
static InternalConstants.HdrTypes |
ScionHeaderParser.extractNextHeader(ByteBuffer data)
Extract the next header type without changing the buffer's position.
|
InternalConstants.HdrTypes |
ExtensionHeader.nextHdr() |
static InternalConstants.HdrTypes |
InternalConstants.HdrTypes.parse(int code) |
static InternalConstants.HdrTypes |
InternalConstants.HdrTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalConstants.HdrTypes[] |
InternalConstants.HdrTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ScmpParser.buildExtensionHeader(ByteBuffer buffer,
InternalConstants.HdrTypes nextHdr) |
static void |
ScionHeaderParser.write(ByteBuffer data,
int userPacketLength,
int pathHeaderLength,
long srcIsdAs,
byte[] srcAddress,
long dstIsdAs,
byte[] dstAddress,
InternalConstants.HdrTypes hdrType,
int trafficClass) |
Copyright © 2024. All rights reserved.