Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.nntp.spi.ForumSession

Packages that use ForumSession
com.jivesoftware.forum.nntp.spi Implementation of core NNTP interfaces. 
 

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

Methods in com.jivesoftware.forum.nntp.spi with parameters of type ForumSession
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.
static void FArticlePostUtil.post(java.util.Iterator rawArticle, ForumSession session)
          Post the article to the appropriate forum in the given factory.
 

Constructors in com.jivesoftware.forum.nntp.spi with parameters of type ForumSession
ArticlePointerImpl(ForumSession session)
          Create an article pointer using the given adapter.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.