Uses of Class
org.openqa.selenium.grid.data.RequestId
Package
Description
-
Uses of RequestId in org.openqa.selenium.grid.data
Modifier and TypeMethodDescriptionNewSessionErrorResponse.getRequestId()
NewSessionResponse.getRequestId()
SessionRequest.getRequestId()
SessionRequestCapability.getRequestId()
ModifierConstructorDescriptionNewSessionErrorResponse
(RequestId requestId, String message) NewSessionResponse
(RequestId requestId, Session session, byte[] downstreamEncodedResponse) SessionRequest
(RequestId requestId, Instant enqueued, Set<Dialect> downstreamDialects, Set<Capabilities> desiredCapabilities, Map<String, Object> metadata, Map<String, String> traceHeaders) SessionRequest
(RequestId requestId, HttpRequest request, Instant enqueued) SessionRequestCapability
(RequestId requestId, Set<Capabilities> desiredCapabilities) -
Uses of RequestId in org.openqa.selenium.grid.sessionqueue
Modifier and TypeMethodDescriptionabstract boolean
NewSessionQueue.complete
(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) abstract Optional<SessionRequest>
-
Uses of RequestId in org.openqa.selenium.grid.sessionqueue.local
Modifier and TypeMethodDescriptionboolean
LocalNewSessionQueue.complete
(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) Returns true if the session is still valid (not timed out) -
Uses of RequestId in org.openqa.selenium.grid.sessionqueue.remote
Modifier and TypeMethodDescriptionboolean
RemoteNewSessionQueue.complete
(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result)