Uses of Class
com.sshtools.j2ssh.configuration.SshConnectionProperties
-
Packages that use SshConnectionProperties Package Description com.sshtools.common.configuration com.sshtools.j2ssh com.sshtools.j2ssh.forwarding com.sshtools.j2ssh.net com.sshtools.j2ssh.transport -
-
Uses of SshConnectionProperties in com.sshtools.common.configuration
Subclasses of SshConnectionProperties in com.sshtools.common.configuration Modifier and Type Class Description class
SshToolsConnectionProfile
-
Uses of SshConnectionProperties in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that return SshConnectionProperties Modifier and Type Method Description SshConnectionProperties
SshClient. getConnectionProperties()
Get the connection properties for this connection.Methods in com.sshtools.j2ssh with parameters of type SshConnectionProperties Modifier and Type Method Description void
SshClient. connect(SshConnectionProperties properties)
Connect the client to the server with the specified properties.void
SshClient. connect(SshConnectionProperties properties, HostKeyVerification hostVerification)
Connect the client to the server with the specified properties. -
Uses of SshConnectionProperties in com.sshtools.j2ssh.forwarding
Methods in com.sshtools.j2ssh.forwarding with parameters of type SshConnectionProperties Modifier and Type Method Description void
ForwardingClient. synchronizeConfiguration(SshConnectionProperties properties)
-
Uses of SshConnectionProperties in com.sshtools.j2ssh.net
Methods in com.sshtools.j2ssh.net with parameters of type SshConnectionProperties Modifier and Type Method Description static TransportProvider
TransportProviderFactory. connectTransportProvider(SshConnectionProperties properties, int socketTimeout)
-
Uses of SshConnectionProperties in com.sshtools.j2ssh.transport
Fields in com.sshtools.j2ssh.transport declared as SshConnectionProperties Modifier and Type Field Description protected SshConnectionProperties
TransportProtocolCommon. properties
Methods in com.sshtools.j2ssh.transport that return SshConnectionProperties Modifier and Type Method Description SshConnectionProperties
TransportProtocolCommon. getProperties()
Methods in com.sshtools.j2ssh.transport with parameters of type SshConnectionProperties Modifier and Type Method Description void
TransportProtocolCommon. startTransportProtocol(TransportProvider provider, SshConnectionProperties properties)
Constructors in com.sshtools.j2ssh.transport with parameters of type SshConnectionProperties Constructor Description SshMsgKexInit(SshConnectionProperties props)
Creates a new SshMsgKexInit object.
-