public class ClientSideSlb.ServerPing extends Object implements okhttp3.Callback
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<LoadBalancerPingEvent.PerServerPingData> |
getFuture() |
void |
onFailure(okhttp3.Call call,
IOException e) |
void |
onResponse(okhttp3.Call call,
okhttp3.Response response) |
public com.google.common.util.concurrent.ListenableFuture<LoadBalancerPingEvent.PerServerPingData> getFuture()
public void onResponse(okhttp3.Call call,
okhttp3.Response response)
throws IOException
onResponse in interface okhttp3.CallbackIOExceptionpublic void onFailure(okhttp3.Call call,
IOException e)
onFailure in interface okhttp3.Callback