Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Package com.jivesoftware.forum.nntp.spi

Implementation of core NNTP interfaces.

See:
          Description

Class Summary
ArticleIterator Iterator over a range of articles (messages) in a forum by forumIndex.
ArticlePointerImpl Simple article pointer that uses a ForumSession to access the message store.
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64 InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
CommandMonitorImpl Monitors samples using an underlying transient that tracks command-response pairs as a generic sample.
DotIterator Iterator that continues until the underlying iterator runs out or a message terminating dot is seen.
FArticlePostUtil Utility class that aides the ForumSession class parse a posted article and insert it into the appropriate forum.
FFNGIteratorAdapter Converts an iterator of Forums into an iterator of Newsgroups on a just-in-time basis.
FForumNewsGroupAdapter Converts a Forum to an NNTP NewsGroup.
FMessageArticleAdapter A set-and-forget wrapper that adapts a forum message to an NNTP article.
FNameFilterIterator Filters forums in the underlying forumIterator by name.
ForumSession Implements the primary Forum integration point for supporting a Jive NNTP server front end.
MimeBodyPartIterator An iterator of MIME body parts, it scans an underlying Iterator of Strings comprising the RFC822 email message.
MimeTools Pure MIME related tools.
MimeTools.Header Data structure containing a single header name/value pair.
MimeTools.Headers Contains the parsed article information.
MultiArticleIterator A simple extension of the MultiIterator class which assumes that items in the iterators are DbForumMessages.
NNTPConnectionManager A connection manager for NNTP servers.
PeekIterator A simple iterator wrapper that allows a caller to peek into the next element without actually iterating over it.
StringIteratorInputStream Converts an iterator of Strings into a raw data input stream.
UUBeginIterator Iterator that continues until the underlying iterator runs out or a uuencoding 'begin' token is seen.
UUEndIterator Iterator that continues until the underlying iterator runs out or a uuencoding 'end' token is seen.
 

Package com.jivesoftware.forum.nntp.spi Description

Implementation of core NNTP interfaces.


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.