| Package | Description |
|---|---|
| org.scion.jpan | |
| org.scion.jpan.internal |
| Modifier and Type | Class and Description |
|---|---|
static class |
Scion.CloseableService |
| Modifier and Type | Method and Description |
|---|---|
static ScionService |
Scion.defaultService()
Returns the default instance of the ScionService.
|
ScionService |
ScionDatagramSocket.getService() |
| Modifier and Type | Method and Description |
|---|---|
static ScionDatagramSocket |
ScionDatagramSocket.create(ScionService service)
Creates a ScionDatagramSocket with a specific ScionService instance.
|
static ScionDatagramSocket |
ScionDatagramSocket.create(ScionService service,
DatagramChannel channel) |
static ScionDatagramSocket |
ScionDatagramSocket.create(SocketAddress bindAddress,
ScionService service) |
static ScionDatagramChannel |
ScionDatagramChannel.open(ScionService service)
Creates a channel with a specific ScionService instance.
|
static ScionDatagramChannel |
ScionDatagramChannel.open(ScionService service,
DatagramChannel channel) |
ScmpResponder.Builder |
ScmpResponder.Builder.setService(ScionService service) |
ScmpSender.Builder |
ScmpSender.Builder.setService(ScionService service) |
ScmpSenderAsync.Builder |
ScmpSenderAsync.Builder.setService(ScionService service) |
| Constructor and Description |
|---|
ScionDatagramChannel(ScionService service,
DatagramChannel channel) |
ScionDatagramSocket(ScionService service,
DatagramChannel channel) |
ScionDatagramSocket(SocketAddress bindAddress,
ScionService service) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Shim.install(ScionService service)
Start the SHIM.
|
| Constructor and Description |
|---|
SelectingDatagramChannel(ScionService service) |
SelectingDatagramChannel(ScionService service,
DatagramChannel channel) |
Copyright © 2024. All rights reserved.