| Package | Description |
|---|---|
| de.iip_ecosphere.platform.transport |
The IIP-Ecosphere transport layer.
|
| de.iip_ecosphere.platform.transport.connectors |
Implementation of the default (alternative) connectors.
|
| Modifier and Type | Field and Description |
|---|---|
private Supplier<TransportSetup> |
Transport.TransportInstance.transportSupplier |
| Modifier and Type | Method and Description |
|---|---|
static void |
Transport.setLocalSetup(Supplier<TransportSetup> supplier)
Sets up the (local) transport information and enforces a local transport instance.
|
static void |
Transport.setTransportSetup(Supplier<TransportSetup> supplier)
Sets up the (global) transport information.
|
void |
Transport.TransportInstance.setTransportSetup(Supplier<TransportSetup> supplier)
Sets up the transport information.
|
| Constructor and Description |
|---|
TransportInstance(Supplier<TransportSetup> supplier)
Creates a transport information instance and sets the transport information.
|
| Modifier and Type | Method and Description |
|---|---|
TransportSetup |
TransportSetup.copy()
Copies this setup into a new instance.
|
Copyright © 2022. All rights reserved.