Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Pings.PingDetails> |
Pings.pingServer()
Send a ping request to the server.
|
Modifier and Type | Method and Description |
---|---|
void |
Pings.PingContextCallback.onPingResponse(C context,
Pings.PingDetails details)
Deprecated.
Called with ping response from the server.
|
void |
Pings.PingContextCallback.Default.onPingResponse(C context,
Pings.PingDetails details) |
void |
Pings.PingCallback.onPingResponse(Pings.PingDetails details)
Deprecated.
Called with ping response from the server.
|
void |
Pings.PingCallback.Default.onPingResponse(Pings.PingDetails details) |
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.