public final class PacketProcessingServiceImpl extends AbstractSimpleService<TransmitPacketInput,TransmitPacketOutput> implements PacketProcessingService
Constructor and Description |
---|
PacketProcessingServiceImpl(RequestContextStack requestContextStack,
DeviceContext deviceContext,
ConvertorExecutor convertorExecutor) |
Modifier and Type | Method and Description |
---|---|
protected OfHeader |
buildRequest(Xid xid,
TransmitPacketInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TransmitPacketOutput>> |
transmitPacket(TransmitPacketInput input)
Sending packet out through openflow device.
|
createCallback
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, handleServiceCall, setEventIdentifier
public PacketProcessingServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TransmitPacketOutput>> transmitPacket(TransmitPacketInput input)
PacketProcessingService
transmitPacket
in interface PacketProcessingService
protected OfHeader buildRequest(Xid xid, TransmitPacketInput input) throws ServiceException
buildRequest
in class AbstractService<TransmitPacketInput,TransmitPacketOutput>
ServiceException
Copyright © 2019 OpenDaylight. All rights reserved.