Uses of Interface
org.openqa.selenium.remote.http.HttpClient.Factory
Packages that use HttpClient.Factory
Package
Description
The
Distributor
is responsible for assigning new
calls to Create Session to a Node
.-
Uses of HttpClient.Factory in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools with parameters of type HttpClient.FactoryModifier and TypeMethodDescriptionstatic Optional
<Connection> SeleniumCdpConnection.create
(HttpClient.Factory clientFactory, Capabilities capabilities) static HttpClient
CdpEndpointFinder.getHttpClient
(HttpClient.Factory clientFactory, URI reportedUri) -
Uses of HttpClient.Factory in org.openqa.selenium.grid.distributor
Constructors in org.openqa.selenium.grid.distributor with parameters of type HttpClient.FactoryModifierConstructorDescriptionprotected
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.FactoryModifierConstructorDescriptionLocalDistributor
(Tracer tracer, EventBus bus, HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue sessionQueue, SlotSelector slotSelector, Secret registrationSecret, Duration healthcheckInterval, boolean rejectUnsupportedCaps, Duration sessionRequestRetryInterval, int newSessionThreadPoolSize, SlotMatcher slotMatcher, Duration purgeNodesInterval) LocalNodeRegistry
(Tracer tracer, EventBus bus, int newSessionThreadPoolSize, HttpClient.Factory clientFactory, Secret registrationSecret, Duration healthcheckInterval, ScheduledExecutorService nodeHealthCheckService, Duration purgeNodesInterval, ScheduledExecutorService purgeDeadNodesService) -
Uses of HttpClient.Factory in org.openqa.selenium.grid.distributor.remote
Constructors in org.openqa.selenium.grid.distributor.remote with parameters of type HttpClient.FactoryModifierConstructorDescriptionRemoteDistributor
(Tracer tracer, HttpClient.Factory factory, 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.FactoryModifierConstructorDescriptionProxyNodeWebsockets
(HttpClient.Factory clientFactory, Node node, String gridSubPath) -
Uses of HttpClient.Factory in org.openqa.selenium.grid.node.config
Constructors in org.openqa.selenium.grid.node.config with parameters of type HttpClient.FactoryModifierConstructorDescriptionDriverServiceSessionFactory
(Tracer tracer, HttpClient.Factory clientFactory, Duration sessionTimeout, Capabilities stereotype, 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.FactoryModifier and TypeMethodDescriptionDockerOptions.getDockerSessionFactories
(Tracer tracer, HttpClient.Factory clientFactory, NodeOptions options) Constructors in org.openqa.selenium.grid.node.docker with parameters of type HttpClient.FactoryModifierConstructorDescriptionDockerSessionFactory
(Tracer tracer, HttpClient.Factory clientFactory, Duration sessionTimeout, Duration serverStartTimeout, Docker docker, URI dockerUri, Image browserImage, Capabilities stereotype, List<Device> devices, Image videoImage, DockerAssetsPath assetsPath, String networkName, boolean runningInDocker, Predicate<Capabilities> predicate, Map<String, Object> hostConfig, List<String> hostConfigKeys) -
Uses of HttpClient.Factory in org.openqa.selenium.grid.node.relay
Methods in org.openqa.selenium.grid.node.relay with parameters of type HttpClient.FactoryModifier and TypeMethodDescriptionRelayOptions.getSessionFactories
(Tracer tracer, HttpClient.Factory clientFactory, Duration sessionTimeout) Constructors in org.openqa.selenium.grid.node.relay with parameters of type HttpClient.FactoryModifierConstructorDescriptionRelaySessionFactory
(Tracer tracer, HttpClient.Factory clientFactory, Duration sessionTimeout, URI serviceUri, URI serviceStatusUri, String serviceProtocolVersion, 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.FactoryModifierConstructorDescriptionRemoteNode
(Tracer tracer, HttpClient.Factory clientFactory, NodeId id, URI externalUri, Secret registrationSecret, Duration sessionTimeout, 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.FactoryModifierConstructorDescriptionProxyWebsocketsIntoGrid
(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 -
Uses of HttpClient.Factory in org.openqa.selenium.grid.web
Classes in org.openqa.selenium.grid.web that implement HttpClient.FactoryConstructors in org.openqa.selenium.grid.web with parameters of type HttpClient.FactoryModifierConstructorDescriptionRoutableHttpClientFactory
(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.FactoryModifier and TypeMethodDescriptionstatic HttpClient.Factory
HttpCommandExecutor.getDefaultClientFactory()
Constructors in org.openqa.selenium.remote with parameters of type HttpClient.FactoryModifierConstructorDescriptionHttpCommandExecutor
(Map<String, CommandInfo> additionalCommands, URL addressOfRemoteServer, HttpClient.Factory httpClientFactory) HttpCommandExecutor
(Map<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.FactoryModifier and TypeMethodDescriptionstatic HttpClient.Factory
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.jdk
Classes in org.openqa.selenium.remote.http.jdk that implement HttpClient.Factory -
Uses of HttpClient.Factory in org.openqa.selenium.remote.tracing
Classes in org.openqa.selenium.remote.tracing that implement HttpClient.FactoryConstructors in org.openqa.selenium.remote.tracing with parameters of type HttpClient.Factory