Package com.oroinc.net.nntp


package com.oroinc.net.nntp
  • Class
    Description
    This class is a structure used to return article number and unique id information extracted from an NNTP server reply.
    The NewGroupsOrNewsQuery class is used to issue NNTP NEWGROUPS and NEWNEWS queries, implemented by listNewNewsGroups and listNewNews respectively.
    NewsgroupInfo stores information pertaining to a newsgroup returned by the NNTP GROUP, LIST, and NEWGROUPS commands, implemented by selectNewsgroup , listNewsgroups , and listNewNewsgroups respectively.
    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.
    NNTPClient encapsulates all the functionality necessary to post and retrieve articles from an NNTP server.
    NNTPCommand stores a set of constants for NNTP command codes.
    NNTPConnectionClosedException is used to indicate the premature or unexpected closing of an NNTP connection resulting from a NNTPReply.SERVICE_DISCONTINUED response (NNTP reply code 400) to a failed NNTP command.
    NNTPReply stores a set of constants for NNTP reply codes.
    This class is used to construct the bare minimum acceptable header for most news readers.