Package com.microsoft.playwright.impl
Class Router.RouteInfo
- java.lang.Object
-
- com.microsoft.playwright.impl.Router.RouteInfo
-
- Enclosing class:
- Router
private static class Router.RouteInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.function.Consumer<Route>handler(package private) UrlMatchermatcher(package private) java.lang.Integertimes
-
Constructor Summary
Constructors Constructor Description RouteInfo(UrlMatcher matcher, java.util.function.Consumer<Route> handler, java.lang.Integer times)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleandecrementRemainingCallCount()(package private) voidhandle(RouteImpl route)
-
-
-
Field Detail
-
matcher
final UrlMatcher matcher
-
handler
final java.util.function.Consumer<Route> handler
-
times
java.lang.Integer times
-
-
Constructor Detail
-
RouteInfo
RouteInfo(UrlMatcher matcher, java.util.function.Consumer<Route> handler, java.lang.Integer times)
-
-
Method Detail
-
handle
void handle(RouteImpl route)
-
decrementRemainingCallCount
boolean decrementRemainingCallCount()
-
-