Uses of Interface
com.jcraft.jsch.ServerSocketFactory
Packages that use ServerSocketFactory
-
Uses of ServerSocketFactory in com.jcraft.jsch
Methods in com.jcraft.jsch with parameters of type ServerSocketFactoryModifier and TypeMethodDescriptionint
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.int
Session.setSocketForwardingL
(String bindAddress, int lport, String socketPath, ServerSocketFactory ssf, int connectTimeout)