-
public final class TetheringDomainThe Tethering domain defines methods and events for browser port binding.
-
-
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 Unitbind(BindRequest input)Request browser port binding. final Unitunbind(UnbindRequest input)Request browser port unbinding. -
-
Method Detail
-
events
final Flow<TetheringEvent> events()
Subscribes to all events related to this domain.
-
accepted
final Flow<TetheringEvent.AcceptedEvent> accepted()
Informs that port was successfully bound and got a specified connection id.
-
bind
final Unit bind(BindRequest input)
Request browser port binding.
-
unbind
final Unit unbind(UnbindRequest input)
Request browser port unbinding.
-
-
-
-