Secure iNet Factory

Uses of Class
com.jscape.inet.nntp.NntpException

Packages that use NntpException
com.jscape.inet.nntp Contains classes for communicating with NNTP (Network News Transport Protocol) servers. 
com.jscape.inet.nntpssh Contains classes for securely communicating with NNTP (Network News Transport Protocol) servers using an encrypted SSH tunnel. 
 

Uses of NntpException in com.jscape.inet.nntp
 

Methods in com.jscape.inet.nntp that throw NntpException
 void Nntp.connect()
          Connects to NNTP server and authenticates using username and password if found.
 java.util.Enumeration Nntp.getNewsgroups()
          Gets all newsgroups from NNTP server.
 java.util.Enumeration Nntp.getNewsgroups(java.util.Date date)
          Gets new newgroups from NNTP server since a specified date.
 NntpNewsgroup Nntp.getNewsgroup(java.lang.String group)
          Creates NntpNewsgroup from server response to GROUP command.
Posting permission is not available in response to this command and it will be assigned to true.
 void Nntp.setNewsgroup(NntpNewsgroup group)
          Sets current active newsgroup.
 void Nntp.setNewsgroup(java.lang.String group)
          Sets current active newsgroup.
 NntpArticleHeader Nntp.getNextHeader()
          Gets next article header from newsgroup.
 java.util.Enumeration Nntp.getArticleHeaders(int start, int end)
          Gets all article headers from NNTP server within a specific range using the XOVER command.
 java.util.Enumeration Nntp.getArticleHeaders()
          Gets all article headers from current newsgroup.
 java.util.Enumeration Nntp.getArticleHeaders(java.lang.String group)
          Gets all article headers for a newsgroup.
 NntpArticleHeader Nntp.getArticleHeader(int articleId)
          Gets article header from current newsgroup.
 java.util.Enumeration Nntp.getArticleHeaders(java.util.Date date)
          Gets all article headers for current active newsgroup since a specified date.
 java.util.Enumeration Nntp.getArticleHeaders(java.lang.String[] groups, java.util.Date date)
          Gets article headers since a certain date in specified newsgroups.
 NntpArticle Nntp.getArticle(int articleId)
          Gets an article from current newsgroup.
 NntpArticle Nntp.getArticle(java.lang.String messageID)
          Gets an article from current newsgroup based on its Message-ID header.
 NntpArticle Nntp.getNextArticle()
          Gets next article from current newsgroup.
 NntpArticle Nntp.getPreviousArticle()
          Gets previous article from current newsgroup.
 NntpArticleHeader Nntp.getPreviousHeader()
          Gets previous article header from current newsgroup.
 void Nntp.postArticle(NntpArticle article)
          Posts an article to NNTP server.
 java.lang.String Nntp.issueCommand(java.lang.String command)
          Sends command to NNTP server.
 

Constructors in com.jscape.inet.nntp that throw NntpException
NntpArticleBody(java.io.BufferedReader reader)
          Creates new NntpArticleBody instance from BufferedReader.
 

Uses of NntpException in com.jscape.inet.nntpssh
 

Methods in com.jscape.inet.nntpssh that throw NntpException
 void NntpSsh.connect()
          Connects to NNTP server tunnelling all data through SSH server.
 


Secure iNet Factory

Copyright JSCAPE 1999-2008 All Rights Reserved