Uses of Class
org.openqa.selenium.grid.sessionqueue.NewSessionQueue
Packages that use NewSessionQueue
Package
Description
-
Uses of NewSessionQueue in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type NewSessionQueueModifierConstructorDescriptionLocalDistributor
(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue sessionQueue, SlotSelector slotSelector, Secret registrationSecret, Duration healthcheckInterval, boolean rejectUnsupportedCaps, Duration sessionRequestRetryInterval, int newSessionThreadPoolSize, SlotMatcher slotMatcher) -
Uses of NewSessionQueue in org.openqa.selenium.grid.graphql
Constructors in org.openqa.selenium.grid.graphql with parameters of type NewSessionQueueModifierConstructorDescriptionGraphqlHandler
(org.openqa.selenium.remote.tracing.Tracer tracer, Distributor distributor, NewSessionQueue newSessionQueue, URI publicUri, String version) Grid
(Distributor distributor, NewSessionQueue newSessionQueue, URI uri, String version) GridData
(Distributor distributor, NewSessionQueue newSessionQueue, URI publicUri, String version) -
Uses of NewSessionQueue in org.openqa.selenium.grid.router
Constructors in org.openqa.selenium.grid.router with parameters of type NewSessionQueueModifierConstructorDescriptionRouter
(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue queue, Distributor distributor) -
Uses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.config
Methods in org.openqa.selenium.grid.sessionqueue.config that return NewSessionQueue -
Uses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.local
Subclasses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.localModifier and TypeClassDescriptionclass
An in-memory implementation of the list of new session requests.Methods in org.openqa.selenium.grid.sessionqueue.local that return NewSessionQueue -
Uses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.remote
Subclasses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.remoteMethods in org.openqa.selenium.grid.sessionqueue.remote that return NewSessionQueue