|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NNTPResponse
A standard NNTP response contains a numeric response code, optional line text and is terminated by a CR-LF pair. Following the response line, some "multi-line commands" will also include several other CR-LF terminated lines of response, followeod by a CR-LF.CR-LF terminator. All lines in a multi-line response that begins with a single dot, MUST be escaped by substituting the first dot with two dots.
Field Summary | |
---|---|
static java.lang.String |
DOT_TERMINATOR
NNTP multi-line dot terminator. |
static java.lang.String |
ENDLINE
NNTP end line. |
Method Summary | |
---|---|
int |
getValue()
Returns the int value associated with the response. |
void |
send(Connection con)
Sends the response. |
Field Detail |
---|
static final java.lang.String ENDLINE
static final java.lang.String DOT_TERMINATOR
Method Detail |
---|
int getValue()
void send(Connection con) throws java.io.IOException
Sends the response.
java.io.IOException
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |