C - context object typepublic static class Pings.PingContextCallback.Default<C> extends ContextCallback.Default<C> implements Pings.PingContextCallback<C>
Pings.PingContextCallback.
This simply logs onPingResponse calls at 'debug' level. This method may be overridden to perform some more specific action.
Pings.PingContextCallback.Default<C>| Constructor and Description |
|---|
Default() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPingResponse(C context,
Pings.PingDetails details)
Called with ping response from the server.
|
onDiscardclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonDiscardpublic void onPingResponse(C context, Pings.PingDetails details)
Pings.PingContextCallbackonPingResponse in interface Pings.PingContextCallback<C>context - the context object supplied when making the call. May
be null.details - information relating to the pingCopyright © 2023 DiffusionData Limited. All rights reserved.