Uses of Class
io.envoyproxy.envoy.config.route.v3.Route
Packages that use Route
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of Route in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RouteFields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<Route> Route.PARSER
RouteList.Builder.routes_
RouteList.routes_
VirtualHost.Builder.routes_
VirtualHost.routes_
private com.google.protobuf.RepeatedFieldBuilder
<Route, Route.Builder, RouteOrBuilder> RouteList.Builder.routesBuilder_
private com.google.protobuf.RepeatedFieldBuilder
<Route, Route.Builder, RouteOrBuilder> VirtualHost.Builder.routesBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteModifier and TypeMethodDescriptionRoute.Builder.build()
Route.Builder.buildPartial()
static Route
Route.getDefaultInstance()
Route.Builder.getDefaultInstanceForType()
Route.getDefaultInstanceForType()
RouteList.Builder.getRoutes
(int index) The list of routes that will be matched and run, in order.RouteList.getRoutes
(int index) The list of routes that will be matched and run, in order.RouteListOrBuilder.getRoutes
(int index) The list of routes that will be matched and run, in order.VirtualHost.Builder.getRoutes
(int index) The list of routes that will be matched, in order, for incoming requests.VirtualHost.getRoutes
(int index) The list of routes that will be matched, in order, for incoming requests.VirtualHostOrBuilder.getRoutes
(int index) The list of routes that will be matched, in order, for incoming requests.static Route
Route.parseDelimitedFrom
(InputStream input) static Route
Route.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Route
Route.parseFrom
(byte[] data) static Route
Route.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Route
Route.parseFrom
(com.google.protobuf.ByteString data) static Route
Route.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Route
Route.parseFrom
(com.google.protobuf.CodedInputStream input) static Route
Route.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Route
Route.parseFrom
(InputStream input) static Route
Route.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Route
Route.parseFrom
(ByteBuffer data) static Route
Route.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Route> Route.getParserForType()
RouteList.Builder.getRoutesList()
The list of routes that will be matched and run, in order.RouteList.getRoutesList()
The list of routes that will be matched and run, in order.RouteListOrBuilder.getRoutesList()
The list of routes that will be matched and run, in order.VirtualHost.Builder.getRoutesList()
The list of routes that will be matched, in order, for incoming requests.VirtualHost.getRoutesList()
The list of routes that will be matched, in order, for incoming requests.VirtualHostOrBuilder.getRoutesList()
The list of routes that will be matched, in order, for incoming requests.private com.google.protobuf.RepeatedFieldBuilder
<Route, Route.Builder, RouteOrBuilder> RouteList.Builder.internalGetRoutesFieldBuilder()
private com.google.protobuf.RepeatedFieldBuilder
<Route, Route.Builder, RouteOrBuilder> VirtualHost.Builder.internalGetRoutesFieldBuilder()
static com.google.protobuf.Parser
<Route> Route.parser()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RouteModifier and TypeMethodDescriptionThe list of routes that will be matched and run, in order.The list of routes that will be matched and run, in order.The list of routes that will be matched, in order, for incoming requests.The list of routes that will be matched, in order, for incoming requests.private void
Route.Builder.buildPartial0
(Route result) private void
Route.Builder.buildPartialOneofs
(Route result) private void
Route.Builder.buildPartialRepeatedFields
(Route result) static Route.Builder
Route.newBuilder
(Route prototype) The list of routes that will be matched and run, in order.The list of routes that will be matched, in order, for incoming requests.Method parameters in io.envoyproxy.envoy.config.route.v3 with type arguments of type RouteModifier and TypeMethodDescriptionRouteList.Builder.addAllRoutes
(Iterable<? extends Route> values) The list of routes that will be matched and run, in order.VirtualHost.Builder.addAllRoutes
(Iterable<? extends Route> values) The list of routes that will be matched, in order, for incoming requests. -
Uses of Route in io.grpc.xds
Methods in io.grpc.xds with parameters of type RouteModifier and TypeMethodDescription(package private) static XdsResourceType.StructOrError
<VirtualHost.Route> XdsRouteConfigureResource.parseRoute
(Route proto, FilterRegistry filterRegistry, Map<String, ClusterSpecifierPlugin.PluginConfig> pluginConfigMap, Set<String> optionalPlugins)