Package io.envoyproxy.envoy.api.v2
Class VirtualHostDiscoveryServiceGrpc
- java.lang.Object
-
- io.envoyproxy.envoy.api.v2.VirtualHostDiscoveryServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.48.1)", comments="Source: envoy/api/v2/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_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_route.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceBlockingStubVirtual Host Discovery Service (VHDS) is used to dynamically update the list of virtual hosts for a given RouteConfiguration.static classVirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceFutureStubVirtual Host Discovery Service (VHDS) is used to dynamically update the list of virtual hosts for a given RouteConfiguration.static classVirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceImplBaseVirtual Host Discovery Service (VHDS) is used to dynamically update the list of virtual hosts for a given RouteConfiguration.static classVirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceStubVirtual Host Discovery Service (VHDS) is used to dynamically update the list of virtual hosts for a given RouteConfiguration.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse>getDeltaVirtualHostsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDeltaVirtualHostsMethod
public static io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse> getDeltaVirtualHostsMethod()
-
newStub
public static VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static VirtualHostDiscoveryServiceGrpc.VirtualHostDiscoveryServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-