Class TracedHttpClient
- java.lang.Object
-
- org.openqa.selenium.remote.tracing.TracedHttpClient
-
- All Implemented Interfaces:
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 class
TracedHttpClient.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.remote.http.HttpResponse
execute(org.openqa.selenium.remote.http.HttpRequest req)
org.openqa.selenium.remote.http.WebSocket
openSocket(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:
openSocket
in interfaceorg.openqa.selenium.remote.http.HttpClient
-
execute
public org.openqa.selenium.remote.http.HttpResponse execute(org.openqa.selenium.remote.http.HttpRequest req) throws java.io.UncheckedIOException
- Specified by:
execute
in interfaceorg.openqa.selenium.remote.http.HttpHandler
- Throws:
java.io.UncheckedIOException
-
-