Uses of Interface
com.jcraft.jsch.SocketFactory
Packages that use SocketFactory
-
Uses of SocketFactory in com.jcraft.jsch
Fields in com.jcraft.jsch declared as SocketFactoryModifier and TypeFieldDescription(package private) SocketFactory
ChannelForwardedTCPIP.ConfigLHost.factory
(package private) SocketFactory
Session.socket_factory
Methods in com.jcraft.jsch with parameters of type SocketFactoryModifier and TypeMethodDescription(package private) static void
ChannelForwardedTCPIP.addPort
(Session session, String _address_to_bind, int port, int allocated_port, String target, int lport, SocketFactory factory) void
Proxy.connect
(SocketFactory socket_factory, String host, int port, int timeout) void
ProxyHTTP.connect
(SocketFactory socket_factory, String host, int port, int timeout) void
ProxySOCKS4.connect
(SocketFactory socket_factory, String host, int port, int timeout) void
ProxySOCKS5.connect
(SocketFactory socket_factory, String host, int port, int timeout) void
Session.setPortForwardingR
(int rport, String host, int lport, SocketFactory sf) Registers the remote port forwarding for the loopback interface of the remote.void
Session.setPortForwardingR
(String bind_address, int rport, String host, int lport, SocketFactory sf) Registers the remote port forwarding.private void
ChannelForwardedTCPIP.setSocketFactory
(SocketFactory factory) void
Session.setSocketFactory
(SocketFactory sfactory)