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 RouteMatch
RouteMatch.DEFAULT_INSTANCE
private RouteMatch
Route.Builder.match_
private RouteMatch
Route.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.PARSER
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteMatchModifier and TypeMethodDescriptionRouteMatch.Builder.build()
RouteMatch.Builder.buildPartial()
static RouteMatch
RouteMatch.getDefaultInstance()
RouteMatch.Builder.getDefaultInstanceForType()
RouteMatch.getDefaultInstanceForType()
Route.Builder.getMatch()
Route matching parameters.Route.getMatch()
Route matching parameters.RouteOrBuilder.getMatch()
Route matching parameters.static RouteMatch
RouteMatch.parseDelimitedFrom
(InputStream input) static RouteMatch
RouteMatch.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch
RouteMatch.parseFrom
(byte[] data) static RouteMatch
RouteMatch.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch
RouteMatch.parseFrom
(com.google.protobuf.ByteString data) static RouteMatch
RouteMatch.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch
RouteMatch.parseFrom
(com.google.protobuf.CodedInputStream input) static RouteMatch
RouteMatch.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch
RouteMatch.parseFrom
(InputStream input) static RouteMatch
RouteMatch.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch
RouteMatch.parseFrom
(ByteBuffer data) static RouteMatch
RouteMatch.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 void
RouteMatch.Builder.buildPartial0
(RouteMatch result) private void
RouteMatch.Builder.buildPartialOneofs
(RouteMatch result) private void
RouteMatch.Builder.buildPartialRepeatedFields
(RouteMatch result) RouteMatch.Builder.mergeFrom
(RouteMatch other) Route.Builder.mergeMatch
(RouteMatch value) Route matching parameters.static RouteMatch.Builder
RouteMatch.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)