Uses of Class
nan.exception.nntp.UnconnectedException

Packages that use UnconnectedException
nan.nntp   
 

Uses of UnconnectedException in nan.nntp
 

Methods in nan.nntp that throw UnconnectedException
 NewsgroupList NNTPClientImpl.getNewsgroupList()
          Gets the list of available Newsgroups from the NNTP server.
 boolean NNTPClientImpl.selectNewsgroup(Newsgroup newsgroup)
          Selects the current Newsgroup.
 NewsgroupList NNTPClientImpl.getNewsgroupsSince(java.util.Date when)
          Gets the list of Newsgroups added to the server since a Date.
 java.util.Iterator NNTPClientImpl.getMessagesSince(Newsgroup newsgroup, java.util.Date when)
          Gets the message IDs in an iterator of all messages added to a Newsgroup since a Date.
 MessageHeader NNTPClientImpl.getHeader(int article)
          Gets the MessageHeader of a newsgroup article.
 MessageHeader NNTPClientImpl.getHeader(java.lang.String messageId)
          Gets the MessageHeader of a newsgroup article.
 Message NNTPClientImpl.getMessage(int article, MessageHeader header)
          Gets a message from the news server.
 Message NNTPClientImpl.getMessage(int article)
          Gets a message from the news server.
 Message NNTPClientImpl.getMessage(java.lang.String messageId, MessageHeader header)
          Gets a message from the news server.
 Message NNTPClientImpl.getMessage(java.lang.String messageId)
          Gets a message from the news server.
 boolean NNTPClientImpl.post(Message message)
          Posts a message to the NNTP server.
 NewsgroupList NNTPClient.getNewsgroupList()
          Gets the list of available Newsgroups from the NNTP server.
 boolean NNTPClient.selectNewsgroup(Newsgroup newsgroup)
          Selects the current Newsgroup.
 MessageHeader NNTPClient.getHeader(int article)
          Gets the MessageHeader of a newsgroup article.
 MessageHeader NNTPClient.getHeader(java.lang.String messageId)
          Gets the MessageHeader of a newsgroup article.
 Message NNTPClient.getMessage(int article)
          Gets a message from the news server.
 Message NNTPClient.getMessage(int article, MessageHeader header)
          Gets a message from the news server.
 Message NNTPClient.getMessage(java.lang.String messageId)
          Gets a message from the news server.
 Message NNTPClient.getMessage(java.lang.String messageId, MessageHeader header)
          Gets a message from the news server.
 NewsgroupList NNTPClient.getNewsgroupsSince(java.util.Date when)
          Gets the list of Newsgroups added to the server since a Date.
 java.util.Iterator NNTPClient.getMessagesSince(Newsgroup newsgroup, java.util.Date when)
          Gets the message IDs in an iterator of all messages added to a Newsgroup since a Date.
 boolean NNTPClient.post(Message message)
          Posts a message to the NNTP server.