Jive Forums API (5.5.20.2-oracle) Developer Javadocs

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

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

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

Subclasses of PeekIterator in com.jivesoftware.forum.nntp.spi
 class DotIterator
          Iterator that continues until the underlying iterator runs out or a message terminating dot is seen.
 class FNameFilterIterator
          Filters forums in the underlying forumIterator by name.
 class MimeBodyPartIterator
          An iterator of MIME body parts, it scans an underlying Iterator of Strings comprising the RFC822 email message.
 class UUBeginIterator
          Iterator that continues until the underlying iterator runs out or a uuencoding 'begin' token is seen.
 class UUEndIterator
          Iterator that continues until the underlying iterator runs out or a uuencoding 'end' token is seen.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.