|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTPConnection | |
---|---|
railo.runtime.net.ftp |
Uses of FTPConnection in railo.runtime.net.ftp |
---|
Classes in railo.runtime.net.ftp that implement FTPConnection | |
---|---|
class |
FTPConnectionImpl
|
Methods in railo.runtime.net.ftp that return FTPConnection | |
---|---|
FTPConnection |
FTPWrap.getConnection()
|
Methods in railo.runtime.net.ftp with parameters of type FTPConnection | |
---|---|
org.apache.commons.net.ftp.FTPClient |
FTPPoolImpl.get(FTPConnection conn)
|
org.apache.commons.net.ftp.FTPClient |
FTPPool.get(FTPConnection conn)
returns a FTPClient from the pool, if no matching exist, create a new one |
boolean |
FTPConnectionImpl.loginEquals(FTPConnection conn)
|
boolean |
FTPConnection.loginEquals(FTPConnection conn)
|
org.apache.commons.net.ftp.FTPClient |
FTPPoolImpl.remove(FTPConnection conn)
|
org.apache.commons.net.ftp.FTPClient |
FTPPool.remove(FTPConnection conn)
removes a FTPConnection from pool andreturn it (disconnected) |
Constructors in railo.runtime.net.ftp with parameters of type FTPConnection | |
---|---|
FTPWrap(FTPConnection connection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |