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, setName
protected BindingChannel boundChannel
protected java.util.Vector messages
public boolean isBound()
public void bindChannel(BindingChannel boundChannel) throws java.io.IOException
boundChannel
- java.io.IOException
protected void onChannelExtData(SshMsgChannelExtendedData msg) throws java.io.IOException
onChannelExtData
in class Channel
msg
- java.io.IOException
protected void onChannelData(SshMsgChannelData msg) throws java.io.IOException
onChannelData
in class Channel
msg
- java.io.IOException
protected void setRemoteEOF() throws java.io.IOException
setRemoteEOF
in class Channel
java.io.IOException
protected void onChannelEOF() throws java.io.IOException
onChannelEOF
in class Channel
java.io.IOException
protected void onChannelClose() throws java.io.IOException
onChannelClose
in class Channel
java.io.IOException
protected void onChannelOpen() throws java.io.IOException
onChannelOpen
in class Channel
java.io.IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.