You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Disconnects the socket connection. You should call this method after you've finished using the class instance and also before you call {@link #connect
* connect() } again. _isConnected_ is set to false, _socket_ is set to null, _input_ is set to null, and _output_ is set to null.
*
* @throws IOException If there is an error closing the socket.
* @throws IOException not thrown, subclasses may throw.
*/
@SuppressWarnings("unused") // subclasses may throw IOException