com.jcraft.jsch

Class ChannelShell

Implemented Interfaces:
Runnable

public class ChannelShell
extends com.jcraft.jsch.ChannelSession

Field Summary

Fields inherited from class com.jcraft.jsch.ChannelSession

agent_forwarding, env, pty, tcol, terminal_mode, thp, trow, ttype, twp, xforwading

Method Summary

void
start()

Methods inherited from class com.jcraft.jsch.ChannelSession

run, sendRequests, setAgentForwarding, setEnv, setEnv, setEnv, setPty, setPtySize, setPtyType, setPtyType, setTerminalMode, setXForwarding

Methods inherited from class com.jcraft.jsch.Channel

connect, connect, disconnect, getExitStatus, getExtInputStream, getId, getInputStream, getOutputStream, getSession, isClosed, isConnected, isEOF, run, sendOpenConfirmation, sendOpenFailure, sendSignal, setExtOutputStream, setExtOutputStream, setInputStream, setInputStream, setOutputStream, setOutputStream, setXForwarding, start

Method Details

start

public void start()
            throws JSchException
Overrides:
start in interface Channel