Class: Net::NNTP::OKResponse
- Defined in:
- lib/net/nntp/response.rb
Overview
Categorizes responses starting with a code of 2xx as OKResponses Codes: 2xx
DO NOT instantiate, use the following
Subclasses
-
PostingAllowed
-
PostingProhibited
-
ConnectionClosing
-
GroupSelected
-
ListInformationFollows
-
ArticleResponse
-
HeaderResponse
-
BodyResponse
-
ArticleSelected
-
OverviewInformation
-
HdrResponse
-
NewnewsResponse
-
NewgroupsResponse
-
TransferOK
-
ArticleReceived
-
AuthenticationAccepted
Direct Known Subclasses
ArticleBaseResponse, ArticleReceived, AuthenticationAccepted, ConnectionClosing, GroupListResponse, GroupSelected, PostingAllowed, PostingProhibited, TransferOK
Instance Attribute Summary
Attributes inherited from Response
Method Summary
Methods inherited from Response
#==, #body, class_from_code, create, #force_close?, #generic?, #has_body?, #initialize, #multiline?, #needs_article?
Constructor Details
This class inherits a constructor from Net::NNTP::Response