Class TracedHttpClient
java.lang.Object
org.openqa.selenium.remote.tracing.TracedHttpClient
- All Implemented Interfaces:
Closeable,AutoCloseable,HttpClient,HttpHandler
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()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, waitMethods inherited from interface org.openqa.selenium.remote.http.HttpClient
executeAsyncMethods inherited from interface org.openqa.selenium.remote.http.HttpHandler
with
-
Method Details
-
openSocket
- Specified by:
openSocketin interfaceHttpClient
-
execute
- Specified by:
executein interfaceHttpHandler
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceHttpClient
-