Uses of Class
org.openqa.selenium.grid.data.RequestId
-
Packages that use RequestId Package Description org.openqa.selenium.grid.data -
-
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)
-