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 TypeMethodDescriptionvoidSshClient.connect(SshConnectionProperties properties) Connect the client to the server with the specified properties.voidSshClient.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 TypeMethodDescriptionvoidForwardingClient.synchronizeConfiguration(SshConnectionProperties properties) -
Uses of SshConnectionProperties in com.sshtools.j2ssh.net
Methods in com.sshtools.j2ssh.net with parameters of type SshConnectionPropertiesModifier and TypeMethodDescriptionstatic TransportProviderTransportProviderFactory.connectTransportProvider(SshConnectionProperties properties, int socketTimeout) -
Uses of SshConnectionProperties in com.sshtools.j2ssh.transport
Fields in com.sshtools.j2ssh.transport declared as SshConnectionPropertiesModifier and TypeFieldDescriptionprotected SshConnectionPropertiesTransportProtocolCommon.propertiesMethods in com.sshtools.j2ssh.transport that return SshConnectionPropertiesMethods in com.sshtools.j2ssh.transport with parameters of type SshConnectionPropertiesModifier and TypeMethodDescriptionvoidTransportProtocolCommon.startTransportProtocol(TransportProvider provider, SshConnectionProperties properties) Constructors in com.sshtools.j2ssh.transport with parameters of type SshConnectionPropertiesModifierConstructorDescriptionCreates a new SshMsgKexInit object.