Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.nntp.PostRejectedException

Packages that use PostRejectedException
com.jivesoftware.forum.nntp Jive Forums internal NNTP server. 
com.jivesoftware.forum.nntp.spi Implementation of core NNTP interfaces. 
 

Uses of PostRejectedException in com.jivesoftware.forum.nntp
 

Methods in com.jivesoftware.forum.nntp that throw PostRejectedException
 void Session.postArticle(java.util.Iterator article)
          Post the given article to the server.
 

Uses of PostRejectedException in com.jivesoftware.forum.nntp.spi
 

Methods in com.jivesoftware.forum.nntp.spi that throw PostRejectedException
static ForumMessage[] FArticlePostUtil.parseAlternative(ForumSession session, MimeTools.Headers mainHeaders, java.util.Iterator rawArticle, java.lang.String mimeBoundary)
          Parse a multipart alternative body part searching for the start of the text/plain part.
static ForumMessage[] FArticlePostUtil.parseBody(ForumSession session, MimeTools.Headers mainHeaders, MimeTools.Headers headers, java.nio.charset.Charset charset, java.util.Iterator rawArticle, java.lang.String encoding, java.lang.String type)
          Parses the raw article and pushes the data as plain text into a body string.
static void FArticlePostUtil.parseMultipart(java.util.Iterator rawArticle, MimeTools.Headers mainHeaders, java.lang.String mimeBoundary, ForumSession session)
          Parse a multipart body part.
 void ForumSession.post(java.util.Iterator article)
          Posts an article to the system.
static void FArticlePostUtil.post(java.util.Iterator rawArticle, ForumSession session)
          Post the article to the appropriate forum in the given factory.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.