Class TetherGrpc.TetherStub (2.42.0)

public static final class TetherGrpc.TetherStub extends AbstractAsyncStub<TetherGrpc.TetherStub>

A stub to allow clients to do asynchronous 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.AbstractAsyncStub > TetherGrpc.TetherStub

Methods

build(Channel channel, CallOptions callOptions)

protected TetherGrpc.TetherStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
TetherGrpc.TetherStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

egress(StreamObserver<EgressRequest> responseObserver)

public StreamObserver<EgressResponse> egress(StreamObserver<EgressRequest> responseObserver)

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.

Parameter
Name Description
responseObserver io.grpc.stub.StreamObserver<EgressRequest>
Returns
Type Description
io.grpc.stub.StreamObserver<EgressResponse>