Uses of Package
org.apache.commons.net.nntp

Packages that use org.apache.commons.net.nntp
examples.nntp   
org.apache.commons.net.nntp   
 

Classes in org.apache.commons.net.nntp used by examples.nntp
Article
          This is a class that contains the basic state needed for message retrieval and threading.
NNTPClient
          NNTPClient encapsulates all the functionality necessary to post and retrieve articles from an NNTP server.
 

Classes in org.apache.commons.net.nntp used by org.apache.commons.net.nntp
Article
          This is a class that contains the basic state needed for message retrieval and threading.
ArticlePointer
          This class is a structure used to return article number and unique id information extracted from an NNTP server reply.
NewGroupsOrNewsQuery
          The NewGroupsOrNewsQuery class.
NewsgroupInfo
          NewsgroupInfo stores information pertaining to a newsgroup returned by the NNTP GROUP, LIST, and NEWGROUPS commands, implemented by selectNewsgroup , listNewsgroups , and listNewNewsgroups respectively.
NNTP
          The NNTP class is not meant to be used by itself and is provided only so that you may easily implement your own NNTP client if you so desire.
Threadable
          A placeholder interface for threadable message objects Author: Rory Winston
 



Copyright © 1997-2010 The Apache Software Foundation. All Rights Reserved.