|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttribble.net.ftp.FTPResponse
class FTPResponse
Simple FTP command response.
FTPClient| Field Summary | |
|---|---|
(package private) int |
m_code
Command response 3-digit code. |
(package private) java.util.ArrayList |
m_lines
List of command response text lines. |
(package private) static java.lang.String |
REV
Revision information. |
| Constructor Summary | |
|---|---|
FTPResponse()
Default constructor. |
|
| Method Summary | |
|---|---|
protected void |
finalize()
Finalization. |
(package private) byte[] |
line(int n)
Retrieve a text line response. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final java.lang.String REV
int m_code
java.util.ArrayList m_lines
| Constructor Detail |
|---|
FTPResponse()
| Method Detail |
|---|
byte[] line(int n)
n - The index of the text line to retrieve.
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||