Class JdkHttpClient
java.lang.Object
org.openqa.selenium.remote.http.jdk.JdkHttpClient
- All Implemented Interfaces:
Closeable,AutoCloseable,HttpClient,HttpHandler
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()execute(HttpRequest req) executeAsync(HttpRequest request) 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.HttpHandler
with
-
Field Details
-
LOG
-
-
Method Details
-
openSocket
- Specified by:
openSocketin interfaceHttpClient
-
executeAsync
- Specified by:
executeAsyncin interfaceHttpClient
-
execute
- Specified by:
executein interfaceHttpHandler- Throws:
UncheckedIOException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceHttpClient
-