Uses of Class
org.openqa.selenium.grid.sessionqueue.SessionRequest
-
Packages that use SessionRequest Package Description org.openqa.selenium.grid.distributor TheDistributor
is responsible for assigning new calls to Create Session to aNode
.org.openqa.selenium.grid.sessionqueue org.openqa.selenium.grid.sessionqueue.local org.openqa.selenium.grid.sessionqueue.remote -
-
Uses of SessionRequest in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type SessionRequest Modifier and Type Method Description org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse>
Distributor. newSession(SessionRequest request)
-
Uses of SessionRequest in org.openqa.selenium.grid.sessionqueue
Methods in org.openqa.selenium.grid.sessionqueue that return types with arguments of type SessionRequest Modifier and Type Method Description abstract java.util.Optional<SessionRequest>
NewSessionQueue. remove(RequestId requestId)
abstract java.util.Optional<SessionRequest>
NewSessionQueuer. remove(RequestId reqId)
Methods in org.openqa.selenium.grid.sessionqueue with parameters of type SessionRequest Modifier and Type Method Description org.openqa.selenium.remote.http.HttpResponse
GetNewSessionResponse. add(SessionRequest request)
abstract org.openqa.selenium.remote.http.HttpResponse
NewSessionQueuer. addToQueue(SessionRequest request)
boolean
NewSessionQueue. hasRequestTimedOut(SessionRequest request)
abstract boolean
NewSessionQueue. offerFirst(SessionRequest request)
abstract boolean
NewSessionQueue. offerLast(SessionRequest request)
abstract boolean
NewSessionQueuer. retryAddToQueue(SessionRequest request)
-
Uses of SessionRequest in org.openqa.selenium.grid.sessionqueue.local
Methods in org.openqa.selenium.grid.sessionqueue.local that return types with arguments of type SessionRequest Modifier and Type Method Description java.util.Optional<SessionRequest>
LocalNewSessionQueue. remove(RequestId id)
java.util.Optional<SessionRequest>
LocalNewSessionQueuer. remove(RequestId id)
Methods in org.openqa.selenium.grid.sessionqueue.local with parameters of type SessionRequest Modifier and Type Method Description org.openqa.selenium.remote.http.HttpResponse
LocalNewSessionQueuer. addToQueue(SessionRequest request)
boolean
LocalNewSessionQueue. offerFirst(SessionRequest request)
boolean
LocalNewSessionQueue. offerLast(SessionRequest request)
boolean
LocalNewSessionQueuer. retryAddToQueue(SessionRequest request)
-
Uses of SessionRequest in org.openqa.selenium.grid.sessionqueue.remote
Methods in org.openqa.selenium.grid.sessionqueue.remote that return types with arguments of type SessionRequest Modifier and Type Method Description java.util.Optional<SessionRequest>
RemoteNewSessionQueuer. remove(RequestId reqId)
Methods in org.openqa.selenium.grid.sessionqueue.remote with parameters of type SessionRequest Modifier and Type Method Description org.openqa.selenium.remote.http.HttpResponse
RemoteNewSessionQueuer. addToQueue(SessionRequest request)
boolean
RemoteNewSessionQueuer. retryAddToQueue(SessionRequest request)
-