| Package | Description |
|---|---|
| org.scion.jpan | |
| org.scion.jpan.internal |
| Modifier and Type | Method and Description |
|---|---|
static ResponsePath |
ResponsePath.create(byte[] rawPath,
long srcIsdAs,
InetAddress srcIP,
int srcPort,
long dstIsdAs,
InetAddress dstIP,
int dstPort,
InetSocketAddress firstHopAddress)
Deprecated.
Will be removed in 0.4.0
|
| Modifier and Type | Method and Description |
|---|---|
static ResponsePath |
ScionHeaderParser.extractResponsePath(ByteBuffer data,
InetSocketAddress firstHopAddress)
Extract the remote socket address and path without changing the buffer's position.
|
| Modifier and Type | Method and Description |
|---|---|
static Scmp.Message |
ScmpParser.consume(ByteBuffer data,
ResponsePath path,
int packetLength)
Reads a SCMP message from the packet.
|
Copyright © 2024. All rights reserved.