Uses of Class
io.envoyproxy.envoy.api.v2.route.Route
-
Packages that use Route Package Description io.envoyproxy.envoy.api.v2.route -
-
Uses of Route in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return Route Modifier and Type Method Description RouteRoute.Builder. build()RouteRoute.Builder. buildPartial()static RouteRoute. getDefaultInstance()RouteRoute.Builder. getDefaultInstanceForType()RouteRoute. getDefaultInstanceForType()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(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.api.v2.route that return types with arguments of type Route Modifier and Type Method Description com.google.protobuf.Parser<Route>Route. getParserForType()List<Route>VirtualHost.Builder. getRoutesList()The list of routes that will be matched, in order, for incoming requests.List<Route>VirtualHost. getRoutesList()The list of routes that will be matched, in order, for incoming requests.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.api.v2.route with parameters of type Route Modifier and Type Method Description 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.Route.BuilderRoute.Builder. mergeFrom(Route other)static Route.BuilderRoute. newBuilder(Route prototype)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.api.v2.route with type arguments of type Route Modifier and Type Method Description VirtualHost.BuilderVirtualHost.Builder. addAllRoutes(Iterable<? extends Route> values)The list of routes that will be matched, in order, for incoming requests.
-