Home
last modified time | relevance | path

Searched defs:routeMatch (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DVirtualHost.java61 abstract RouteMatch routeMatch(); in routeMatch() method in VirtualHost.Route
68 static Route forAction(RouteMatch routeMatch, RouteAction routeAction, in forAction()
73 static Route forNonForwardingAction(RouteMatch routeMatch, in forNonForwardingAction()
79 RouteMatch routeMatch, @Nullable RouteAction routeAction, in create()
H A DRoutingUtils.java146 static boolean matchRoute(RouteMatch routeMatch, String fullMethodName, in matchRoute()
H A DXdsRouteConfigureResource.java259 StructOrError<RouteMatch> routeMatch = parseRouteMatch(proto.getMatch()); in parseRoute() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DXdsServerWrapperTest.java895 RouteMatch routeMatch = in interceptor_success() local
1105 RouteMatch routeMatch = in buildInterceptor_inline() local
1209 RouteMatch routeMatch = in buildInterceptor_rds() local
1297 RouteMatch routeMatch = in createRoutingConfig() local
H A DXdsSecurityClientServerTest.java378 RouteMatch routeMatch = in buildListener() local