MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / with

Method with

java/src/org/openqa/selenium/remote/http/Routable.java:24–24  ·  view source on GitHub ↗
(Filter filter)

Source from the content-addressed store, hash-verified

22 boolean matches(HttpRequest req);
23
24 default Routable with(Filter filter) {
25 return filter.andFinally(this);
26 }
27}

Callers 15

createHandlersMethod · 0.95
createHandlersMethod · 0.95
createHandlersMethod · 0.95
WebDriverClass · 0.65
SeleniumClass · 0.65
WebDriverClass · 0.65
RemoteClass · 0.65
RemoteClass · 0.65
expect_requestMethod · 0.65
HttpClass · 0.65
BiDiClass · 0.65
BiDiClass · 0.65

Implementers 13

CommonWebResourcesjava/test/org/openqa/selenium/environm
HandlersForTestsjava/test/org/openqa/selenium/environm
Routejava/src/org/openqa/selenium/remote/ht
SpanWrappedRoutablejava/src/org/openqa/selenium/remote/tr
NewSessionQueuejava/src/org/openqa/selenium/grid/sess
Distributorjava/src/org/openqa/selenium/grid/dist
SessionMapjava/src/org/openqa/selenium/grid/sess
Routerjava/src/org/openqa/selenium/grid/rout
GridUiRoutejava/src/org/openqa/selenium/grid/web/
CombinedHandlerjava/src/org/openqa/selenium/grid/web/
ResourceHandlerjava/src/org/openqa/selenium/grid/web/
Nodejava/src/org/openqa/selenium/grid/node

Calls

no outgoing calls