Class RouterFlags

  • All Implemented Interfaces:
    org.openqa.selenium.grid.config.HasRoles

    @AutoService(org.openqa.selenium.grid.config.HasRoles.class)
    public class RouterFlags
    extends java.lang.Object
    implements org.openqa.selenium.grid.config.HasRoles
    • Constructor Summary

      Constructors 
      Constructor Description
      RouterFlags()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.openqa.selenium.grid.config.Role> getRoles()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RouterFlags

        public RouterFlags()
    • Method Detail

      • getRoles

        public java.util.Set<org.openqa.selenium.grid.config.Role> getRoles()
        Specified by:
        getRoles in interface org.openqa.selenium.grid.config.HasRoles