Uses of Interface
de.iip_ecosphere.platform.transport.connectors.ReceptionCallback
Packages that use ReceptionCallback
Package
Description
The IIP-Ecosphere transport layer.
Implementation of the default (alternative) connectors.
Platform transport connectors for internal stream-based data transport within the platform.
-
Uses of ReceptionCallback in de.iip_ecosphere.platform.transport
Fields in de.iip_ecosphere.platform.transport declared as ReceptionCallback -
Uses of ReceptionCallback in de.iip_ecosphere.platform.transport.connectors
Classes in de.iip_ecosphere.platform.transport.connectors that implement ReceptionCallbackModifier and TypeClassDescriptionclassAn abstract reception callback.Methods in de.iip_ecosphere.platform.transport.connectors with parameters of type ReceptionCallbackModifier and TypeMethodDescriptionvoidTransportConnector.detachReceptionCallback(String stream, ReceptionCallback<?> callback) Detaches a receptioncallbacktostream.voidTransportConnector.setReceptionCallback(String stream, ReceptionCallback<?> callback) Attaches a receptioncallbacktostream. -
Uses of ReceptionCallback in de.iip_ecosphere.platform.transport.connectors.impl
Fields in de.iip_ecosphere.platform.transport.connectors.impl with type parameters of type ReceptionCallbackModifier and TypeFieldDescriptionprivate Map<String, List<ReceptionCallback<?>>> AbstractTransportConnector.callbacksMethods in de.iip_ecosphere.platform.transport.connectors.impl that return types with arguments of type ReceptionCallbackModifier and TypeMethodDescriptionprotected List<ReceptionCallback<?>> AbstractTransportConnector.getCallback(String stream) The callback for a certain stream.Methods in de.iip_ecosphere.platform.transport.connectors.impl with parameters of type ReceptionCallbackModifier and TypeMethodDescriptionvoidAbstractTransportConnector.detachReceptionCallback(String stream, ReceptionCallback<?> callback) voidAbstractTransportConnector.setReceptionCallback(String stream, ReceptionCallback<?> callback) voidDirectMemoryTransferTransportConnector.setReceptionCallback(String stream, ReceptionCallback<?> callback)