com.jcraft.jsch
Class ChannelForwardedTCPIP

java.lang.Object
  extended by com.jcraft.jsch.Channel
      extended by com.jcraft.jsch.ChannelForwardedTCPIP
All Implemented Interfaces:
java.lang.Runnable

public class ChannelForwardedTCPIP
extends Channel


Field Summary
 
Fields inherited from class com.jcraft.jsch.Channel
type
 
Method Summary
 int getRemotePort()
           
 void run()
           
 
Methods inherited from class com.jcraft.jsch.Channel
connect, connect, disconnect, genChannelOpenPacket, getExitStatus, getExtInputStream, getId, getInputStream, getOutputStream, getSession, isClosed, isConnected, isEOF, sendChannelOpen, sendOpenConfirmation, sendOpenFailure, sendSignal, setExtOutputStream, setExtOutputStream, setInputStream, setInputStream, setOutputStream, setOutputStream, setXForwarding, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class Channel

getRemotePort

public int getRemotePort()