Class TracedHttpClient
- java.lang.Object
-
- org.openqa.selenium.remote.tracing.TracedHttpClient
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,org.openqa.selenium.remote.http.HttpClient,org.openqa.selenium.remote.http.HttpHandler
public class TracedHttpClient extends java.lang.Object implements org.openqa.selenium.remote.http.HttpClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTracedHttpClient.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()org.openqa.selenium.remote.http.HttpResponseexecute(org.openqa.selenium.remote.http.HttpRequest req)org.openqa.selenium.remote.http.WebSocketopenSocket(org.openqa.selenium.remote.http.HttpRequest request, org.openqa.selenium.remote.http.WebSocket.Listener listener)
-
-
-
Method Detail
-
openSocket
public org.openqa.selenium.remote.http.WebSocket openSocket(org.openqa.selenium.remote.http.HttpRequest request, org.openqa.selenium.remote.http.WebSocket.Listener listener)- Specified by:
openSocketin interfaceorg.openqa.selenium.remote.http.HttpClient
-
execute
public org.openqa.selenium.remote.http.HttpResponse execute(org.openqa.selenium.remote.http.HttpRequest req)
- Specified by:
executein interfaceorg.openqa.selenium.remote.http.HttpHandler
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein interfaceorg.openqa.selenium.remote.http.HttpClient
-
-