Uses of Interface
iip.datatypes.RoutingConnIn
-
Packages that use RoutingConnIn Package Description iip.datatypes iip.serializers -
-
Uses of RoutingConnIn in iip.datatypes
Classes in iip.datatypes that implement RoutingConnIn Modifier and Type Class Description classRoutingConnInImplImplementation of the application data type RoutingConnIn.Constructors in iip.datatypes with parameters of type RoutingConnIn Constructor Description RoutingConnInImpl(RoutingConnIn from)Copy constructor. -
Uses of RoutingConnIn in iip.serializers
Methods in iip.serializers that return RoutingConnIn Modifier and Type Method Description RoutingConnInRoutingConnInSerializer. clone(RoutingConnIn origin)RoutingConnInRoutingConnInSerializer. from(byte[] data)Methods in iip.serializers that return types with arguments of type RoutingConnIn Modifier and Type Method Description java.lang.Class<RoutingConnIn>RoutingConnInSerializer. getType()Methods in iip.serializers with parameters of type RoutingConnIn Modifier and Type Method Description RoutingConnInRoutingConnInSerializer. clone(RoutingConnIn origin)byte[]RoutingConnInSerializer. to(RoutingConnIn source)
-