Package org.openqa.selenium.remote.http
Interface HttpClient
-
- All Superinterfaces:
HttpHandler
public interface HttpClient extends HttpHandler
Defines a simple client for making HTTP requests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
HttpClient.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebSocket
openSocket(HttpRequest request, WebSocket.Listener listener)
-
Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler
execute, with
-
-
-
-
Method Detail
-
openSocket
WebSocket openSocket(HttpRequest request, WebSocket.Listener listener)
-
-