Package com.microsoft.playwright.impl
Class HARRouter
- java.lang.Object
-
- com.microsoft.playwright.impl.HARRouter
-
public class HARRouter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private HarNotFounddefaultActionprivate java.lang.StringharIdprivate LocalUtilslocalUtils
-
Constructor Summary
Constructors Constructor Description HARRouter(LocalUtils localUtils, java.nio.file.Path harFile, HarNotFound defaultAction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voiddispose()(package private) voidhandle(Route route)
-
-
-
Field Detail
-
localUtils
private final LocalUtils localUtils
-
defaultAction
private final HarNotFound defaultAction
-
harId
private final java.lang.String harId
-
-
Constructor Detail
-
HARRouter
HARRouter(LocalUtils localUtils, java.nio.file.Path harFile, HarNotFound defaultAction)
-
-
Method Detail
-
handle
void handle(Route route)
-
dispose
void dispose()
-
-