Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.nntp.NNTPResponse

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

Uses of NNTPResponse in com.jivesoftware.forum.nntp
 

Classes in com.jivesoftware.forum.nntp that implement NNTPResponse
 class NewNewsResponse
          Response for the NEWNEWS RFC977 command.
 class NewsGroupListResponse
          Contains the response for a news group list command.
 class NewsGroupSelectedResponse
          Represents a newsgroup selection response.
 class NNTPDateResponse
          A response for the local server date-time in NNTP format (YYYYMMDDhhmmss).
 class NNTPResponseBuffer
          A simple tool for building dynamic responses.
 class StaticNNTPResponse
          Represents generic static responses for NNTP commands.
 class XHDRResponse
          Obtains a list of articles and returns the requested header info for each article.
 class XOverResponse
          Implements the proper XOVER response according to RFC-2980.
 

Fields in com.jivesoftware.forum.nntp declared as NNTPResponse
protected  NNTPResponse NNTPException.response
          The static response that this exception will use.
static NNTPResponse HelpResponse.RESPONSE
          The standard help response.
static NNTPResponse NoPermissionException.RESPONSE
          The response for the exception.
static NNTPResponse OverviewFormatResponse.RESPONSE
          The static response for all XOVER responses.
static NNTPResponse NNTPParser.WELCOME_NO_POST
          The standard welcome message sent by the server when no posting is allowed.
static NNTPResponse NNTPParser.WELCOME_POST
          The standard welcome message sent by the server when posting is allowed.
 

Methods in com.jivesoftware.forum.nntp that return NNTPResponse
 NNTPResponse NNTPException.getErrorResponse()
          Returns the error response associated with this exception.
static NNTPResponse NewNewsResponse.getList(Connection connection, java.util.Iterator articleIter)
          Create a response containing the articles in the given iterator.
static NNTPResponse XHDRResponse.getXHDR(Connection connection, java.lang.String header, ArticlePointer pointer, ArticleFilter filter)
          Create a new XHDR response given a requested header, article pointer, and filter restricting results.
 NNTPResponse ArticleResponder.sendArticle(ArticleCommand cmd)
          Create an ARTICLE command response.
 NNTPResponse ArticleResponder.sendBody(ArticleCommand cmd)
          Create a BODY command response.
 NNTPResponse ArticleResponder.sendHead(ArticleCommand cmd)
          Create a HEAD command response.
static NNTPResponse NewsGroupListResponse.sendList(Connection connection, java.util.Iterator groupIter, boolean useDescription)
          Obtain a new list of the given groups in the Iterator.
static NNTPResponse NewsGroupListResponse.sendListGroup(Connection connection, java.util.Iterator articleIter)
          Create a list response for NEWGROUPS commands.
static NNTPResponse NewsGroupListResponse.sendNewGroupList(Connection connection, java.util.Iterator groupIter)
          Create a list response for NEWGROUPS commands.
 NNTPResponse ArticleResponder.sendStat(ArticleCommand cmd)
          Generates a STAT response using the command's article number and located article.
 NNTPResponse ArticleResponder.sendStat(long number, Article art)
          Create a STAT command response.
static NNTPResponse XOverResponse.sendXOver(ArticlePointer pointer, ArticleFilter filter, Connection connection)
          Produce a new XOver response using the given pointer and obeying the given filter.
 

Methods in com.jivesoftware.forum.nntp with parameters of type NNTPResponse
 void CommandMonitor.addSample(java.lang.String[] cmdParts, NNTPResponse response, long startTime, long stopTime)
          Adds a command and response as a sample.
 

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

Methods in com.jivesoftware.forum.nntp.spi with parameters of type NNTPResponse
 void CommandMonitorImpl.addSample(java.lang.String[] cmdParts, NNTPResponse response, long startTime, long stopTime)
          Sample the given NNTP command and pass the sample rate to the underlying BasicTransientMonitor.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.