Package 

Class TetheringDomain

    • Method Summary

      Modifier and Type Method Description
      final Flow<TetheringEvent> events() Subscribes to all events related to this domain.
      final Flow<TetheringEvent.AcceptedEvent> accepted() Informs that port was successfully bound and got a specified connection id.
      final Unit bind(BindRequest input) Request browser port binding.
      final Unit unbind(UnbindRequest input) Request browser port unbinding.
      • Methods inherited from class org.hildan.chrome.devtools.domains.tethering.TetheringDomain

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait