@param newsgroup The newsgroup to select. @param info A parameter through which the newsgroup information ofthe selected newsgroup contained in the server reply is returned. Set this to null if you do not desire this information. @return True if the newsgroup exists and was selected, false otherwise. @exception NNTPConnectionClosedException If the NNTP server prematurely closes the connection as a result of the client being idle or some other reason causing the server to send NNTP reply code 400. This exception may be caught either as an IOException or independently as itself. @exception IOException If an I/O error occurs while either sending acommand to the server or receiving a reply from the server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|