-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class SetRequestInterceptionRequest
Request object containing input parameters for the NetworkDomain.setRequestInterception command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<RequestPattern>patterns
-
Constructor Summary
Constructors Constructor Description SetRequestInterceptionRequest(List<RequestPattern> patterns)
-
Method Summary
Modifier and Type Method Description final List<RequestPattern>component1()final SetRequestInterceptionRequestcopy(List<RequestPattern> patterns)final List<RequestPattern>getPatterns()Requests matching any of these patterns will be forwarded and wait for the corresponding continueInterceptedRequest call. -
-
Constructor Detail
-
SetRequestInterceptionRequest
SetRequestInterceptionRequest(List<RequestPattern> patterns)
-
-
Method Detail
-
component1
final List<RequestPattern> component1()
-
copy
final SetRequestInterceptionRequest copy(List<RequestPattern> patterns)
-
getPatterns
final List<RequestPattern> getPatterns()
Requests matching any of these patterns will be forwarded and wait for the corresponding continueInterceptedRequest call.
-
-
-
-