| Package | Description |
|---|---|
| org.scion.jpan |
| Modifier and Type | Method and Description |
|---|---|
long |
ScionService.getIsdAs(String hostName) |
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. |
List<Path> |
ScionService.lookupPaths(InetSocketAddress dstAddr)
Resolves the address to a SCION address, request paths, and selects a path using the policy.
|
List<Path> |
ScionService.lookupPaths(String hostName,
int port)
Resolves the address to a SCION address, request paths, and selects a path using the policy.
|
Copyright © 2025. All rights reserved.