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 TypeMethodDescriptionvoidbindChannel(BindingChannel boundChannel) booleanisBound()protected voidprotected voidprotected voidprotected voidprotected voidprotected voidMethods 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:
onChannelExtDatain classChannel- Parameters:
msg-- Throws:
IOException
-
onChannelData
- Specified by:
onChannelDatain classChannel- Parameters:
msg-- Throws:
IOException
-
setRemoteEOF
- Overrides:
setRemoteEOFin classChannel- Throws:
IOException
-
onChannelEOF
- Specified by:
onChannelEOFin classChannel- Throws:
IOException
-
onChannelClose
- Specified by:
onChannelClosein classChannel- Throws:
IOException
-
onChannelOpen
- Specified by:
onChannelOpenin classChannel- Throws:
IOException
-