|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.inet.nntp.StatusResponse
gnu.inet.nntp.ArticleResponse
public class ArticleResponse
An NNTP article status response. This represents the status response associated with NNTP status codes 220-223, including an article number and a message-id.
| Field Summary | |
|---|---|
int |
articleNumber
|
java.io.InputStream |
in
If the status code for this response is one of: ARTICLE_FOLLOWS HEAD_FOLLOWS BODY_FOLLOWS then this stream can be used to retrieve the byte content of the article retrieved. |
java.lang.String |
messageId
|
| Fields inherited from class gnu.inet.nntp.StatusResponse |
|---|
message, status |
| Constructor Summary | |
|---|---|
protected |
ArticleResponse(short status,
java.lang.String message)
|
| Method Summary |
|---|
| Methods inherited from class gnu.inet.nntp.StatusResponse |
|---|
getMessage, getStatus |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int articleNumber
public java.lang.String messageId
public java.io.InputStream in
| Constructor Detail |
|---|
protected ArticleResponse(short status,
java.lang.String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||