|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SshConnectionProperties | |
---|---|
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 | |
---|---|
class |
SshToolsConnectionProfile
|
Uses of SshConnectionProperties in com.sshtools.j2ssh |
---|
Methods in com.sshtools.j2ssh that return SshConnectionProperties | |
---|---|
SshConnectionProperties |
SshClient.getConnectionProperties()
Get the connection properties for this connection. |
Methods in com.sshtools.j2ssh with parameters of type SshConnectionProperties | |
---|---|
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 | |
---|---|
void |
ForwardingClient.synchronizeConfiguration(SshConnectionProperties properties)
|
Uses of SshConnectionProperties in com.sshtools.j2ssh.net |
---|
Methods in com.sshtools.j2ssh.net with parameters of type SshConnectionProperties | |
---|---|
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 | |
---|---|
protected SshConnectionProperties |
TransportProtocolCommon.properties
|
Methods in com.sshtools.j2ssh.transport that return SshConnectionProperties | |
---|---|
SshConnectionProperties |
TransportProtocolCommon.getProperties()
|
Methods in com.sshtools.j2ssh.transport with parameters of type SshConnectionProperties | |
---|---|
void |
TransportProtocolCommon.startTransportProtocol(TransportProvider provider,
SshConnectionProperties properties)
|
Constructors in com.sshtools.j2ssh.transport with parameters of type SshConnectionProperties | |
---|---|
SshMsgKexInit(SshConnectionProperties props)
Creates a new SshMsgKexInit object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |