| Package | Description |
|---|---|
| org.scion.jpan |
| Modifier and Type | Method and Description |
|---|---|
static Scion.CloseableService |
Scion.newServiceWithBootstrapServer(String hostAndPort)
Create a new service instance that uses a bootstrap server host/port to locate a control
server.
|
static Scion.CloseableService |
Scion.newServiceWithDaemon(String hostAndPort)
Create a new service instance that connects to a daemon.
|
static Scion.CloseableService |
Scion.newServiceWithDNS(String hostName)
Create a new service instance that uses DNS NAPTR entries to connect to a control service.
|
static Scion.CloseableService |
Scion.newServiceWithTopologyFile(String filePath)
Create a new service instance that reads a topology file to determine the address of a control
server.
|
Copyright © 2024. All rights reserved.