| Package | Description |
|---|---|
| org.scion.jpan |
| Modifier and Type | Class and Description |
|---|---|
static class |
PathPolicy.First |
static class |
PathPolicy.IsdAllow |
static class |
PathPolicy.IsdDisallow |
static class |
PathPolicy.MaxBandwith |
static class |
PathPolicy.MinHopCount |
static class |
PathPolicy.MinLatency |
| Modifier and Type | Field and Description |
|---|---|
static PathPolicy |
PathPolicy.DEFAULT |
static PathPolicy |
PathPolicy.FIRST |
static PathPolicy |
PathPolicy.MAX_BANDWIDTH |
static PathPolicy |
PathPolicy.MIN_HOPS |
static PathPolicy |
PathPolicy.MIN_LATENCY |
| Modifier and Type | Method and Description |
|---|---|
PathPolicy |
ScionDatagramSocket.getPathPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Path |
ScionService.lookupAndGetPath(InetSocketAddress dstAddr,
PathPolicy policy)
Resolves the address to a SCION address, request paths, and selects a path using the policy.
|
Path |
ScionService.lookupAndGetPath(String hostName,
int port,
PathPolicy policy)
Resolves the address to a SCION address, request paths, and selects a path using the policy.
|
void |
ScionDatagramSocket.setPathPolicy(PathPolicy pathPolicy)
Set the path policy.
|
Copyright © 2024. All rights reserved.