public class JsonRpcEndpoint.CallContext extends Object
| Constructor and Description | 
|---|
CallContext(JsonRpc10Request request,
           Method method,
           com.google.common.util.concurrent.SettableFuture<Object> future)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.SettableFuture<Object> | 
getFuture()  | 
Method | 
getMethod()  | 
JsonRpc10Request | 
getRequest()  | 
public CallContext(JsonRpc10Request request, Method method, com.google.common.util.concurrent.SettableFuture<Object> future)
public Method getMethod()
public JsonRpc10Request getRequest()
public com.google.common.util.concurrent.SettableFuture<Object> getFuture()
Copyright © 2018 OpenDaylight. All rights reserved.