Jive Forums API (5.5.20.2-oracle) Developer Javadocs

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

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

Uses of PostFailedException in com.jivesoftware.forum.nntp
 

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

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

Methods in com.jivesoftware.forum.nntp.spi that throw PostFailedException
static ForumMessage[] FArticlePostUtil.createMessages(ForumSession session, MimeTools.Headers mainHeaders, MimeTools.Headers headers, java.lang.String body)
          Posts the given article with mainHeaders and body to the forum.
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.