Interface SessionChannel

All Superinterfaces:
Channel
All Known Subinterfaces:
SessionChannelServer

public interface SessionChannel extends Channel
  • Method Details

    • getConnection

      SshConnection getConnection()
      Specified by:
      getConnection in interface Channel
    • haltIncomingData

      void haltIncomingData()
    • resumeIncomingData

      void resumeIncomingData()
    • getMaximumWindowSpace

      com.sshtools.common.util.UnsignedInteger32 getMaximumWindowSpace()
    • getMinimumWindowSpace

      com.sshtools.common.util.UnsignedInteger32 getMinimumWindowSpace()
    • onSessionOpen

      void onSessionOpen()
      Called once the session is open and data can be sent/received. This event happens once the user has either started the shell or executed a command.
    • getInputStream

      InputStream getInputStream()
    • getOutputStream

      OutputStream getOutputStream()