java setsession_Java Session.setServerAliveInterval方法代码示例
import com.jcraft.jsch.Session; //导入方法依赖的package包/类private Session startNewSession(boolean acquireChannel) throws JSchException, InterruptedException {Session newSession = null;final AtomicBoolean can...