Uses of Interface
org.apache.james.nntpserver.repository.NNTPLineReader

Packages that use NNTPLineReader
org.apache.james.nntpserver.repository Provides the interfaces that define NNTP articles, groups, and repositories as well as the implementations of those interfaces. 
 

Uses of NNTPLineReader in org.apache.james.nntpserver.repository
 

Classes in org.apache.james.nntpserver.repository that implement NNTPLineReader
 class NNTPLineReaderImpl
          Reads and translates client data.
 

Methods in org.apache.james.nntpserver.repository with parameters of type NNTPLineReader
 void NNTPRepositoryImpl.createArticle(NNTPLineReader reader)
           
 void NNTPRepository.createArticle(NNTPLineReader reader)
          Creates an article in the repository from the data in the reader.
 



"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."