|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sshtools.j2ssh.connection.Channel
com.sshtools.j2ssh.connection.BindingChannel
DOCUMENT ME!
| Field Summary | |
protected BindingChannel |
boundChannel
DOCUMENT ME! |
protected java.util.Vector |
messages
DOCUMENT ME! |
| Fields inherited from class com.sshtools.j2ssh.connection.Channel |
connection, localChannelId, localPacketSize, localWindow, remoteChannelId, remotePacketSize, remoteWindow, state |
| Constructor Summary | |
BindingChannel()
|
|
| Method Summary | |
void |
bindChannel(BindingChannel boundChannel)
DOCUMENT ME! |
boolean |
isBound()
DOCUMENT ME! |
protected void |
onChannelClose()
DOCUMENT ME! |
protected void |
onChannelData(SshMsgChannelData msg)
DOCUMENT ME! |
protected void |
onChannelEOF()
DOCUMENT ME! |
protected void |
onChannelExtData(SshMsgChannelExtendedData msg)
DOCUMENT ME! |
protected void |
onChannelOpen()
DOCUMENT ME! |
protected void |
setRemoteEOF()
DOCUMENT ME! |
| Methods inherited from class com.sshtools.j2ssh.connection.Channel |
addEventListener, close, finalizeClose, getChannelConfirmationData, getChannelOpenData, getChannelType, getLocalChannelId, getLocalPacketSize, getLocalWindow, getMaximumPacketSize, getMaximumWindowSpace, getMinimumWindowSpace, getName, getRemoteChannelId, getRemotePacketSize, getRemoteWindow, getState, init, init, isClosed, isLocalEOF, isOpen, isRemoteEOF, onChannelRequest, open, processChannelData, processChannelData, remoteClose, sendChannelData, sendChannelExtData, setLocalEOF, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected BindingChannel boundChannel
protected java.util.Vector messages
| Constructor Detail |
public BindingChannel()
| Method Detail |
public boolean isBound()
public void bindChannel(BindingChannel boundChannel)
throws java.io.IOException
boundChannel - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
protected void onChannelExtData(SshMsgChannelExtendedData msg)
throws java.io.IOException
onChannelExtData in class Channelmsg - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
protected void onChannelData(SshMsgChannelData msg)
throws java.io.IOException
onChannelData in class Channelmsg - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
protected void setRemoteEOF()
throws java.io.IOException
Channel
setRemoteEOF in class Channeljava.io.IOException - DOCUMENT ME!
protected void onChannelEOF()
throws java.io.IOException
onChannelEOF in class Channeljava.io.IOException - DOCUMENT ME!
protected void onChannelClose()
throws java.io.IOException
onChannelClose in class Channeljava.io.IOException - DOCUMENT ME!
protected void onChannelOpen()
throws java.io.IOException
onChannelOpen in class Channeljava.io.IOException - DOCUMENT ME!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||