|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TelnetClient | |
org.apache.commons.net.ftp | |
org.apache.commons.net.telnet |
Uses of TelnetClient in org.apache.commons.net.ftp |
Subclasses of TelnetClient in org.apache.commons.net.ftp | |
class |
FTP
FTP provides the basic the functionality necessary to implement your own FTP client. |
class |
FTPClient
FTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server. |
Uses of TelnetClient in org.apache.commons.net.telnet |
Fields in org.apache.commons.net.telnet declared as TelnetClient | |
private TelnetClient |
TelnetOutputStream.__client
|
private TelnetClient |
TelnetInputStream.__client
|
Constructors in org.apache.commons.net.telnet with parameters of type TelnetClient | |
TelnetOutputStream(TelnetClient client)
|
|
TelnetInputStream(InputStream input,
TelnetClient client)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |