Class GetNewSessionResponse
- java.lang.Object
-
- org.openqa.selenium.grid.sessionqueue.GetNewSessionResponse
-
public class GetNewSessionResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetNewSessionResponse(EventBus bus, NewSessionQueue sessionRequests)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.remote.http.HttpResponse
add(SessionRequest request)
-
-
-
Constructor Detail
-
GetNewSessionResponse
public GetNewSessionResponse(EventBus bus, NewSessionQueue sessionRequests)
-
-
Method Detail
-
add
public org.openqa.selenium.remote.http.HttpResponse add(SessionRequest request)
-
-