org.apache.sshd.client.channel
Class ChannelExec
java.lang.Object
org.apache.sshd.common.channel.AbstractChannel
org.apache.sshd.client.channel.AbstractClientChannel
org.apache.sshd.client.channel.ChannelSession
org.apache.sshd.client.channel.ChannelExec
- All Implemented Interfaces:
- ClientChannel, Channel
public class ChannelExec
- extends ChannelSession
TODO Add javadoc
- Author:
- Apache MINA SSHD Project
Fields inherited from class org.apache.sshd.common.channel.AbstractChannel |
closeFuture, closing, DEFAULT_PACKET_SIZE, DEFAULT_WINDOW_SIZE, eof, id, localWindow, lock, log, recipient, remoteWindow, session |
Method Summary |
protected void |
doOpen()
|
Methods inherited from class org.apache.sshd.client.channel.AbstractClientChannel |
close, doWriteData, doWriteExtendedData, getErr, getExitStatus, getIn, getOut, handleOpenFailure, handleOpenSuccess, handleRequest, internalOpen, open, setErr, setIn, setOut, waitFor |
Methods inherited from class org.apache.sshd.common.channel.AbstractChannel |
configureWindow, getId, getLocalWindow, getRecipient, getSession, handleClose, handleData, handleEof, handleExtendedData, handleFailure, handleWindowAdjust, init, sendEof, sendWindowAdjust |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelExec
public ChannelExec(String command)
doOpen
protected void doOpen()
throws Exception
- Overrides:
doOpen
in class ChannelSession
- Throws:
Exception
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.