|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NewsgroupInfo | |
---|---|
org.apache.commons.net.nntp |
Uses of NewsgroupInfo in org.apache.commons.net.nntp |
---|
Methods in org.apache.commons.net.nntp that return NewsgroupInfo | |
private NewsgroupInfo |
NNTPClient.__parseNewsgroupListEntry(java.lang.String entry)
|
private NewsgroupInfo[] |
NNTPClient.__readNewsgroupListing()
|
NewsgroupInfo[] |
NNTPClient.listNewsgroups()
List all newsgroups served by the NNTP server. |
NewsgroupInfo[] |
NNTPClient.listNewsgroups(java.lang.String wildmat)
An overloaded listNewsgroups() command that allows us to specify with a pattern what groups we want to list. |
NewsgroupInfo[] |
NNTPClient.listNewNewsgroups(NewGroupsOrNewsQuery query)
List all new newsgroups added to the NNTP server since a particular date subject to the conditions of the specified query. |
Methods in org.apache.commons.net.nntp with parameters of type NewsgroupInfo | |
private void |
NNTPClient.__parseGroupReply(java.lang.String reply,
NewsgroupInfo info)
|
boolean |
NNTPClient.selectNewsgroup(java.lang.String newsgroup,
NewsgroupInfo info)
Select the specified newsgroup to be the target of for future article retrieval and posting operations. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |