public static class BindingAwareRpcRouter.BindingAwareRequest extends Object implements RpcRouter.RpcRequest<String,String,String,byte[]>, org.opendaylight.yangtools.concepts.Immutable
| Constructor and Description |
|---|
BindingAwareRequest(BindingAwareRpcRouter.BindingAwareRouteIdentifier routingInformation,
byte[] payload) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPayload() |
BindingAwareRpcRouter.BindingAwareRouteIdentifier |
getRoutingInformation() |
public BindingAwareRequest(BindingAwareRpcRouter.BindingAwareRouteIdentifier routingInformation, byte[] payload)
public BindingAwareRpcRouter.BindingAwareRouteIdentifier getRoutingInformation()
getRoutingInformation in interface RpcRouter.RpcRequest<String,String,String,byte[]>public byte[] getPayload()
getPayload in interface RpcRouter.RpcRequest<String,String,String,byte[]>Copyright © 2019 OpenDaylight. All rights reserved.