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 RequestIdNewSessionErrorResponse. getRequestId()RequestIdNewSessionResponse. getRequestId()RequestIdSessionRequest. getRequestId()RequestIdSessionRequestCapability. getRequestId()Constructors in org.openqa.selenium.grid.data with parameters of type RequestId Constructor Description NewSessionErrorResponse(RequestId requestId, java.lang.String message)NewSessionResponse(RequestId requestId, Session session, byte[] downstreamEncodedResponse)SessionRequest(RequestId requestId, java.time.Instant enqueued, java.util.Set<org.openqa.selenium.remote.Dialect> downstreamDialects, java.util.Set<org.openqa.selenium.Capabilities> desiredCapabilities, java.util.Map<java.lang.String,java.lang.Object> metadata, java.util.Map<java.lang.String,java.lang.String> traceHeaders)SessionRequest(RequestId requestId, org.openqa.selenium.remote.http.HttpRequest request, java.time.Instant enqueued)SessionRequestCapability(RequestId requestId, java.util.Set<org.openqa.selenium.Capabilities> desiredCapabilities) -
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 abstract voidNewSessionQueue. complete(RequestId reqId, org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse> result)abstract java.util.Optional<SessionRequest>NewSessionQueue. remove(RequestId reqId) -
Uses of RequestId in org.openqa.selenium.grid.sessionqueue.local
Methods in org.openqa.selenium.grid.sessionqueue.local with parameters of type RequestId Modifier and Type Method Description voidLocalNewSessionQueue. complete(RequestId reqId, org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse> result)java.util.Optional<SessionRequest>LocalNewSessionQueue. remove(RequestId reqId) -
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 voidRemoteNewSessionQueue. complete(RequestId reqId, org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse> result)java.util.Optional<SessionRequest>RemoteNewSessionQueue. remove(RequestId reqId)
-