Class RemoteSession.Factory<X>

java.lang.Object
org.openqa.selenium.grid.session.remote.RemoteSession.Factory<X>
All Implemented Interfaces:
Function<CreateSessionRequest,Optional<ActiveSession>>, Predicate<Capabilities>, SessionFactory
Direct Known Subclasses:
ServicedSession.Factory
Enclosing class:
RemoteSession

public abstract static class RemoteSession.Factory<X> extends Object implements SessionFactory