Uses of Class
de.iip_ecosphere.platform.transport.connectors.TransportSetup
Packages that use TransportSetup
Package
Description
The IIP-Ecosphere transport layer.
Implementation of the default (alternative) connectors.
-
Uses of TransportSetup in de.iip_ecosphere.platform.transport
Fields in de.iip_ecosphere.platform.transport with type parameters of type TransportSetupModifier and TypeFieldDescriptionprivate Supplier<TransportSetup> Transport.TransportInstance.transportSupplierMethods in de.iip_ecosphere.platform.transport that return types with arguments of type TransportSetupModifier and TypeMethodDescriptionstatic Supplier<TransportSetup> Transport.setTransportSetup(Supplier<TransportSetup> supplier) Sets up the (global) transport information.Transport.TransportInstance.setTransportSetup(Supplier<TransportSetup> supplier) Sets up the transport information.Method parameters in de.iip_ecosphere.platform.transport with type arguments of type TransportSetupModifier and TypeMethodDescriptionstatic voidTransport.setLocalSetup(Supplier<TransportSetup> supplier) Sets up the (local) transport information and enforces a local transport instance.static Supplier<TransportSetup> Transport.setTransportSetup(Supplier<TransportSetup> supplier) Sets up the (global) transport information.Transport.TransportInstance.setTransportSetup(Supplier<TransportSetup> supplier) Sets up the transport information.Constructor parameters in de.iip_ecosphere.platform.transport with type arguments of type TransportSetupModifierConstructorDescriptionTransportInstance(Supplier<TransportSetup> supplier) Creates a transport information instance and sets the transport information. -
Uses of TransportSetup in de.iip_ecosphere.platform.transport.connectors
Methods in de.iip_ecosphere.platform.transport.connectors that return TransportSetup