|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.common.channel.AbstractChannel
org.apache.sshd.client.channel.AbstractClientChannel
org.apache.sshd.agent.AgentForwardSupport.AgentForwardedChannel
public static class AgentForwardSupport.AgentForwardedChannel
| Field Summary |
|---|
| Fields inherited from class org.apache.sshd.client.channel.AbstractClientChannel |
|---|
err, exitSignal, exitStatus, in, opened, openFailureMsg, openFailureReason, openFuture, out, type |
| 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 |
| Fields inherited from interface org.apache.sshd.ClientChannel |
|---|
CHANNEL_EXEC, CHANNEL_SHELL, CHANNEL_SUBSYSTEM, CLOSED, EOF, EXIT_SIGNAL, EXIT_STATUS, STDERR_DATA, STDOUT_DATA, TIMEOUT |
| Constructor Summary | |
|---|---|
AgentForwardSupport.AgentForwardedChannel(long socket)
|
|
| Method Summary | |
|---|---|
protected void |
doClose()
|
protected void |
doOpen()
|
protected void |
doWriteData(byte[] data,
int off,
int len)
|
OpenFuture |
open()
|
void |
run()
|
| Methods inherited from class org.apache.sshd.client.channel.AbstractClientChannel |
|---|
close, 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 |
| Constructor Detail |
|---|
public AgentForwardSupport.AgentForwardedChannel(long socket)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
public OpenFuture open()
throws java.lang.Exception
open in interface ClientChanneljava.lang.Exception
protected void doOpen()
throws java.lang.Exception
doOpen in class AbstractClientChanneljava.lang.Exceptionprotected void doClose()
doClose in class AbstractClientChannel
protected void doWriteData(byte[] data,
int off,
int len)
throws java.io.IOException
doWriteData in class AbstractClientChanneljava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||