Class EchoService
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<I,O>
org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<EchoInputBuilder,EchoOutput>
org.opendaylight.openflowplugin.impl.services.EchoService
-
Constructor Summary
ConstructorDescriptionEchoService
(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(Xid xid, EchoInputBuilder input) Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractSimpleService
createCallback
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, handleServiceCall, setEventIdentifier
-
Constructor Details
-
EchoService
-
-
Method Details
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<EchoInputBuilder,
EchoOutput>
-