com.mindbright.ssh
public class SSHRxChannel extends SSHChannel
Modifier and Type | Field and Description |
---|---|
protected java.io.InputStream |
in |
protected SSHPdu |
pduFactory |
channelId, listener
Constructor and Description |
---|
SSHRxChannel(java.io.InputStream in,
int channelId) |
Modifier and Type | Method and Description |
---|---|
void |
forceClose() |
void |
serviceLoop() |
void |
setSSHPduFactory(SSHPdu pduFactory) |
close, getChannelId, run, setSSHChannelListener
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
protected java.io.InputStream in
protected SSHPdu pduFactory
public void setSSHPduFactory(SSHPdu pduFactory)
public void serviceLoop() throws java.lang.Exception
serviceLoop
in class SSHChannel
java.lang.Exception
public void forceClose()