Uses of Class
org.openqa.selenium.grid.data.SessionRequest
Packages that use SessionRequest
Package
Description
The 
Distributor is responsible for assigning new
 calls to Create Session to a Node.- 
Uses of SessionRequest in org.openqa.selenium.grid.dataMethods in org.openqa.selenium.grid.data with parameters of type SessionRequestModifier and TypeMethodDescriptionstatic TraceContextTraceSessionRequest.extract(Tracer tracer, SessionRequest sessionRequest) 
- 
Uses of SessionRequest in org.openqa.selenium.grid.distributorMethods in org.openqa.selenium.grid.distributor with parameters of type SessionRequest
- 
Uses of SessionRequest in org.openqa.selenium.grid.distributor.localMethods in org.openqa.selenium.grid.distributor.local with parameters of type SessionRequest
- 
Uses of SessionRequest in org.openqa.selenium.grid.distributor.remoteMethods in org.openqa.selenium.grid.distributor.remote with parameters of type SessionRequest
- 
Uses of SessionRequest in org.openqa.selenium.grid.sessionqueueMethods in org.openqa.selenium.grid.sessionqueue that return types with arguments of type SessionRequestModifier and TypeMethodDescriptionabstract List<SessionRequest>NewSessionQueue.getNextAvailable(Map<Capabilities, Long> stereotypes) abstract Optional<SessionRequest>Methods in org.openqa.selenium.grid.sessionqueue with parameters of type SessionRequestModifier and TypeMethodDescriptionabstract HttpResponseNewSessionQueue.addToQueue(SessionRequest request) abstract booleanNewSessionQueue.retryAddToQueue(SessionRequest request) 
- 
Uses of SessionRequest in org.openqa.selenium.grid.sessionqueue.localMethods in org.openqa.selenium.grid.sessionqueue.local that return types with arguments of type SessionRequestModifier and TypeMethodDescriptionLocalNewSessionQueue.getNextAvailable(Map<Capabilities, Long> stereotypes) Methods in org.openqa.selenium.grid.sessionqueue.local with parameters of type SessionRequestModifier and TypeMethodDescriptionLocalNewSessionQueue.addToQueue(SessionRequest request) booleanLocalNewSessionQueue.retryAddToQueue(SessionRequest request) 
- 
Uses of SessionRequest in org.openqa.selenium.grid.sessionqueue.remoteMethods in org.openqa.selenium.grid.sessionqueue.remote that return types with arguments of type SessionRequestModifier and TypeMethodDescriptionRemoteNewSessionQueue.getNextAvailable(Map<Capabilities, Long> stereotypes) Methods in org.openqa.selenium.grid.sessionqueue.remote with parameters of type SessionRequestModifier and TypeMethodDescriptionRemoteNewSessionQueue.addToQueue(SessionRequest request) booleanRemoteNewSessionQueue.retryAddToQueue(SessionRequest request)