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 Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    io.envoyproxy.envoy.config.listener.v3.Listener
    Creates a new listener.
    com.google.protobuf.Empty
    Deletes a listener.
    io.envoyproxy.envoy.config.listener.v3.Listener
    Updates an existing listener.

    Methods inherited from class io.grpc.stub.AbstractBlockingStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details