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.PARSERRouteList.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 RouteRoute.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 RouteRoute.parseDelimitedFrom(InputStream input) static RouteRoute.parseDelimitedFrom(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(InputStream input) static RouteRoute.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteRoute.parseFrom(ByteBuffer data) static RouteRoute.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 voidRoute.Builder.buildPartial0(Route result) private voidRoute.Builder.buildPartialOneofs(Route result) private voidRoute.Builder.buildPartialRepeatedFields(Route result) static Route.BuilderRoute.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)