public static final class TetherGrpc.TetherBlockingV2Stub extends AbstractBlockingStub<TetherGrpc.TetherBlockingV2Stub>A stub to allow clients to do synchronous rpc calls to service Tether.
Tether provides a way for the control plane to send HTTP API requests to services in data planes that runs in a remote datacenter without requiring customers to open firewalls on their runtime plane.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > TetherGrpc.TetherBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected TetherGrpc.TetherBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
TetherGrpc.TetherBlockingV2Stub |
|
egress()
public BlockingClientCall<EgressResponse,EgressRequest> egress()Egress streams egress requests and responses. Logically, this is not actually a streaming request, but uses streaming as a mechanism to flip the client-server relationship of gRPC so that the server can act as a client. The listener, the RPC server, accepts connections from the dialer, the RPC client. The listener streams http requests and the dialer streams http responses.
| Returns | |
|---|---|
| Type | Description |
io.grpc.stub.BlockingClientCall<EgressResponse,EgressRequest> |
|