Disconnect

サーバーから切断します。

構文

public void disconnect() 

パラメータ

なし

結果

クライアントがサーバーから切断されます。

...
//Disconnect from server
server.disconnect();