public class SftpConfigration extends Object
| 构造器和说明 |
|---|
SftpConfigration(String username,
String password,
String host,
int port,
String privateKey) |
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getPoolName()
public void setPoolName(String poolName)
public Integer getMinConnections()
public void setMinConnections(Integer minConnections)
public Integer getMaxConnections()
public void setMaxConnections(Integer maxConnections)
public Integer getInitConnection()
public void setInitConnection(Integer initConnection)
public Long getConnTimeOut()
public void setConnTimeOut(Long connTimeOut)
public Integer getMaxActiveConnections()
public void setMaxActiveConnections(Integer maxActiveConnections)
public Long getConnectionTimeOut()
public void setConnectionTimeOut(Long connectionTimeOut)
public Boolean getCurrentConnection()
public void setCurrentConnection(Boolean currentConnection)
public Boolean getCheckPool()
public void setCheckPool(Boolean checkPool)
public Long getLazyCheck()
public void setLazyCheck(Long lazyCheck)
public Long getPeriodCheck()
public void setPeriodCheck(Long periodCheck)
Copyright © 2018. All rights reserved.