Uses of Class
io.envoyproxy.envoy.config.route.v3.Route
-
Packages that use Route Package Description io.envoyproxy.envoy.config.route.v3 io.grpc.xds 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 Route Modifier and Type Field Description private static RouteRoute. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.config.route.v3 with type parameters of type Route Modifier and Type Field Description private static com.google.protobuf.Parser<Route>Route. PARSERprivate java.util.List<Route>RouteList.Builder. routes_private java.util.List<Route>RouteList. routes_private java.util.List<Route>VirtualHost.Builder. routes_private java.util.List<Route>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 Route Modifier and Type Method Description RouteRoute.Builder. build()RouteRoute.Builder. buildPartial()static RouteRoute. getDefaultInstance()RouteRoute.Builder. getDefaultInstanceForType()RouteRoute. getDefaultInstanceForType()RouteRouteList.Builder. getRoutes(int index)The list of routes that will be matched and run, in order.RouteRouteList. getRoutes(int index)The list of routes that will be matched and run, in order.RouteRouteListOrBuilder. getRoutes(int index)The list of routes that will be matched and run, in order.RouteVirtualHost.Builder. getRoutes(int index)The list of routes that will be matched, in order, for incoming requests.RouteVirtualHost. getRoutes(int index)The list of routes that will be matched, in order, for incoming requests.RouteVirtualHostOrBuilder. getRoutes(int index)The list of routes that will be matched, in order, for incoming requests.static RouteRoute. parseDelimitedFrom(java.io.InputStream input)static RouteRoute. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteRoute. parseFrom(byte[] data)static RouteRoute. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteRoute. parseFrom(com.google.protobuf.ByteString data)static RouteRoute. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteRoute. parseFrom(com.google.protobuf.CodedInputStream input)static RouteRoute. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteRoute. parseFrom(java.io.InputStream input)static RouteRoute. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteRoute. parseFrom(java.nio.ByteBuffer data)static RouteRoute. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type Route Modifier and Type Method Description com.google.protobuf.Parser<Route>Route. getParserForType()private com.google.protobuf.RepeatedFieldBuilder<Route,Route.Builder,RouteOrBuilder>RouteList.Builder. getRoutesFieldBuilder()private com.google.protobuf.RepeatedFieldBuilder<Route,Route.Builder,RouteOrBuilder>VirtualHost.Builder. getRoutesFieldBuilder()java.util.List<Route>RouteList.Builder. getRoutesList()The list of routes that will be matched and run, in order.java.util.List<Route>RouteList. getRoutesList()The list of routes that will be matched and run, in order.java.util.List<Route>RouteListOrBuilder. getRoutesList()The list of routes that will be matched and run, in order.java.util.List<Route>VirtualHost.Builder. getRoutesList()The list of routes that will be matched, in order, for incoming requests.java.util.List<Route>VirtualHost. getRoutesList()The list of routes that will be matched, in order, for incoming requests.java.util.List<Route>VirtualHostOrBuilder. getRoutesList()The list of routes that will be matched, in order, for incoming requests.static com.google.protobuf.Parser<Route>Route. parser()Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type Route Modifier and Type Method Description RouteList.BuilderRouteList.Builder. addRoutes(int index, Route value)The list of routes that will be matched and run, in order.RouteList.BuilderRouteList.Builder. addRoutes(Route value)The list of routes that will be matched and run, in order.VirtualHost.BuilderVirtualHost.Builder. addRoutes(int index, Route value)The list of routes that will be matched, in order, for incoming requests.VirtualHost.BuilderVirtualHost.Builder. addRoutes(Route value)The list of routes that will be matched, in order, for incoming requests.private voidRoute.Builder. buildPartial0(Route result)private voidRoute.Builder. buildPartialOneofs(Route result)private voidRoute.Builder. buildPartialRepeatedFields(Route result)Route.BuilderRoute.Builder. mergeFrom(Route other)static Route.BuilderRoute. newBuilder(Route prototype)RouteList.BuilderRouteList.Builder. setRoutes(int index, Route value)The list of routes that will be matched and run, in order.VirtualHost.BuilderVirtualHost.Builder. setRoutes(int index, Route value)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 Route Modifier and Type Method Description RouteList.BuilderRouteList.Builder. addAllRoutes(java.lang.Iterable<? extends Route> values)The list of routes that will be matched and run, in order.VirtualHost.BuilderVirtualHost.Builder. addAllRoutes(java.lang.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 Route Modifier and Type Method Description (package private) static XdsResourceType.StructOrError<VirtualHost.Route>XdsRouteConfigureResource. parseRoute(Route proto, FilterRegistry filterRegistry, java.util.Map<java.lang.String,ClusterSpecifierPlugin.PluginConfig> pluginConfigMap, java.util.Set<java.lang.String> optionalPlugins)
-