Uses of Class
com.jcraft.jsch.Session
-
Packages that use Session Package Description com.jcraft.jsch com.jcraft.jsch.juz com.jcraft.jsch.jzlib -
-
Uses of Session in com.jcraft.jsch
Fields in com.jcraft.jsch declared as Session Modifier and Type Field Description protected SessionChannel. sessionprotected SessionKeyExchange. sessionMethods in com.jcraft.jsch that return Session Modifier and Type Method Description SessionChannel. getSession()SessionJSch. getSession(java.lang.String host)Instantiates theSessionobject withhost.SessionJSch. getSession(java.lang.String username, java.lang.String host)Instantiates theSessionobject withusernameandhost.SessionJSch. getSession(java.lang.String username, java.lang.String host, int port)Instantiates theSessionobject with givenusername,hostandport.Methods in com.jcraft.jsch with parameters of type Session Modifier and Type Method Description protected voidJSch. addSession(Session session)protected static java.lang.String[]KeyExchange. guess(Session session, byte[] I_S, byte[] I_C)default voidCompression. init(int type, int level, Session session)abstract voidKeyExchange. init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)protected booleanJSch. removeSession(Session session)booleanUserAuth. start(Session session)booleanUserAuthNone. start(Session session) -
Uses of Session in com.jcraft.jsch.juz
Methods in com.jcraft.jsch.juz with parameters of type Session Modifier and Type Method Description voidCompression. init(int type, int level, Session session) -
Uses of Session in com.jcraft.jsch.jzlib
Methods in com.jcraft.jsch.jzlib with parameters of type Session Modifier and Type Method Description voidCompression. init(int type, int level, Session session)
-