Class TracedHttpClient
- java.lang.Object
-
- org.openqa.selenium.remote.tracing.TracedHttpClient
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,HttpClient
,HttpHandler
public class TracedHttpClient extends java.lang.Object implements HttpClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TracedHttpClient.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
HttpResponse
execute(HttpRequest req)
WebSocket
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 Detail
-
openSocket
public WebSocket openSocket(HttpRequest request, WebSocket.Listener listener)
- Specified by:
openSocket
in interfaceHttpClient
-
execute
public HttpResponse execute(HttpRequest req)
- Specified by:
execute
in interfaceHttpHandler
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Specified by:
close
in interfaceHttpClient
-
-