Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sshtools.j2ssh.connection.Channel
com.sshtools.j2ssh.connection.BindingChannel
public abstract class BindingChannel
extends Channel
Field Summary | |
protected BindingChannel | |
protected Vector |
Fields inherited from class com.sshtools.j2ssh.connection.Channel | |
connection , localChannelId , localPacketSize , localWindow , remoteChannelId , remotePacketSize , remoteWindow , state |
Method Summary | |
void |
|
boolean |
|
protected void | |
protected void | |
protected void | |
protected void | |
protected void | |
protected void |
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 , onChannelClose , onChannelData , onChannelEOF , onChannelExtData , onChannelOpen , onChannelRequest , open , processChannelData , processChannelData , remoteClose , sendChannelData , sendChannelExtData , setLocalEOF , setName , setRemoteEOF |
public void bindChannel(BindingChannel boundChannel) throws IOException
- Parameters:
boundChannel
-
public boolean isBound()
- Returns:
protected void onChannelClose() throws IOException
- Overrides:
- onChannelClose in interface Channel
protected void onChannelData(SshMsgChannelData msg) throws IOException
- Overrides:
- onChannelData in interface Channel
- Parameters:
msg
-
protected void onChannelEOF() throws IOException
- Overrides:
- onChannelEOF in interface Channel
protected void onChannelExtData(SshMsgChannelExtendedData msg) throws IOException
- Overrides:
- onChannelExtData in interface Channel
- Parameters:
msg
-
protected void onChannelOpen() throws IOException
- Overrides:
- onChannelOpen in interface Channel
protected void setRemoteEOF() throws IOException
- Overrides:
- setRemoteEOF in interface Channel