| Interface | Description |
|---|---|
| RpcOutputGenerator<I,O> |
RpcOutputGenerator describes interfaces to be implemented by the
class that generates output of the RPC request. |
| RpcRequest |
RpcRequest describes an RPC request. |
| Class | Description |
|---|---|
| RpcErrorCallback<T> |
An implementation of
FutureCallback used to log error of
asynchronous RPC execution. |
| RpcFuture<I,O> |
RpcFuture describes an ongoing RPC request. |
| RpcInvocation<I,O> |
RpcInvocation keeps a pair of RPC input and future associated with
the RPC execution. |
| RpcUtils |
RpcUtils class is a collection of utility class methods for
RPC implementation. |
| Enum | Description |
|---|---|
| RpcErrorTag |
RpcErrorTag defines RPC error tags suggested by
RFC6241. |
| Exception | Description |
|---|---|
| RpcException |
RpcException is an exception which indicates the failure of the
RPC request. |
Copyright © 2018 OpenDaylight. All rights reserved.