C G P R S

C

com.numdata.ssh - package com.numdata.ssh
 
connect(String) - Static method in class com.numdata.ssh.SshTools
Connect to SSH server.
connect(String, int, String, String) - Static method in class com.numdata.ssh.SshTools
Connect to SSH server.
createJdbcDataSource(String, String, int, String, String, String, String) - Static method in class com.numdata.ssh.SshTools
Create JdbcDataSource.
createLocalPortForwarder(Connection, String, int) - Static method in class com.numdata.ssh.SshTools
Create port forwarding tunnel to the specified target host and port and return the local TCP port through which it can be accessed.
createLocalPortForwarder(Connection, SshTools.PortForwardingProperties) - Static method in class com.numdata.ssh.SshTools
Create local port forwarding based on the specified SshTools.PortForwardingProperties.

G

getFreeLocalPort() - Static method in class com.numdata.ssh.SshTools
Get any free local TCP port (typically used for local port forwarding).
getSourceAddress() - Method in class com.numdata.ssh.SshTools.PortForwardingProperties
Get source address.
getSourcePort() - Method in class com.numdata.ssh.SshTools.PortForwardingProperties
Get source port.
getTargetAddress() - Method in class com.numdata.ssh.SshTools.PortForwardingProperties
Get target address.
getTargetPort() - Method in class com.numdata.ssh.SshTools.PortForwardingProperties
Get target port.

P

parseOptions(String) - Static method in class com.numdata.ssh.SshTools
Parse SSH server specification.

R

requestRemotePortForwarding(Connection, SshTools.PortForwardingProperties) - Static method in class com.numdata.ssh.SshTools
Request remote port forwarding based on the specified SshTools.PortForwardingProperties.

S

SshTools - Class in com.numdata.ssh
Some tools for using SSH connections.
SshTools.PortForwardingProperties - Class in com.numdata.ssh
Defines local or remote port forwarding properties.
SshTools.PortForwardingProperties(String, int, String, int) - Constructor for class com.numdata.ssh.SshTools.PortForwardingProperties
Create forwarding properties.

C G P R S

Copyright © 2017 Numdata BV. All rights reserved.