@Generated(value="by gRPC proto compiler (version 1.22.1)", comments="Source: envoy/service/route/v3/rds.proto") public final class VirtualHostDiscoveryServiceGrpc extends Object
Virtual Host Discovery Service (VHDS) is used to dynamically update the list of virtual hosts for a given RouteConfiguration. If VHDS is configured a virtual host list update will be triggered during the processing of an HTTP request if a route for the request cannot be resolved. The :ref:`resource_names_subscribe <envoy_api_field_service.discovery.v3.DeltaDiscoveryRequest.resource_names_subscribe>` field contains a list of virtual host names or aliases to track. The contents of an alias would be the contents of a *host* or *authority* header used to make an http request. An xDS server will match an alias to a virtual host based on the content of :ref:`domains' <envoy_api_field_config.route.v3.VirtualHost.domains>` field. The *resource_names_unsubscribe* field contains a list of virtual host names that have been :ref:`unsubscribed <xds_protocol_unsubscribe>` from the routing table associated with the RouteConfiguration.
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceBlockingStub
Virtual Host Discovery Service (VHDS) is used to dynamically update the list of virtual hosts for
a given RouteConfiguration.
|
static class |
VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceFutureStub
Virtual Host Discovery Service (VHDS) is used to dynamically update the list of virtual hosts for
a given RouteConfiguration.
|
static class |
VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceImplBase
Virtual Host Discovery Service (VHDS) is used to dynamically update the list of virtual hosts for
a given RouteConfiguration.
|
static class |
VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceStub
Virtual Host Discovery Service (VHDS) is used to dynamically update the list of virtual hosts for
a given RouteConfiguration.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse> |
getDeltaVirtualHostsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceStub |
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> getDeltaVirtualHostsMethod()
public static VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceStub newStub(io.grpc.Channel channel)
public static VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2018–2021 The Envoy Project. All rights reserved.