Uses of Interface
net.thevpc.nuts.ext.ssh.SshConnection
Packages that use SshConnection
Package
Description
-
Uses of SshConnection in net.thevpc.nuts.ext.ssh
Classes in net.thevpc.nuts.ext.ssh that implement SshConnectionMethods in net.thevpc.nuts.ext.ssh that return SshConnectionModifier and TypeMethodDescriptionSshConnectionPool.acquire(NConnectionString connectionString) SshConnection.addListener(SshListener listener) SshConnectionAdapter.addListener(SshListener listener) SshConnectionBase.addListener(SshListener listener) SshConnectionBase.failFast()SshConnectionAdapter.getConnection()SshConnection.removeListener(SshListener listener) SshConnectionAdapter.removeListener(SshListener listener) SshConnectionBase.removeListener(SshListener listener) SshConnectionBase.sailFast(boolean failFast) SshConnectionBase.setFailFast(boolean failFast) Methods in net.thevpc.nuts.ext.ssh that return types with arguments of type SshConnectionModifier and TypeMethodDescriptionstatic NScoredCallable<SshConnection> ScoredConnectionFactory.resolveBinSshConnectionPool(NConnectionString connectionString) Constructors in net.thevpc.nuts.ext.ssh with parameters of type SshConnectionConstructor parameters in net.thevpc.nuts.ext.ssh with type arguments of type SshConnectionModifierConstructorDescriptionSshConnectionPool(int maxSize, long idleTimeout, Function<NConnectionString, SshConnection> factory) -
Uses of SshConnection in net.thevpc.nuts.ext.ssh.bin
Classes in net.thevpc.nuts.ext.ssh.bin that implement SshConnection -
Uses of SshConnection in net.thevpc.nuts.ext.ssh.jcsh
Classes in net.thevpc.nuts.ext.ssh.jcsh that implement SshConnectionMethods in net.thevpc.nuts.ext.ssh.jcsh with parameters of type SshConnectionConstructors in net.thevpc.nuts.ext.ssh.jcsh with parameters of type SshConnectionModifierConstructorDescriptionJCshFileInputStreamSftp(SshConnection connection, String path, boolean closeConnection) JCshFileOutputStreamSftp(SshConnection connection, String remotePath, boolean mkdirs, boolean closeConnection)