Methods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead.
@Deprecated public static interface Pings.PingCallback extends Callback
Pings.pingServer(PingCallback)
.Modifier and Type | Interface and Description |
---|---|
static class |
Pings.PingCallback.Default
Deprecated.
Default implementation of
Pings.PingCallback . |
Modifier and Type | Method and Description |
---|---|
void |
onPingResponse(Pings.PingDetails details)
Deprecated.
Called with ping response from the server.
|
void onPingResponse(Pings.PingDetails details)
details
- information relating to the pingCopyright © 2024 DiffusionData Ltd. All Rights Reserved.