|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatusResponse | |
---|---|
gnu.inet.nntp | This is an NNTP client, implementing all of RFC 977, and many of the RFC 2980 NNTP extensions. |
Uses of StatusResponse in gnu.inet.nntp |
---|
Subclasses of StatusResponse in gnu.inet.nntp | |
---|---|
class |
ArticleResponse
An NNTP article status response. |
class |
GroupResponse
An NNTP group status response. |
Fields in gnu.inet.nntp declared as StatusResponse | |
---|---|
protected StatusResponse |
NNTPException.response
|
Methods in gnu.inet.nntp that return StatusResponse | |
---|---|
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. |
Constructors in gnu.inet.nntp with parameters of type StatusResponse | |
---|---|
NNTPException(StatusResponse response)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |