| Package | Description |
|---|---|
| org.scion.jpan | |
| org.scion.jpan.ppl |
| 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)
Deprecated.
Use
ScionService.lookupPaths(InetSocketAddress) instead. |
Path |
ScionService.lookupAndGetPath(String hostName,
int port,
PathPolicy policy)
Deprecated.
Use
ScionService.lookupPaths(String, int) instead. |
void |
ScionDatagramSocket.setPathPolicy(PathPolicy pathPolicy)
Set the path policy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PplExtPolicy
Deprecated.
Use with caution, this API is unstable. See #4687
|
class |
PplPathFilter
A path policy based onj Path Policy Language: ...
|
class |
PplPolicy |
Copyright © 2025. All rights reserved.