Issuing NNTP commands |
After establishing a connection you may issue commands to the NNTP server using the Nntp#issueCommand method providing the command as an argument.
Example
// send QUIT command to NNTP server nntp.issueCommand("QUIT");
|