com.mindbright.ssh2
Interface SSH2StreamFilterFactory

All Known Implementing Classes:
SSH2FTPProxyFilter, SSH2StreamSniffer, SSH2X11Filter

public interface SSH2StreamFilterFactory

An interfaces for classes which creates instances of classes which implements SSH2StreamFiler.


Method Summary
 SSH2StreamFilter createFilter(SSH2Connection connection, SSH2StreamChannel channel)
          Instance constructor
 

Method Detail

createFilter

SSH2StreamFilter createFilter(SSH2Connection connection,
                              SSH2StreamChannel channel)
Instance constructor