Uses of Interface
com.jcraft.jsch.SocketFactory
Packages that use SocketFactory
-
Uses of SocketFactory in com.jcraft.jsch
Methods in com.jcraft.jsch with parameters of type SocketFactoryModifier and TypeMethodDescriptionvoidProxy.connect(SocketFactory socket_factory, String host, int port, int timeout) voidProxyHTTP.connect(SocketFactory socket_factory, String host, int port, int timeout) voidProxySOCKS4.connect(SocketFactory socket_factory, String host, int port, int timeout) voidProxySOCKS5.connect(SocketFactory socket_factory, String host, int port, int timeout) voidSession.setPortForwardingR(int rport, String host, int lport, SocketFactory sf) Registers the remote port forwarding for the loopback interface of the remote.voidSession.setPortForwardingR(String bind_address, int rport, String host, int lport, SocketFactory sf) Registers the remote port forwarding.voidSession.setSocketFactory(SocketFactory sfactory)