Class TracedHttpClient
java.lang.Object
org.openqa.selenium.remote.tracing.TracedHttpClient
- All Implemented Interfaces:
Closeable
,AutoCloseable
,HttpClient
,HttpHandler
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
execute
(HttpRequest req) openSocket
(HttpRequest request, WebSocket.Listener listener) 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.HttpHandler
with
-
Method Details
-
openSocket
- Specified by:
openSocket
in interfaceHttpClient
-
execute
- Specified by:
execute
in interfaceHttpHandler
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceHttpClient
-