| Package | Description |
|---|---|
| org.scion.jpan | |
| org.scion.jpan.internal |
| Modifier and Type | Method and Description |
|---|---|
static Scmp.Type |
Scmp.Type.parse(int id) |
static Scmp.Type |
Scmp.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scmp.Type[] |
Scmp.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Scmp.Type |
ScmpParser.extractType(ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ScmpParser.buildScmpPing(ByteBuffer buffer,
Scmp.Type type,
int identifier,
int sequenceNumber,
byte[] data) |
static void |
ScmpParser.buildScmpTraceroute(ByteBuffer buffer,
Scmp.Type type,
int identifier,
int sequenceNumber) |
Copyright © 2024. All rights reserved.