Class XdsListenerServiceGrpc.XdsListenerServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<XdsListenerServiceGrpc.XdsListenerServiceBlockingStub>
io.grpc.stub.AbstractBlockingStub<XdsListenerServiceGrpc.XdsListenerServiceBlockingStub>
com.linecorp.centraldogma.xds.listener.v1.XdsListenerServiceGrpc.XdsListenerServiceBlockingStub
- Enclosing class:
XdsListenerServiceGrpc
public static final class XdsListenerServiceGrpc.XdsListenerServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<XdsListenerServiceGrpc.XdsListenerServiceBlockingStub>
A stub to allow clients to do limited synchronous rpc calls to service XdsListenerService.
An XdsListenerService provides methods to manage listeners.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) io.envoyproxy.envoy.config.listener.v3.ListenercreateListener(CreateListenerRequest request) Creates a new listener.com.google.protobuf.EmptydeleteListener(DeleteListenerRequest request) Deletes a listener.io.envoyproxy.envoy.config.listener.v3.ListenerupdateListener(UpdateListenerRequest request) Updates an existing listener.Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected XdsListenerServiceGrpc.XdsListenerServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<XdsListenerServiceGrpc.XdsListenerServiceBlockingStub>
-
createListener
public io.envoyproxy.envoy.config.listener.v3.Listener createListener(CreateListenerRequest request) Creates a new listener.
-
updateListener
public io.envoyproxy.envoy.config.listener.v3.Listener updateListener(UpdateListenerRequest request) Updates an existing listener.
-
deleteListener
Deletes a listener.
-