Uses of Class
com.croftsoft.core.net.news.UsenetMessage

Packages that use UsenetMessage
com.croftsoft.core.net.news Network News Transfer Protocol (NNTP). 
 

Uses of UsenetMessage in com.croftsoft.core.net.news
 

Methods in com.croftsoft.core.net.news that return UsenetMessage
static UsenetMessage UsenetLib.createNewGroupMessage(String email, String newsgroup, String shortDescription, String charter, String justification, String proponent, boolean isBooster)
          Creates a control message to create a new newsgroup.
static UsenetMessage UsenetMessage.parse(BufferedReader bufferedReader)
           
 

Methods in com.croftsoft.core.net.news with parameters of type UsenetMessage
static String NntpLib.post(String nntpServer, Identifier identifier, UsenetMessage usenetMessage, Log log)
           
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)