public abstract class BindingChannel extends Channel
| Modifier and Type | Field and Description |
|---|---|
protected BindingChannel |
boundChannel |
protected java.util.Vector |
messages |
connection, localChannelId, localPacketSize, localWindow, remoteChannelId, remotePacketSize, remoteWindow, state| Constructor and Description |
|---|
BindingChannel() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindChannel(BindingChannel boundChannel) |
boolean |
isBound() |
protected void |
onChannelClose() |
protected void |
onChannelData(SshMsgChannelData msg) |
protected void |
onChannelEOF() |
protected void |
onChannelExtData(SshMsgChannelExtendedData msg) |
protected void |
onChannelOpen() |
protected void |
setRemoteEOF() |
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, setNameprotected BindingChannel boundChannel
protected java.util.Vector messages
public boolean isBound()
public void bindChannel(BindingChannel boundChannel) throws java.io.IOException
boundChannel - java.io.IOExceptionprotected void onChannelExtData(SshMsgChannelExtendedData msg) throws java.io.IOException
onChannelExtData in class Channelmsg - java.io.IOExceptionprotected void onChannelData(SshMsgChannelData msg) throws java.io.IOException
onChannelData in class Channelmsg - java.io.IOExceptionprotected void setRemoteEOF()
throws java.io.IOException
setRemoteEOF in class Channeljava.io.IOExceptionprotected void onChannelEOF()
throws java.io.IOException
onChannelEOF in class Channeljava.io.IOExceptionprotected void onChannelClose()
throws java.io.IOException
onChannelClose in class Channeljava.io.IOExceptionprotected void onChannelOpen()
throws java.io.IOException
onChannelOpen in class Channeljava.io.IOExceptionCopyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.