Package com.codeborne.selenide.proxy
Interface RequestMatcher
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
match
(io.netty.handler.codec.http.HttpRequest request, com.browserup.bup.util.HttpMessageContents contents, com.browserup.bup.util.HttpMessageInfo messageInfo) static boolean
methodMatches
(io.netty.handler.codec.http.HttpRequest request, RequestMatcher.HttpMethod method)
-
Method Details
-
match
boolean match(io.netty.handler.codec.http.HttpRequest request, com.browserup.bup.util.HttpMessageContents contents, com.browserup.bup.util.HttpMessageInfo messageInfo) -
methodMatches
static boolean methodMatches(io.netty.handler.codec.http.HttpRequest request, RequestMatcher.HttpMethod method)
-