|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArticlePointer | |
---|---|
com.jivesoftware.forum.nntp | Jive Forums internal NNTP server. |
com.jivesoftware.forum.nntp.spi | Implementation of core NNTP interfaces. |
Uses of ArticlePointer in com.jivesoftware.forum.nntp |
---|
Methods in com.jivesoftware.forum.nntp that return ArticlePointer | |
---|---|
ArticlePointer |
Session.getArticlePointer()
Obtain the article pointer associated with the session. |
Methods in com.jivesoftware.forum.nntp with parameters of type ArticlePointer | |
---|---|
static ArticleCommand |
ArticleCommand.getCommand(java.lang.String[] cmdParts,
ArticlePointer pointer)
Obtain a command based on the given command strings (NNTP protocol) and current pointer location. |
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. |
static NNTPResponse |
XOverResponse.sendXOver(ArticlePointer pointer,
ArticleFilter filter,
Connection connection)
Produce a new XOver response using the given pointer and obeying the given filter. |
Uses of ArticlePointer in com.jivesoftware.forum.nntp.spi |
---|
Classes in com.jivesoftware.forum.nntp.spi that implement ArticlePointer | |
---|---|
class |
ArticlePointerImpl
Simple article pointer that uses a ForumSession to access the message store. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |