Uses of Class
com.jcraft.jsch.Session
Packages that use Session
-
Uses of Session in com.jcraft.jsch
Fields in com.jcraft.jsch declared as SessionModifier and TypeFieldDescriptionprotected Session
Channel.session
protected Session
KeyExchange.session
Methods in com.jcraft.jsch that return SessionModifier and TypeMethodDescriptionChannel.getSession()
JSch.getSession
(String host) Instantiates theSession
object withhost
.JSch.getSession
(String username, String host) Instantiates theSession
object withusername
andhost
.JSch.getSession
(String username, String host, int port) Instantiates theSession
object with givenusername
,host
andport
.Methods in com.jcraft.jsch with parameters of type SessionModifier and TypeMethodDescriptionprotected void
JSch.addSession
(Session session) protected static String[]
default void
abstract void
protected boolean
JSch.removeSession
(Session session) boolean
boolean
-
Uses of Session in com.jcraft.jsch.juz
Methods in com.jcraft.jsch.juz with parameters of type Session -
Uses of Session in com.jcraft.jsch.jzlib
Methods in com.jcraft.jsch.jzlib with parameters of type Session