com.jcraft.jsch
Interface ForwardedTCPIPDaemon

All Superinterfaces:
Runnable

public interface ForwardedTCPIPDaemon
extends Runnable


Method Summary
 void setArg(Object[] arg)
           
 void setChannel(ChannelForwardedTCPIP channel, InputStream in, OutputStream out)
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

setChannel

void setChannel(ChannelForwardedTCPIP channel,
                InputStream in,
                OutputStream out)

setArg

void setArg(Object[] arg)


Copyright © 2014 JCraft,Inc.. All Rights Reserved.