Interface Server<T extends Server>

All Superinterfaces:
HasLifecycle<T>
All Known Implementing Classes:
NettyServer

public interface Server<T extends Server> extends HasLifecycle<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     

    Methods inherited from interface org.openqa.selenium.grid.component.HasLifecycle

    start, stop
  • Method Details

    • isStarted

      boolean isStarted()
    • getUrl

      URL getUrl()