Package | Description |
---|---|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Method and Description |
---|---|
void |
Http2Ping.addCallback(ClientTransport.PingCallback callback,
Executor executor)
Registers a callback that is invoked when the ping operation completes.
|
static void |
Http2Ping.notifyFailed(ClientTransport.PingCallback callback,
Executor executor,
Throwable cause)
Notifies the given callback that the ping operation failed.
|
void |
ClientTransport.ping(ClientTransport.PingCallback callback,
Executor executor)
Pings a remote endpoint.
|
Copyright © 2018. All rights reserved.