Interface NetworkController
public interface NetworkController
-
Method Summary
-
Method Details
-
pause
Pauses the acceptance of incoming data for the specified duration. The flow is resumed once the duration is over or an explicit call toresume()is performed.- Parameters:
duration- the duration to apply before calling resume.
-
resume
void resume()Immediately resume the flow of incoming data.
-