|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NNTPResponseBuffer | |
---|---|
com.jivesoftware.forum.nntp | Jive Forums internal NNTP server. |
com.jivesoftware.forum.nntp.spi | Implementation of core NNTP interfaces. |
Uses of NNTPResponseBuffer in com.jivesoftware.forum.nntp |
---|
Subclasses of NNTPResponseBuffer in com.jivesoftware.forum.nntp | |
---|---|
class |
NewNewsResponse
Response for the NEWNEWS RFC977 command. |
class |
NewsGroupListResponse
Contains the response for a news group list command. |
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. |
Methods in com.jivesoftware.forum.nntp that return NNTPResponseBuffer | |
---|---|
NNTPResponseBuffer |
NNTPResponseBuffer.append(java.lang.String text)
Append the given text to the response. |
NNTPResponseBuffer |
NNTPResponseBuffer.appendBulkText(java.lang.String text)
Append a large quantity of text to the response buffer. |
NNTPResponseBuffer |
NNTPResponseBuffer.appendParameter(java.lang.String text)
Append a space (' ') followed by the given text to the response. |
NNTPResponseBuffer |
NNTPResponseBuffer.appendXParameter(java.lang.String text)
Append a tab ('\t') followed by the given text to the response. |
NNTPResponseBuffer |
NNTPResponseBuffer.close()
Closes the response buffer and prevents any further appends to occur. |
Methods in com.jivesoftware.forum.nntp with parameters of type NNTPResponseBuffer | |
---|---|
void |
Article.sendArticle(NNTPResponseBuffer response)
Send the entire article. |
void |
Article.sendBody(NNTPResponseBuffer response)
Send the body of the article. |
Uses of NNTPResponseBuffer in com.jivesoftware.forum.nntp.spi |
---|
Methods in com.jivesoftware.forum.nntp.spi with parameters of type NNTPResponseBuffer | |
---|---|
void |
FMessageArticleAdapter.sendArticle(NNTPResponseBuffer response)
Sends the entire article. |
void |
FMessageArticleAdapter.sendBody(NNTPResponseBuffer response)
Populate the body text. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |