Uses of Interface
org.openqa.selenium.remote.http.HttpClient.Factory
-
-
Uses of HttpClient.Factory in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools with parameters of type HttpClient.Factory Modifier and Type Method Description static java.util.Optional<Connection>
SeleniumCdpConnection. create(HttpClient.Factory clientFactory, Capabilities capabilities)
static java.util.Optional<java.net.URI>
CdpEndpointFinder. getCdpEndPoint(HttpClient.Factory clientFactory, java.net.URI reportedUri)
static java.util.Optional<java.net.URI>
SeleniumCdpConnection. getCdpUri(HttpClient.Factory clientFactory, Capabilities capabilities)
-
Uses of HttpClient.Factory in org.openqa.selenium.grid.distributor
Constructors in org.openqa.selenium.grid.distributor with parameters of type HttpClient.Factory Constructor Description Distributor(Tracer tracer, HttpClient.Factory httpClientFactory, Secret registrationSecret)
-
Uses of HttpClient.Factory in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type HttpClient.Factory Constructor Description LocalDistributor(Tracer tracer, EventBus bus, HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue sessionQueue, SlotSelector slotSelector, Secret registrationSecret, java.time.Duration healthcheckInterval, boolean rejectUnsupportedCaps, java.time.Duration sessionRequestRetryInterval, int newSessionThreadPoolSize)
-
Uses of HttpClient.Factory in org.openqa.selenium.grid.distributor.remote
Constructors in org.openqa.selenium.grid.distributor.remote with parameters of type HttpClient.Factory Constructor Description RemoteDistributor(Tracer tracer, HttpClient.Factory factory, java.net.URL url, Secret registrationSecret)
-
Uses of HttpClient.Factory in org.openqa.selenium.grid.node
Constructors in org.openqa.selenium.grid.node with parameters of type HttpClient.Factory Constructor Description ProxyNodeWebsockets(HttpClient.Factory clientFactory, Node node)
-
Uses of HttpClient.Factory in org.openqa.selenium.grid.node.config
Constructors in org.openqa.selenium.grid.node.config with parameters of type HttpClient.Factory Constructor Description DriverServiceSessionFactory(Tracer tracer, HttpClient.Factory clientFactory, java.time.Duration sessionTimeout, Capabilities stereotype, java.util.function.Predicate<Capabilities> predicate, DriverService.Builder<?,?> builder)
-
Uses of HttpClient.Factory in org.openqa.selenium.grid.node.docker
Methods in org.openqa.selenium.grid.node.docker with parameters of type HttpClient.Factory Modifier and Type Method Description java.util.Map<Capabilities,java.util.Collection<SessionFactory>>
DockerOptions. getDockerSessionFactories(Tracer tracer, HttpClient.Factory clientFactory, java.time.Duration sessionTimeout)
Constructors in org.openqa.selenium.grid.node.docker with parameters of type HttpClient.Factory Constructor Description DockerSessionFactory(Tracer tracer, HttpClient.Factory clientFactory, java.time.Duration sessionTimeout, Docker docker, java.net.URI dockerUri, Image browserImage, Capabilities stereotype, java.util.List<Device> devices, Image videoImage, DockerAssetsPath assetsPath, java.lang.String networkName, boolean runningInDocker)
-
Uses of HttpClient.Factory in org.openqa.selenium.grid.node.relay
Methods in org.openqa.selenium.grid.node.relay with parameters of type HttpClient.Factory Modifier and Type Method Description java.util.Map<Capabilities,java.util.Collection<SessionFactory>>
RelayOptions. getSessionFactories(Tracer tracer, HttpClient.Factory clientFactory, java.time.Duration sessionTimeout)
Constructors in org.openqa.selenium.grid.node.relay with parameters of type HttpClient.Factory Constructor Description RelaySessionFactory(Tracer tracer, HttpClient.Factory clientFactory, java.time.Duration sessionTimeout, java.net.URI serviceUri, java.net.URI serviceStatusUri, Capabilities stereotype)
-
Uses of HttpClient.Factory in org.openqa.selenium.grid.node.remote
Constructors in org.openqa.selenium.grid.node.remote with parameters of type HttpClient.Factory Constructor Description RemoteNode(Tracer tracer, HttpClient.Factory clientFactory, NodeId id, java.net.URI externalUri, Secret registrationSecret, java.util.Collection<Capabilities> capabilities)
-
Uses of HttpClient.Factory in org.openqa.selenium.grid.router
Constructors in org.openqa.selenium.grid.router with parameters of type HttpClient.Factory Constructor Description ProxyWebsocketsIntoGrid(HttpClient.Factory clientFactory, SessionMap sessions)
Router(Tracer tracer, HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue queue, Distributor distributor)
-
Uses of HttpClient.Factory in org.openqa.selenium.grid.server
Methods in org.openqa.selenium.grid.server that return HttpClient.Factory Modifier and Type Method Description HttpClient.Factory
NetworkOptions. getHttpClientFactory(Tracer tracer)
-
Uses of HttpClient.Factory in org.openqa.selenium.grid.web
Classes in org.openqa.selenium.grid.web that implement HttpClient.Factory Modifier and Type Class Description class
RoutableHttpClientFactory
Constructors in org.openqa.selenium.grid.web with parameters of type HttpClient.Factory Constructor Description RoutableHttpClientFactory(java.net.URL self, CombinedHandler handler, HttpClient.Factory delegate)
-
Uses of HttpClient.Factory in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return HttpClient.Factory Modifier and Type Method Description static HttpClient.Factory
HttpCommandExecutor. getDefaultClientFactory()
Constructors in org.openqa.selenium.remote with parameters of type HttpClient.Factory Constructor Description HttpCommandExecutor(java.util.Map<java.lang.String,CommandInfo> additionalCommands, java.net.URL addressOfRemoteServer, HttpClient.Factory httpClientFactory)
HttpCommandExecutor(java.util.Map<java.lang.String,CommandInfo> additionalCommands, ClientConfig config, HttpClient.Factory httpClientFactory)
-
Uses of HttpClient.Factory in org.openqa.selenium.remote.http
Methods in org.openqa.selenium.remote.http that return HttpClient.Factory Modifier and Type Method Description static HttpClient.Factory
HttpClient.Factory. create(java.lang.String name)
Creates a new instance ofHttpClient.Factory
with the given name.static HttpClient.Factory
HttpClient.Factory. createDefault()
Use thewebdriver.http.factory
system property to determine which implementation ofHttpClient.Factory
should be used. -
Uses of HttpClient.Factory in org.openqa.selenium.remote.http.netty
Classes in org.openqa.selenium.remote.http.netty that implement HttpClient.Factory Modifier and Type Class Description static class
NettyClient.Factory
-
Uses of HttpClient.Factory in org.openqa.selenium.remote.tracing
Classes in org.openqa.selenium.remote.tracing that implement HttpClient.Factory Modifier and Type Class Description static class
TracedHttpClient.Factory
Constructors in org.openqa.selenium.remote.tracing with parameters of type HttpClient.Factory Constructor Description Factory(Tracer tracer, HttpClient.Factory delegate)
-