pause
Description:
[ Version ( since = "3.2" ) ]
public void pause ()
public void pause ()
Pauses I/O on this.
This can be used when you need to return from the server handler without having the full response ready yet. Use [method@ServerMessage.unpause] to resume I/O.
Parameters:
this |
a SoupServerMessage |