Uses of Class
io.envoyproxy.envoy.config.route.v3.RouteMatch
Packages that use RouteMatch
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of RouteMatch in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RouteMatchModifier and TypeFieldDescriptionprivate static final RouteMatchRouteMatch.DEFAULT_INSTANCEprivate RouteMatchRoute.Builder.match_private RouteMatchRoute.match_Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteMatchModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<RouteMatch, RouteMatch.Builder, RouteMatchOrBuilder> Route.Builder.matchBuilder_private static final com.google.protobuf.Parser<RouteMatch> RouteMatch.PARSERMethods in io.envoyproxy.envoy.config.route.v3 that return RouteMatchModifier and TypeMethodDescriptionRouteMatch.Builder.build()RouteMatch.Builder.buildPartial()static RouteMatchRouteMatch.getDefaultInstance()RouteMatch.Builder.getDefaultInstanceForType()RouteMatch.getDefaultInstanceForType()Route.Builder.getMatch()Route matching parameters.Route.getMatch()Route matching parameters.RouteOrBuilder.getMatch()Route matching parameters.static RouteMatchRouteMatch.parseDelimitedFrom(InputStream input) static RouteMatchRouteMatch.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatchRouteMatch.parseFrom(byte[] data) static RouteMatchRouteMatch.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatchRouteMatch.parseFrom(com.google.protobuf.ByteString data) static RouteMatchRouteMatch.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatchRouteMatch.parseFrom(com.google.protobuf.CodedInputStream input) static RouteMatchRouteMatch.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatchRouteMatch.parseFrom(InputStream input) static RouteMatchRouteMatch.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatchRouteMatch.parseFrom(ByteBuffer data) static RouteMatchRouteMatch.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteMatchModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RouteMatch> RouteMatch.getParserForType()private com.google.protobuf.SingleFieldBuilder<RouteMatch, RouteMatch.Builder, RouteMatchOrBuilder> Route.Builder.internalGetMatchFieldBuilder()Route matching parameters.static com.google.protobuf.Parser<RouteMatch> RouteMatch.parser()Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RouteMatchModifier and TypeMethodDescriptionprivate voidRouteMatch.Builder.buildPartial0(RouteMatch result) private voidRouteMatch.Builder.buildPartialOneofs(RouteMatch result) private voidRouteMatch.Builder.buildPartialRepeatedFields(RouteMatch result) RouteMatch.Builder.mergeFrom(RouteMatch other) Route.Builder.mergeMatch(RouteMatch value) Route matching parameters.static RouteMatch.BuilderRouteMatch.newBuilder(RouteMatch prototype) Route.Builder.setMatch(RouteMatch value) Route matching parameters. -
Uses of RouteMatch in io.grpc.xds
Methods in io.grpc.xds with parameters of type RouteMatchModifier and TypeMethodDescription(package private) static XdsResourceType.StructOrError<VirtualHost.Route.RouteMatch.PathMatcher> XdsRouteConfigureResource.parsePathMatcher(RouteMatch proto) (package private) static XdsResourceType.StructOrError<VirtualHost.Route.RouteMatch> XdsRouteConfigureResource.parseRouteMatch(RouteMatch proto)