|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Logger | |
---|---|
com.jscape.inet.ftps | |
com.jscape.inet.sftp | Contains client classes for communicating with a server using SFTP protocol (FTP over SSH) |
com.jscape.inet.ssh | Contains classes for communicating with SSH (Secure Shell) servers. |
com.jscape.inet.ssh.transport |
Uses of Logger in com.jscape.inet.ftps |
---|
Methods in com.jscape.inet.ftps with parameters of type Logger | |
---|---|
FtpsClient |
Ftps.ConnectionStrategy.createClient(Ftps source,
ConnectionParameters parameters,
javax.net.ssl.SSLContext ctx,
java.lang.String[] enabledCiphers,
Logger logger)
Creates an appropriate FTP client. |
static FtpsClient |
FtpsClient.createProtected(Ftps source,
ConnectionParameters parameters,
javax.net.ssl.SSLContext context,
java.lang.String[] enabledCiphers,
Logger logger)
|
static FtpsClient |
FtpsClient.createUnprotected(Ftps source,
ConnectionParameters parameters,
javax.net.ssl.SSLContext context,
java.lang.String[] enabledCiphers,
Logger logger)
|
Uses of Logger in com.jscape.inet.sftp |
---|
Subclasses of Logger in com.jscape.inet.sftp | |
---|---|
static class |
SftpConfiguration.SftpLogger
|
Uses of Logger in com.jscape.inet.ssh |
---|
Methods in com.jscape.inet.ssh that return Logger | |
---|---|
Logger |
SshConfiguration.createLogger()
Creates a new logger. |
Uses of Logger in com.jscape.inet.ssh.transport |
---|
Subclasses of Logger in com.jscape.inet.ssh.transport | |
---|---|
class |
SshLogger
|
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |