Uses of Class org.apache.commons.net.nntp.NewsgroupInfo

Uses in package org.apache.commons.net.nntp

Methods with parameter type org.apache.commons.net.nntp.NewsgroupInfo

void
boolean
NNTPClient.selectNewsgroup(String newsgroup, NewsgroupInfo info)
Select the specified newsgroup to be the target of for future article retrieval and posting operations.

Methods with return type org.apache.commons.net.nntp.NewsgroupInfo

NewsgroupInfo
NewsgroupInfo[]
NewsgroupInfo[]
List all new newsgroups added to the NNTP server since a particular date subject to the conditions of the specified query.
NewsgroupInfo[]
List all newsgroups served by the NNTP server.
NewsgroupInfo[]
NNTPClient.listNewsgroups(String wildmat)
An overloaded listNewsgroups() command that allows us to specify with a pattern what groups we want to list.