{@code SessionConfig} allows the user to specify configuration propertiesfor an instance of {@code Session}. Different sessions running in the same JVM can each have their own independent configurations by creating different instances of {@code SessionConfig}.
The user only needs to set properties they wish to override which already exist in the global parent configuration singleton instance {@code JSchConfig}. Any properties which are not overridden in this instance will be retrieved from the default parent global configuration.
@see org.vngx.jsch.config.JSchConfig @author Michael Laudati
|
|