|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.nntp.NNTPResponseBuffer
com.jivesoftware.forum.nntp.NewNewsResponse
public class NewNewsResponse
Response for the NEWNEWS RFC977 command. The response is essentially a list of the message IDs of the articles in a given iterator. The iterator is generated by the NNTPParser based on the command query.
Field Summary |
---|
Fields inherited from interface com.jivesoftware.forum.nntp.NNTPResponse |
---|
DOT_TERMINATOR, ENDLINE |
Method Summary | |
---|---|
static NNTPResponse |
getList(Connection connection,
java.util.Iterator articleIter)
Create a response containing the articles in the given iterator. |
Methods inherited from class com.jivesoftware.forum.nntp.NNTPResponseBuffer |
---|
append, appendBulkText, appendLine, appendParameter, appendXParameter, close, endLine, flush, getValue, send |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static NNTPResponse getList(Connection connection, java.util.Iterator articleIter) throws java.io.IOException
articleIter
- an iterator over Article objects that should be
included in the response.connection
- the connection this responder uses for sending response.
java.io.IOException
- if there is a problem sending the response to the requestor.
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |