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 Route
Route. DEFAULT_INSTANCE
Fields 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. PARSER
private 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 Route
Route.Builder. build()
Route
Route.Builder. buildPartial()
static Route
Route. getDefaultInstance()
Route
Route.Builder. getDefaultInstanceForType()
Route
Route. getDefaultInstanceForType()
Route
RouteList.Builder. getRoutes(int index)
The list of routes that will be matched and run, in order.Route
RouteList. getRoutes(int index)
The list of routes that will be matched and run, in order.Route
RouteListOrBuilder. getRoutes(int index)
The list of routes that will be matched and run, in order.Route
VirtualHost.Builder. getRoutes(int index)
The list of routes that will be matched, in order, for incoming requests.Route
VirtualHost. getRoutes(int index)
The list of routes that will be matched, in order, for incoming requests.Route
VirtualHostOrBuilder. getRoutes(int index)
The list of routes that will be matched, in order, for incoming requests.static Route
Route. parseDelimitedFrom(java.io.InputStream input)
static Route
Route. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Route
Route. parseFrom(byte[] data)
static Route
Route. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Route
Route. parseFrom(com.google.protobuf.ByteString data)
static Route
Route. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Route
Route. parseFrom(com.google.protobuf.CodedInputStream input)
static Route
Route. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Route
Route. parseFrom(java.io.InputStream input)
static Route
Route. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Route
Route. parseFrom(java.nio.ByteBuffer data)
static Route
Route. 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.Builder
RouteList.Builder. addRoutes(int index, Route value)
The list of routes that will be matched and run, in order.RouteList.Builder
RouteList.Builder. addRoutes(Route value)
The list of routes that will be matched and run, in order.VirtualHost.Builder
VirtualHost.Builder. addRoutes(int index, Route value)
The list of routes that will be matched, in order, for incoming requests.VirtualHost.Builder
VirtualHost.Builder. addRoutes(Route value)
The list of routes that will be matched, in order, for incoming requests.private void
Route.Builder. buildPartial0(Route result)
private void
Route.Builder. buildPartialOneofs(Route result)
private void
Route.Builder. buildPartialRepeatedFields(Route result)
Route.Builder
Route.Builder. mergeFrom(Route other)
static Route.Builder
Route. newBuilder(Route prototype)
RouteList.Builder
RouteList.Builder. setRoutes(int index, Route value)
The list of routes that will be matched and run, in order.VirtualHost.Builder
VirtualHost.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.Builder
RouteList.Builder. addAllRoutes(java.lang.Iterable<? extends Route> values)
The list of routes that will be matched and run, in order.VirtualHost.Builder
VirtualHost.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)
-