Uses of Class
io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1.Route
-
Packages that use Route Package Description io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 -
-
Uses of Route in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 that return Route Modifier and Type Method Description RouteRoute.Builder. build()RouteRoute.Builder. buildPartial()static RouteRoute. getDefaultInstance()RouteRoute.Builder. getDefaultInstanceForType()RouteRoute. getDefaultInstanceForType()RouteRouteConfiguration.Builder. getRoutes(int index)The list of routes that will be matched, in order, against incoming requests.RouteRouteConfiguration. getRoutes(int index)The list of routes that will be matched, in order, against incoming requests.RouteRouteConfigurationOrBuilder. getRoutes(int index)The list of routes that will be matched, in order, against 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.filter.network.thrift_proxy.v2alpha1 that return types with arguments of type Route Modifier and Type Method Description com.google.protobuf.Parser<Route>Route. getParserForType()List<Route>RouteConfiguration.Builder. getRoutesList()The list of routes that will be matched, in order, against incoming requests.List<Route>RouteConfiguration. getRoutesList()The list of routes that will be matched, in order, against incoming requests.List<Route>RouteConfigurationOrBuilder. getRoutesList()The list of routes that will be matched, in order, against incoming requests.static com.google.protobuf.Parser<Route>Route. parser()Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 with parameters of type Route Modifier and Type Method Description RouteConfiguration.BuilderRouteConfiguration.Builder. addRoutes(int index, Route value)The list of routes that will be matched, in order, against incoming requests.RouteConfiguration.BuilderRouteConfiguration.Builder. addRoutes(Route value)The list of routes that will be matched, in order, against incoming requests.Route.BuilderRoute.Builder. mergeFrom(Route other)static Route.BuilderRoute. newBuilder(Route prototype)RouteConfiguration.BuilderRouteConfiguration.Builder. setRoutes(int index, Route value)The list of routes that will be matched, in order, against incoming requests.Method parameters in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 with type arguments of type Route Modifier and Type Method Description RouteConfiguration.BuilderRouteConfiguration.Builder. addAllRoutes(Iterable<? extends Route> values)The list of routes that will be matched, in order, against incoming requests.
-