Uses of Class
org.openqa.selenium.grid.sessionqueue.NewSessionQueuer
-
-
Uses of NewSessionQueuer in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type NewSessionQueuer Constructor Description LocalDistributor(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueuer sessionRequests, Secret registrationSecret, java.time.Duration healthcheckInterval)
-
Uses of NewSessionQueuer in org.openqa.selenium.grid.graphql
Constructors in org.openqa.selenium.grid.graphql with parameters of type NewSessionQueuer Constructor Description GraphqlHandler(org.openqa.selenium.remote.tracing.Tracer tracer, Distributor distributor, NewSessionQueuer newSessionQueuer, java.net.URI publicUri, java.lang.String version)
Grid(Distributor distributor, NewSessionQueuer newSessionQueuer, java.net.URI uri, java.lang.String version)
GridData(Distributor distributor, NewSessionQueuer newSessionQueuer, java.net.URI publicUri, java.lang.String version)
-
Uses of NewSessionQueuer in org.openqa.selenium.grid.router
Constructors in org.openqa.selenium.grid.router with parameters of type NewSessionQueuer Constructor Description Router(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueuer queuer, Distributor distributor)
-
Uses of NewSessionQueuer in org.openqa.selenium.grid.sessionqueue.config
Methods in org.openqa.selenium.grid.sessionqueue.config that return NewSessionQueuer Modifier and Type Method Description NewSessionQueuer
NewSessionQueuerOptions. getSessionQueuer(java.lang.String implementation)
-
Uses of NewSessionQueuer in org.openqa.selenium.grid.sessionqueue.local
Subclasses of NewSessionQueuer in org.openqa.selenium.grid.sessionqueue.local Modifier and Type Class Description class
LocalNewSessionQueuer
Methods in org.openqa.selenium.grid.sessionqueue.local that return NewSessionQueuer Modifier and Type Method Description static NewSessionQueuer
LocalNewSessionQueuer. create(Config config)
-
Uses of NewSessionQueuer in org.openqa.selenium.grid.sessionqueue.remote
Subclasses of NewSessionQueuer in org.openqa.selenium.grid.sessionqueue.remote Modifier and Type Class Description class
RemoteNewSessionQueuer
Methods in org.openqa.selenium.grid.sessionqueue.remote that return NewSessionQueuer Modifier and Type Method Description static NewSessionQueuer
RemoteNewSessionQueuer. create(Config config)
-