Uses of Class
com.sshtools.j2ssh.configuration.SshConnectionProperties
Packages that use SshConnectionProperties
Package
Description
-
Uses of SshConnectionProperties in com.sshtools.common.configuration
Subclasses of SshConnectionProperties in com.sshtools.common.configuration -
Uses of SshConnectionProperties in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that return SshConnectionPropertiesModifier and TypeMethodDescriptionSshClient.getConnectionProperties()
Get the connection properties for this connection.Methods in com.sshtools.j2ssh with parameters of type SshConnectionPropertiesModifier and TypeMethodDescriptionvoid
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 SshConnectionPropertiesModifier and TypeMethodDescriptionvoid
ForwardingClient.synchronizeConfiguration
(SshConnectionProperties properties) -
Uses of SshConnectionProperties in com.sshtools.j2ssh.net
Methods in com.sshtools.j2ssh.net with parameters of type SshConnectionPropertiesModifier and TypeMethodDescriptionstatic TransportProvider
TransportProviderFactory.connectTransportProvider
(SshConnectionProperties properties, int socketTimeout) -
Uses of SshConnectionProperties in com.sshtools.j2ssh.transport
Fields in com.sshtools.j2ssh.transport declared as SshConnectionPropertiesModifier and TypeFieldDescriptionprotected SshConnectionProperties
TransportProtocolCommon.properties
Methods in com.sshtools.j2ssh.transport that return SshConnectionPropertiesMethods in com.sshtools.j2ssh.transport with parameters of type SshConnectionPropertiesModifier and TypeMethodDescriptionvoid
TransportProtocolCommon.startTransportProtocol
(TransportProvider provider, SshConnectionProperties properties) Constructors in com.sshtools.j2ssh.transport with parameters of type SshConnectionPropertiesModifierConstructorDescriptionCreates a new SshMsgKexInit object.