Package org.openqa.selenium.remote.http
Class DumpHttpExchangeFilter
- java.lang.Object
-
- org.openqa.selenium.remote.http.DumpHttpExchangeFilter
-
- All Implemented Interfaces:
java.util.function.Function<HttpHandler,HttpHandler>
,Filter
public class DumpHttpExchangeFilter extends java.lang.Object implements Filter
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.logging.Logger
LOG
-
Constructor Summary
Constructors Constructor Description DumpHttpExchangeFilter()
DumpHttpExchangeFilter(java.util.logging.Level logLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpHandler
apply(HttpHandler next)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.remote.http.Filter
andFinally, andFinally, andThen
-
-
-
-
Method Detail
-
apply
public HttpHandler apply(HttpHandler next)
- Specified by:
apply
in interfacejava.util.function.Function<HttpHandler,HttpHandler>
-
-