Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInput
-
-
Uses of TransmitPacketInput in org.opendaylight.openflowplugin.impl.services.sal
Methods in org.opendaylight.openflowplugin.impl.services.sal with parameters of type TransmitPacketInput Modifier and Type Method Description protected OfHeaderPacketProcessingServiceImpl. buildRequest(Xid xid, TransmitPacketInput input)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TransmitPacketOutput>>PacketProcessingServiceImpl. transmitPacket(TransmitPacketInput input) -
Uses of TransmitPacketInput in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor
Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor with parameters of type TransmitPacketInput Modifier and Type Method Description PacketOutInputPacketOutConvertor. convert(TransmitPacketInput source, XidConvertorData data) -
Uses of TransmitPacketInput in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709 with type parameters of type TransmitPacketInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TransmitPacketInput>>
E$$TransmitPacketInputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709 that return TransmitPacketInput Modifier and Type Method Description TransmitPacketInputTransmitPacketInputBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709 that return types with arguments of type TransmitPacketInput Modifier and Type Method Description default Class<TransmitPacketInput>TransmitPacketInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709 with parameters of type TransmitPacketInput Modifier and Type Method Description static booleanTransmitPacketInput. bindingEquals(@NonNull TransmitPacketInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intTransmitPacketInput. bindingHashCode(@NonNull TransmitPacketInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringTransmitPacketInput. bindingToString(@NonNull TransmitPacketInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TransmitPacketOutput>>PacketProcessingService. transmitPacket(TransmitPacketInput input)Invoketransmit-packetRPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709 with type arguments of type TransmitPacketInput Modifier and Type Method Description TransmitPacketInputBuilderTransmitPacketInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TransmitPacketInput> augmentation)Add an augmentation to this builder's product.TransmitPacketInputBuilderTransmitPacketInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TransmitPacketInput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709 with parameters of type TransmitPacketInput Constructor Description TransmitPacketInputBuilder(TransmitPacketInput base)
-