public static class SSHClientConnection.Builder extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
connectTimeout |
protected com.google.common.net.HostAndPort |
hostAndPort |
protected LoginCredentials |
loginCredentials |
protected int |
sessionTimeout |
Constructor and Description |
---|
SSHClientConnection.Builder() |
Modifier and Type | Method and Description |
---|---|
SSHClientConnection |
build() |
SSHClientConnection.Builder |
connectTimeout(int connectTimeout) |
protected SSHClientConnection.Builder |
fromSSHClientConnection(SSHClientConnection in) |
SSHClientConnection.Builder |
hostAndPort(com.google.common.net.HostAndPort hostAndPort) |
SSHClientConnection.Builder |
loginCredentials(LoginCredentials loginCredentials) |
SSHClientConnection.Builder |
sessionTimeout(int sessionTimeout) |
protected com.google.common.net.HostAndPort hostAndPort
protected LoginCredentials loginCredentials
protected int connectTimeout
protected int sessionTimeout
public SSHClientConnection.Builder hostAndPort(com.google.common.net.HostAndPort hostAndPort)
SSHClientConnection.getHostAndPort()
public SSHClientConnection.Builder loginCredentials(LoginCredentials loginCredentials)
public SSHClientConnection.Builder connectTimeout(int connectTimeout)
public SSHClientConnection.Builder sessionTimeout(int sessionTimeout)
public SSHClientConnection build()
protected SSHClientConnection.Builder fromSSHClientConnection(SSHClientConnection in)
Copyright © 2009-2013 jclouds. All Rights Reserved.