|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HostInfo in com.glub.secureftp.bean |
---|
Methods in com.glub.secureftp.bean that return HostInfo | |
---|---|
HostInfo |
FTPCommand.pasv()
Request a PASV data transfer from the FTP server. |
protected HostInfo |
FTP.pasv()
Setup a pasv data connection. |
Methods in com.glub.secureftp.bean with parameters of type HostInfo | |
---|---|
protected Socket |
SSLFTP.makeControlSocket(HostInfo hostInfo)
Make a new control socket. |
protected Socket |
FTP.makeControlSocket(HostInfo hostInfo)
Make a new control socket. |
protected ServerSocket |
SSLFTP.makeDataServerSocket(HostInfo hostInfo)
Make a new data server socket. |
protected ServerSocket |
FTP.makeDataServerSocket(HostInfo hostInfo)
Make a new data server socket. |
protected Socket |
SSLFTP.makeDataSocket(HostInfo hostInfo)
Make a new data socket. |
protected Socket |
FTP.makeDataSocket(HostInfo hostInfo)
Make a new data socket. |
void |
FTPCommand.port(HostInfo hostInfo)
Request a PORT data transfer from the FTP server. |
protected void |
FTP.port(HostInfo hostInfo)
Setup an active data connection. |
Constructors in com.glub.secureftp.bean with parameters of type HostInfo | |
---|---|
FTP(HostInfo hostInfo)
Create a new FTP object without response notification. |
|
FTP(HostInfo hostInfo,
OutputStream sendCmdStream,
OutputStream recvCmdStream)
Create a new FTP object with response notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
HostInfo hostInfo,
File keyStoreFile,
String keyStorePass,
SecureRandom random,
short connectionType,
OutputStream sendCmdStream,
OutputStream recvCmdStream)
Create a new SSLFTP object with a key store, response
notification, and an overridden SecureRandom object. |
|
SSLFTP(SSLSessionManager sslSessionManager,
HostInfo hostInfo,
File keyStoreFile,
String keyStorePass,
short connectionType)
Create a new SSLFTP object with a key store but without
response notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
HostInfo hostInfo,
File keyStoreFile,
String keyStorePass,
short connectionType,
OutputStream sendCmdStream,
OutputStream recvCmdStream)
Create a new SSLFTP object with a key store and response
notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
HostInfo hostInfo,
short connectionType)
Create a new SSLFTP object without a key store nor response
notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
HostInfo hostInfo,
short connectionType,
OutputStream sendCmdStream,
OutputStream recvCmdStream)
Create a new SSLFTP object without a key store but with
response notification. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |