Package org.openqa.selenium.remote.http
Interface HttpHandler
-
- All Known Subinterfaces:
HttpClient
,Routable
- All Known Implementing Classes:
RemoteCall
,Route
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface HttpHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description HttpResponse
execute(HttpRequest req)
default HttpHandler
with(Filter filter)
-
-
-
Method Detail
-
execute
HttpResponse execute(HttpRequest req) throws java.io.UncheckedIOException
- Throws:
java.io.UncheckedIOException
-
with
default HttpHandler with(Filter filter)
-
-