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 classSshToolsConnectionProfile -
Uses of SshConnectionProperties in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that return SshConnectionProperties Modifier and Type Method Description SshConnectionPropertiesSshClient. getConnectionProperties()Get the connection properties for this connection.Methods in com.sshtools.j2ssh with parameters of type SshConnectionProperties Modifier and Type Method Description voidSshClient. 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 SshConnectionProperties Modifier and Type Method Description voidForwardingClient. 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 TransportProviderTransportProviderFactory. 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 SshConnectionPropertiesTransportProtocolCommon. propertiesMethods in com.sshtools.j2ssh.transport that return SshConnectionProperties Modifier and Type Method Description SshConnectionPropertiesTransportProtocolCommon. getProperties()Methods in com.sshtools.j2ssh.transport with parameters of type SshConnectionProperties Modifier and Type Method Description voidTransportProtocolCommon. 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.
-