Class XdsListenerServiceGrpc.XdsListenerServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<XdsListenerServiceGrpc.XdsListenerServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<XdsListenerServiceGrpc.XdsListenerServiceBlockingV2Stub>
com.linecorp.centraldogma.xds.listener.v1.XdsListenerServiceGrpc.XdsListenerServiceBlockingV2Stub
- Enclosing class:
XdsListenerServiceGrpc
public static final class XdsListenerServiceGrpc.XdsListenerServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<XdsListenerServiceGrpc.XdsListenerServiceBlockingV2Stub>
A stub to allow clients to do 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.XdsListenerServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<XdsListenerServiceGrpc.XdsListenerServiceBlockingV2Stub>
-
createListener
public io.envoyproxy.envoy.config.listener.v3.Listener createListener(CreateListenerRequest request) throws io.grpc.StatusException Creates a new listener.
- Throws:
io.grpc.StatusException
-
updateListener
public io.envoyproxy.envoy.config.listener.v3.Listener updateListener(UpdateListenerRequest request) throws io.grpc.StatusException Updates an existing listener.
- Throws:
io.grpc.StatusException
-
deleteListener
public com.google.protobuf.Empty deleteListener(DeleteListenerRequest request) throws io.grpc.StatusException Deletes a listener.
- Throws:
io.grpc.StatusException
-