Uses of Interface
org.openqa.selenium.remote.http.HttpClient
-
-
Uses of HttpClient in org.openqa.selenium.bidi
Constructors in org.openqa.selenium.bidi with parameters of type HttpClient Constructor Description Connection(HttpClient client, java.lang.String url)
-
Uses of HttpClient in org.openqa.selenium.devtools
Constructors in org.openqa.selenium.devtools with parameters of type HttpClient Constructor Description Connection(HttpClient client, java.lang.String url)
-
Uses of HttpClient in org.openqa.selenium.grid.node
Constructors in org.openqa.selenium.grid.node with parameters of type HttpClient Constructor Description ProtocolConvertingSession(Tracer tracer, HttpClient client, SessionId id, java.net.URL url, Dialect downstream, Dialect upstream, Capabilities stereotype, Capabilities capabilities, java.time.Instant startTime)
-
Uses of HttpClient in org.openqa.selenium.grid.sessionmap.remote
Constructors in org.openqa.selenium.grid.sessionmap.remote with parameters of type HttpClient Constructor Description RemoteSessionMap(Tracer tracer, HttpClient client)
-
Uses of HttpClient in org.openqa.selenium.grid.sessionqueue.remote
Constructors in org.openqa.selenium.grid.sessionqueue.remote with parameters of type HttpClient Constructor Description RemoteNewSessionQueue(Tracer tracer, HttpClient client, Secret registrationSecret)
-
Uses of HttpClient in org.openqa.selenium.grid.web
Methods in org.openqa.selenium.grid.web that return HttpClient Modifier and Type Method Description HttpClient
RoutableHttpClientFactory. createClient(ClientConfig config)
Constructors in org.openqa.selenium.grid.web with parameters of type HttpClient Constructor Description ProtocolConverter(Tracer tracer, HttpClient client, Dialect downstream, Dialect upstream)
ReverseProxyHandler(Tracer tracer, HttpClient httpClient)
-
Uses of HttpClient in org.openqa.selenium.remote.http
Methods in org.openqa.selenium.remote.http that return HttpClient Modifier and Type Method Description default HttpClient
HttpClient.Factory. createClient(java.net.URL url)
Creates a HTTP client that will send requests to the given URL.HttpClient
HttpClient.Factory. createClient(ClientConfig config)
-
Uses of HttpClient in org.openqa.selenium.remote.http.netty
Classes in org.openqa.selenium.remote.http.netty that implement HttpClient Modifier and Type Class Description class
NettyClient
Methods in org.openqa.selenium.remote.http.netty that return HttpClient Modifier and Type Method Description HttpClient
NettyClient.Factory. createClient(ClientConfig config)
HttpClient
NettyClient. with(Filter filter)
-
Uses of HttpClient in org.openqa.selenium.remote.tracing
Classes in org.openqa.selenium.remote.tracing that implement HttpClient Modifier and Type Class Description class
TracedHttpClient
Methods in org.openqa.selenium.remote.tracing that return HttpClient Modifier and Type Method Description HttpClient
TracedHttpClient.Factory. createClient(java.net.URL url)
HttpClient
TracedHttpClient.Factory. createClient(ClientConfig config)
-