Uses of Class
de.iip_ecosphere.platform.transport.connectors.TransportParameter
Packages that use TransportParameter
Package
Description
Implementation of the default (alternative) connectors.
Platform transport connectors for internal stream-based data transport within the platform.
-
Uses of TransportParameter in de.iip_ecosphere.platform.transport.connectors
Fields in de.iip_ecosphere.platform.transport.connectors declared as TransportParameterModifier and TypeFieldDescriptionprivate TransportParameterTransportParameter.TransportParameterBuilder.instanceMethods in de.iip_ecosphere.platform.transport.connectors that return TransportParameterModifier and TypeMethodDescriptionTransportParameter.TransportParameterBuilder.build()Returns the created instance.TransportSetup.createParameter()Derives a transport parameter instance.Methods in de.iip_ecosphere.platform.transport.connectors with parameters of type TransportParameterModifier and TypeMethodDescriptionvoidTransportConnector.connect(TransportParameter params) Connects the underlying connections.TransportParameter.TransportParameterBuilder.newBuilder(TransportParameter params) Creates a transport parameter builder from (a copy of) the given transport parameters. -
Uses of TransportParameter in de.iip_ecosphere.platform.transport.connectors.impl
Fields in de.iip_ecosphere.platform.transport.connectors.impl declared as TransportParameterMethods in de.iip_ecosphere.platform.transport.connectors.impl that return TransportParameterModifier and TypeMethodDescriptionprotected TransportParameterAbstractTransportConnector.getTransportParameter()Returns the transport parameters.Methods in de.iip_ecosphere.platform.transport.connectors.impl with parameters of type TransportParameterModifier and TypeMethodDescriptionvoidAbstractTransportConnector.connect(TransportParameter params) protected SSLContextAbstractTransportConnector.createTlsContext(TransportParameter params) Helper method to determine a SSL/TLS context.protected booleanAbstractTransportConnector.useTls(TransportParameter params) Returns whether the connector shall use TLS.