|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.indy.RFCReply
Description of the Class
Constructor Summary | |
RFCReply()
Constructor for the IdRFCReply object |
|
RFCReply(RFCReply reply)
Constructor for the IdRFCReply object |
Method Summary | |
void |
clear()
Description of the Method |
java.lang.String |
generateReply()
Description of the Method |
int |
getNumericCode()
Gets the numericCode attribute of the IdRFCReply object |
StringList |
getText()
Gets the text attribute of the IdRFCReply object |
java.lang.String |
getTextCode()
Gets the textCode attribute of the IdRFCReply object |
void |
parseLineResponse(java.lang.String tag,
StringList strings)
Description of the Method |
void |
parseResponse(StringList strings)
Description of the Method |
void |
parseResponse(java.lang.String tag,
StringList strings)
Description of the Method |
boolean |
replyExists()
Description of the Method |
void |
setNumericCode(int code)
Sets the numericCode attribute of the IdRFCReply object |
void |
setReply(int numericCode,
java.lang.String data)
Sets the reply attribute of the IdRFCReply object |
void |
setText(StringList text)
Sets the text attribute of the IdRFCReply object |
void |
setTextCode(java.lang.String s)
Sets the textCode attribute of the IdRFCReply object |
java.lang.String |
toString()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RFCReply()
public RFCReply(RFCReply reply)
reply
- Description of the ParameterMethod Detail |
public final void setNumericCode(int code)
code
- The new numericCode valuepublic final void setTextCode(java.lang.String s)
s
- The new textCode valuepublic final void setReply(int numericCode, java.lang.String data)
numericCode
- The new reply valuedata
- The new reply valuepublic final void setText(StringList text)
text
- The new text valuepublic final int getNumericCode()
public final StringList getText()
public final java.lang.String getTextCode()
public final void clear()
public final java.lang.String generateReply()
public final void parseResponse(StringList strings)
strings
- Description of the Parameterpublic void parseLineResponse(java.lang.String tag, StringList strings)
tag
- Description of the Parameterstrings
- Description of the Parameterpublic void parseResponse(java.lang.String tag, StringList strings)
tag
- Description of the Parameterstrings
- Description of the Parameterpublic final boolean replyExists()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |