Uses of Interface
com.jcraft.jsch.ServerSocketFactory

Packages that use ServerSocketFactory
com.jcraft.jsch   
 

Uses of ServerSocketFactory in com.jcraft.jsch
 

Methods in com.jcraft.jsch with parameters of type ServerSocketFactory
 int Session.setPortForwardingL(String bind_address, int lport, String host, int rport, ServerSocketFactory ssf)
          Registers the local port forwarding.
 int Session.setPortForwardingL(String bind_address, int lport, String host, int rport, ServerSocketFactory ssf, int connectTimeout)
          Registers the local port forwarding.
 



Copyright © 2014 JCraft,Inc.. All Rights Reserved.