com.jcraft.jsch.ServerSocketFactory Interface Reference

A factory for ServerSockets. More...


Detailed Description

A factory for ServerSockets.

This interface works similarly to javax.net.ServerSocketFactory, but does not depend on the 1.4 Java version.

An application may want to implement this interface to have control over the server socket creation for local port forwardings, for example to configure the server socket (or the Sockets it creates) before use.

See also:
SocketFactory
Session.setPortForwardingL(String, int, String, int, ServerSocketFactory)

Definition at line 49 of file ServerSocketFactory.java.


The documentation for this interface was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1