Uses of Class
org.openqa.selenium.grid.sessionqueue.SessionRequest
-
Packages that use SessionRequest Package Description org.openqa.selenium.grid.distributor TheDistributoris 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.HttpResponseGetNewSessionResponse. add(SessionRequest request)abstract org.openqa.selenium.remote.http.HttpResponseNewSessionQueuer. addToQueue(SessionRequest request)booleanNewSessionQueue. hasRequestTimedOut(SessionRequest request)abstract booleanNewSessionQueue. offerFirst(SessionRequest request)abstract booleanNewSessionQueue. offerLast(SessionRequest request)abstract booleanNewSessionQueuer. 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.HttpResponseLocalNewSessionQueuer. addToQueue(SessionRequest request)booleanLocalNewSessionQueue. offerFirst(SessionRequest request)booleanLocalNewSessionQueue. offerLast(SessionRequest request)booleanLocalNewSessionQueuer. 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.HttpResponseRemoteNewSessionQueuer. addToQueue(SessionRequest request)booleanRemoteNewSessionQueuer. retryAddToQueue(SessionRequest request)
-