All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
All Known Implementing Classes:
PacketProcessingServiceImpl

@Generated("mdsal-binding-generator") public interface PacketProcessingService extends org.opendaylight.yangtools.yang.binding.RpcService
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TransmitPacketOutput>>
    Invoke transmit-packet RPC.
  • Method Details

    • transmitPacket

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TransmitPacketOutput>> transmitPacket(TransmitPacketInput input)
      Invoke transmit-packet RPC.
           
               Sending packet out through openflow device.
           
       
      Parameters:
      input - of transmit-packet
      Returns:
      output of transmit-packet