Uses of Class
org.openqa.selenium.grid.data.RequestId
-
Packages that use RequestId Package Description org.openqa.selenium.grid.data org.openqa.selenium.grid.sessionqueue org.openqa.selenium.grid.sessionqueue.local org.openqa.selenium.grid.sessionqueue.remote -
-
Uses of RequestId in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return RequestId Modifier and Type Method Description RequestId
NewSessionErrorResponse. getRequestId()
RequestId
NewSessionResponse. getRequestId()
Methods in org.openqa.selenium.grid.data that return types with arguments of type RequestId Modifier and Type Method Description static EventListener<RequestId>
NewSessionRequestEvent. listener(java.util.function.Consumer<RequestId> handler)
Method parameters in org.openqa.selenium.grid.data with type arguments of type RequestId Modifier and Type Method Description static EventListener<RequestId>
NewSessionRequestEvent. listener(java.util.function.Consumer<RequestId> handler)
Constructors in org.openqa.selenium.grid.data with parameters of type RequestId Constructor Description NewSessionErrorResponse(RequestId requestId, java.lang.String message)
NewSessionRequest(RequestId requestId, java.util.concurrent.CountDownLatch latch)
NewSessionRequestEvent(RequestId requestId)
NewSessionResponse(RequestId requestId, Session session, byte[] downstreamEncodedResponse)
-
Uses of RequestId in org.openqa.selenium.grid.sessionqueue
Methods in org.openqa.selenium.grid.sessionqueue with parameters of type RequestId Modifier and Type Method Description void
NewSessionQueue. addRequestHeaders(org.openqa.selenium.remote.http.HttpRequest request, RequestId reqId)
abstract boolean
NewSessionQueue. offerFirst(org.openqa.selenium.remote.http.HttpRequest request, RequestId requestId)
abstract boolean
NewSessionQueue. offerLast(org.openqa.selenium.remote.http.HttpRequest request, RequestId requestId)
abstract java.util.Optional<org.openqa.selenium.remote.http.HttpRequest>
NewSessionQueue. remove(RequestId requestId)
abstract java.util.Optional<org.openqa.selenium.remote.http.HttpRequest>
NewSessionQueuer. remove(RequestId reqId)
abstract boolean
NewSessionQueuer. retryAddToQueue(org.openqa.selenium.remote.http.HttpRequest request, RequestId reqId)
-
Uses of RequestId in org.openqa.selenium.grid.sessionqueue.local
Methods in org.openqa.selenium.grid.sessionqueue.local that return RequestId Modifier and Type Method Description RequestId
SessionRequest. getRequestId()
Methods in org.openqa.selenium.grid.sessionqueue.local with parameters of type RequestId Modifier and Type Method Description boolean
LocalNewSessionQueue. offerFirst(org.openqa.selenium.remote.http.HttpRequest request, RequestId requestId)
boolean
LocalNewSessionQueue. offerLast(org.openqa.selenium.remote.http.HttpRequest request, RequestId requestId)
java.util.Optional<org.openqa.selenium.remote.http.HttpRequest>
LocalNewSessionQueue. remove(RequestId id)
java.util.Optional<org.openqa.selenium.remote.http.HttpRequest>
LocalNewSessionQueuer. remove(RequestId id)
boolean
LocalNewSessionQueuer. retryAddToQueue(org.openqa.selenium.remote.http.HttpRequest request, RequestId reqId)
Constructors in org.openqa.selenium.grid.sessionqueue.local with parameters of type RequestId Constructor Description SessionRequest(RequestId requestId, org.openqa.selenium.remote.http.HttpRequest request)
-
Uses of RequestId in org.openqa.selenium.grid.sessionqueue.remote
Methods in org.openqa.selenium.grid.sessionqueue.remote with parameters of type RequestId Modifier and Type Method Description java.util.Optional<org.openqa.selenium.remote.http.HttpRequest>
RemoteNewSessionQueuer. remove(RequestId reqId)
boolean
RemoteNewSessionQueuer. retryAddToQueue(org.openqa.selenium.remote.http.HttpRequest request, RequestId reqId)
-