Package com.sshtools.j2ssh.connection
Class BindingChannel
java.lang.Object
com.sshtools.j2ssh.connection.Channel
com.sshtools.j2ssh.connection.BindingChannel
- Direct Known Subclasses:
ForwardingBindingChannel
- Version:
- $Revision: 1.12 $
- Author:
- $author$
-
Field Summary
FieldsFields inherited from class com.sshtools.j2ssh.connection.Channel
connection, localChannelId, localPacketSize, localWindow, remoteChannelId, remotePacketSize, remoteWindow, state
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bindChannel
(BindingChannel boundChannel) boolean
isBound()
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, onChannelRequest, open, processChannelData, processChannelData, remoteClose, sendChannelData, sendChannelExtData, setLocalEOF, setName
-
Field Details
-
boundChannel
-
messages
-
-
Constructor Details
-
BindingChannel
public BindingChannel()
-
-
Method Details
-
isBound
public boolean isBound()- Returns:
-
bindChannel
- Parameters:
boundChannel
-- Throws:
IOException
-
onChannelExtData
- Specified by:
onChannelExtData
in classChannel
- Parameters:
msg
-- Throws:
IOException
-
onChannelData
- Specified by:
onChannelData
in classChannel
- Parameters:
msg
-- Throws:
IOException
-
setRemoteEOF
- Overrides:
setRemoteEOF
in classChannel
- Throws:
IOException
-
onChannelEOF
- Specified by:
onChannelEOF
in classChannel
- Throws:
IOException
-
onChannelClose
- Specified by:
onChannelClose
in classChannel
- Throws:
IOException
-
onChannelOpen
- Specified by:
onChannelOpen
in classChannel
- Throws:
IOException
-