| Package | Description |
|---|---|
| de.iip_ecosphere.platform.transport.connectors |
Implementation of the default (alternative) connectors.
|
| de.iip_ecosphere.platform.transport.connectors.impl |
Platform transport connectors for internal stream-based data transport within the platform.
|
| Modifier and Type | Field and Description |
|---|---|
private TransportParameter |
TransportParameter.TransportParameterBuilder.instance |
| Modifier and Type | Method and Description |
|---|---|
TransportParameter |
TransportParameter.TransportParameterBuilder.build()
Returns the created instance.
|
TransportParameter |
TransportSetup.createParameter()
Derives a transport parameter instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransportConnector.connect(TransportParameter params)
Connects the underlying connections.
|
| Modifier and Type | Field and Description |
|---|---|
private TransportParameter |
AbstractTransportConnector.params |
| Modifier and Type | Method and Description |
|---|---|
protected TransportParameter |
AbstractTransportConnector.getTransportParameter()
Returns the transport parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTransportConnector.connect(TransportParameter params) |
static String |
AbstractTransportConnector.getKeystorePassword(TransportParameter params)
Tries to resolve
getKeystorePassword() as key in IdentityStore using
token data of a username token if found or getKeystorePassword() as fallback. |
Copyright © 2022. All rights reserved.