| Package | Description |
|---|---|
| com.helger.jsch.session |
| Modifier and Type | Method and Description |
|---|---|
AbstractSessionFactoryBuilder |
DefaultSessionFactory.newSessionFactoryBuilder() |
AbstractSessionFactoryBuilder |
ISessionFactory.newSessionFactoryBuilder()
Returns a builder for another session factory pre-initialized with the
configuration for this session factory.
|
AbstractSessionFactoryBuilder |
AbstractSessionFactoryBuilder.setConfig(com.helger.commons.collection.impl.ICommonsMap<String,String> config)
Replaces the current config with
config |
AbstractSessionFactoryBuilder |
AbstractSessionFactoryBuilder.setHostname(String hostname)
Replaces the current hostname with
hostname |
AbstractSessionFactoryBuilder |
AbstractSessionFactoryBuilder.setPort(int port)
Replaces the current port with
port |
AbstractSessionFactoryBuilder |
AbstractSessionFactoryBuilder.setProxy(com.jcraft.jsch.Proxy proxy)
Replaces the current proxy with
proxy |
AbstractSessionFactoryBuilder |
AbstractSessionFactoryBuilder.setUserInfo(com.jcraft.jsch.UserInfo userInfo)
Replaces the current userInfo with
userInfo |
AbstractSessionFactoryBuilder |
AbstractSessionFactoryBuilder.setUsername(String username)
Replaces the current username with
username |
Copyright © 2020 Philip Helger. All rights reserved.