Uses of Interface
iip.datatypes.RoutingConnOut
-
Packages that use RoutingConnOut Package Description iip.datatypes iip.interfaces iip.serializers -
-
Uses of RoutingConnOut in iip.datatypes
Classes in iip.datatypes that implement RoutingConnOut Modifier and Type Class Description classRoutingConnOutImplImplementation of the application data type RoutingConnOut.Constructors in iip.datatypes with parameters of type RoutingConnOut Constructor Description RoutingConnOutImpl(RoutingConnOut from)Copy constructor. -
Uses of RoutingConnOut in iip.interfaces
Methods in iip.interfaces with parameters of type RoutingConnOut Modifier and Type Method Description voidRoutingProcessorInterface. processRoutingConnOut(RoutingConnOut data)Processes a data item of type "RoutingConnOut" asynchronously. -
Uses of RoutingConnOut in iip.serializers
Methods in iip.serializers that return RoutingConnOut Modifier and Type Method Description RoutingConnOutRoutingConnOutSerializer. clone(RoutingConnOut origin)RoutingConnOutRoutingConnOutSerializer. from(byte[] data)Methods in iip.serializers that return types with arguments of type RoutingConnOut Modifier and Type Method Description java.lang.Class<RoutingConnOut>RoutingConnOutSerializer. getType()Methods in iip.serializers with parameters of type RoutingConnOut Modifier and Type Method Description RoutingConnOutRoutingConnOutSerializer. clone(RoutingConnOut origin)byte[]RoutingConnOutSerializer. to(RoutingConnOut source)
-