Uses of Class
org.openqa.selenium.grid.data.RequestId
Packages that use RequestId
Package
Description
- 
Uses of RequestId in org.openqa.selenium.grid.dataMethods in org.openqa.selenium.grid.data that return RequestIdModifier and TypeMethodDescriptionNewSessionErrorResponse.getRequestId()NewSessionResponse.getRequestId()SessionRequest.getRequestId()SessionRequestCapability.getRequestId()Constructors in org.openqa.selenium.grid.data with parameters of type RequestIdModifierConstructorDescriptionNewSessionErrorResponse(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.sessionqueueMethods in org.openqa.selenium.grid.sessionqueue with parameters of type RequestIdModifier and TypeMethodDescriptionabstract booleanNewSessionQueue.complete(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) abstract Optional<SessionRequest>
- 
Uses of RequestId in org.openqa.selenium.grid.sessionqueue.localMethods in org.openqa.selenium.grid.sessionqueue.local with parameters of type RequestIdModifier and TypeMethodDescriptionbooleanLocalNewSessionQueue.complete(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) Returns true if the session is still valid (not timed out and not canceled)
- 
Uses of RequestId in org.openqa.selenium.grid.sessionqueue.remoteMethods in org.openqa.selenium.grid.sessionqueue.remote with parameters of type RequestIdModifier and TypeMethodDescriptionbooleanRemoteNewSessionQueue.complete(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result)