@Generated(value="by gRPC proto compiler (version 1.22.1)", comments="Source: envoy/api/v2/lds.proto") public final class ListenerDiscoveryServiceGrpc extends Object
The Envoy instance initiates an RPC at startup to discover a list of listeners. Updates are delivered via streaming from the LDS server and consist of a complete update of all listeners. Existing connections will be allowed to drain from listeners that are no longer present.
| Modifier and Type | Class and Description |
|---|---|
static class |
ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceBlockingStub
The Envoy instance initiates an RPC at startup to discover a list of
listeners.
|
static class |
ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceFutureStub
The Envoy instance initiates an RPC at startup to discover a list of
listeners.
|
static class |
ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceImplBase
The Envoy instance initiates an RPC at startup to discover a list of
listeners.
|
static class |
ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceStub
The Envoy instance initiates an RPC at startup to discover a list of
listeners.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse> |
getDeltaListenersMethod() |
static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> |
getFetchListenersMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> |
getStreamListenersMethod() |
static ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse> getDeltaListenersMethod()
public static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> getStreamListenersMethod()
public static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> getFetchListenersMethod()
public static ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceStub newStub(io.grpc.Channel channel)
public static ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2018–2021 The Envoy Project. All rights reserved.