| 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.CloseAction |
TransportParameter.closeAction |
| Modifier and Type | Method and Description |
|---|---|
TransportParameter.CloseAction |
TransportParameter.getCloseAction()
Returns the close action.
|
static TransportParameter.CloseAction |
TransportParameter.CloseAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportParameter.CloseAction[] |
TransportParameter.CloseAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransportParameter.TransportParameterBuilder |
TransportParameter.TransportParameterBuilder.setCloseAction(TransportParameter.CloseAction action)
Defines the close action.
|
| Modifier and Type | Method and Description |
|---|---|
protected TransportParameter.CloseAction |
AbstractTransportConnector.getCloseAction()
Returns the close action.
|
Copyright © 2022. All rights reserved.