Uses of Class
fr.enedis.chutney.action.ssh.Connection
Packages that use Connection
-
Uses of Connection in fr.enedis.chutney.action.ssh
Methods in fr.enedis.chutney.action.ssh that return ConnectionModifier and TypeMethodDescriptionstatic ConnectionConnection.from(fr.enedis.chutney.action.spi.injectable.Target target) Methods in fr.enedis.chutney.action.ssh that return types with arguments of type ConnectionModifier and TypeMethodDescriptionstatic List<Connection> Connection.tunnelFrom(fr.enedis.chutney.action.spi.injectable.Target target) -
Uses of Connection in fr.enedis.chutney.action.ssh.sshj
Constructors in fr.enedis.chutney.action.ssh.sshj with parameters of type ConnectionModifierConstructorDescriptionSshJClient(Connection connection, List<Connection> proxyConnections, boolean shell, fr.enedis.chutney.action.spi.injectable.Logger logger) Constructor parameters in fr.enedis.chutney.action.ssh.sshj with type arguments of type ConnectionModifierConstructorDescriptionSshJClient(Connection connection, List<Connection> proxyConnections, boolean shell, fr.enedis.chutney.action.spi.injectable.Logger logger)