Class JdkHttpClient
java.lang.Object
org.openqa.selenium.remote.http.jdk.JdkHttpClient
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.openqa.selenium.remote.http.HttpClient
,org.openqa.selenium.remote.http.HttpHandler
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
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) 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
-
Field Details
-
LOG
-
-
Method Details
-
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 UncheckedIOException - Specified by:
execute
in interfaceorg.openqa.selenium.remote.http.HttpHandler
- Throws:
UncheckedIOException
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceorg.openqa.selenium.remote.http.HttpClient
-