Package | Description |
---|---|
gnu.inet.nntp |
This is an NNTP client, implementing all of RFC 977, and many of the RFC 2980
NNTP extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
ArticleResponse
An NNTP article status response.
|
class |
GroupResponse
An NNTP group status response.
|
Modifier and Type | Field and Description |
---|---|
protected StatusResponse |
NNTPException.response |
Modifier and Type | Method and Description |
---|---|
StatusResponse |
NNTPException.getResponse()
Returns the response that caused this exception.
|
protected StatusResponse |
NNTPConnection.parseResponse(java.lang.String line)
Parse a response object from a response line sent by the server.
|
protected StatusResponse |
NNTPConnection.parseResponse(java.lang.String line,
boolean isListGroup)
Parse a response object from a response line sent by the server.
|
Constructor and Description |
---|
NNTPException(StatusResponse response)
Constructor.
|
© Copyright 2003 The Free Software Foundation, all rights reserved