Class BindingChannel

    • Field Detail

      • messages

        protected java.util.Vector messages
    • Constructor Detail

      • BindingChannel

        public BindingChannel()
    • Method Detail

      • isBound

        public boolean isBound()
        Returns:
      • bindChannel

        public void bindChannel​(BindingChannel boundChannel)
                         throws java.io.IOException
        Parameters:
        boundChannel -
        Throws:
        java.io.IOException
      • onChannelData

        protected void onChannelData​(SshMsgChannelData msg)
                              throws java.io.IOException
        Specified by:
        onChannelData in class Channel
        Parameters:
        msg -
        Throws:
        java.io.IOException
      • setRemoteEOF

        protected void setRemoteEOF()
                             throws java.io.IOException
        Overrides:
        setRemoteEOF in class Channel
        Throws:
        java.io.IOException
      • onChannelEOF

        protected void onChannelEOF()
                             throws java.io.IOException
        Specified by:
        onChannelEOF in class Channel
        Throws:
        java.io.IOException
      • onChannelClose

        protected void onChannelClose()
                               throws java.io.IOException
        Specified by:
        onChannelClose in class Channel
        Throws:
        java.io.IOException
      • onChannelOpen

        protected void onChannelOpen()
                              throws java.io.IOException
        Specified by:
        onChannelOpen in class Channel
        Throws:
        java.io.IOException