Uses of Class
io.envoyproxy.envoy.config.route.v3.Route
Packages that use Route
-
Uses of Route in io.envoyproxy.envoy.config.route.v3
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.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.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.