Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Package
com.jivesoftware.forum.nntp

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

Classes in com.jivesoftware.forum.nntp used by com.jivesoftware.forum.database
NNTPServer
          Factory class to simplify access to NNTP system.
 

Classes in com.jivesoftware.forum.nntp used by com.jivesoftware.forum.nntp
Article
          Represents an article on the system.
ArticleCommand
          Obtains an article command from it's string parts and selects the correct article based on the command.
ArticleFilter
          Filters article lists according to those that match the range, message id, or patterns passed to the filter.
ArticleNotFoundException
          Thrown when an article is not found.
ArticleNotSelectedException
          Thrown when an operation fails because no article has been selected.
ArticlePointer
          Maintains a pointer to the current article.
CommandMonitor
          Monitors NNTP command-response pairs.
NewsGroup
          Represents an NNTP news group allowing the retreival of group information and group content information.
NewsGroupFilter
          Filters news group names according to those that match the patterns passed to the filter.
NewsGroupName
          Understands the dot separated name of news groups, along with wildcarding as specified in some NNTP commands.
NewsGroupNotFoundException
          Thrown when an appropriate news group is not found.
NewsGroupSelectedResponse
          Represents a newsgroup selection response.
NNTPDate
          Reads and writes NNTP standard dates.
NNTPException
          Base NNTP exception.
NNTPParser
          A parser that understands the basic semantics of the NNTP protocol and can translate them into calls on the NNTP API.
NNTPResponse
          A standard NNTP response contains a numeric response code, optional line text and is terminated by a CR-LF pair.
NNTPResponseBuffer
          A simple tool for building dynamic responses.
NNTPServer
          Factory class to simplify access to NNTP system.
NNTPServerConfig
          The configuration settings for server behavior when article reading (POST) and writing (ARTICLE).
NoGroupSelectedException
          Thrown when an operation fails because it requires a group to be selected.
NoPermissionException
          Indicates an operation could not be completed because the user did not have sufficient permissions.
PostFailedException
          Posting an article failed.
PostNotAllowedException
          Posting an article failed.
PostRejectedException
          The post was rejected.
Session
          Represents a client-server NNTP session.
SessionAlreadyExistsException
          Thrown if an operation a session already exists but shouldn't.
SessionManager
          Manages all NNTP sessions known to the server.
SessionNotFoundException
          Thrown if an operation required a session that could not be located.
StaticNNTPResponse
          Represents generic static responses for NNTP commands.
SyntaxException
          Thrown when a syntax parsing exception occurs.
Wildmat
          A standard regex-like pattern matching standard used throughout the NNTP specification.
 

Classes in com.jivesoftware.forum.nntp used by com.jivesoftware.forum.nntp.spi
Article
          Represents an article on the system.
ArticleFilter
          Filters article lists according to those that match the range, message id, or patterns passed to the filter.
ArticleNotFoundException
          Thrown when an article is not found.
ArticleNotSelectedException
          Thrown when an operation fails because no article has been selected.
ArticlePointer
          Maintains a pointer to the current article.
CommandMonitor
          Monitors NNTP command-response pairs.
NewsGroup
          Represents an NNTP news group allowing the retreival of group information and group content information.
NewsGroupFilter
          Filters news group names according to those that match the patterns passed to the filter.
NewsGroupNotFoundException
          Thrown when an appropriate news group is not found.
NNTPResponse
          A standard NNTP response contains a numeric response code, optional line text and is terminated by a CR-LF pair.
NNTPResponseBuffer
          A simple tool for building dynamic responses.
NoGroupSelectedException
          Thrown when an operation fails because it requires a group to be selected.
NoPermissionException
          Indicates an operation could not be completed because the user did not have sufficient permissions.
PostFailedException
          Posting an article failed.
PostRejectedException
          The post was rejected.
SessionManager
          Manages all NNTP sessions known to the server.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.