Class RequestSubsystem

java.lang.Object
com.jcraft.jsch.RequestSubsystem

public class RequestSubsystem
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    RequestSubsystem()  
  • Method Summary

    Modifier and Type Method Description
    void request​(Session session, Channel channel)  
    void request​(Session session, Channel channel, java.lang.String subsystem, boolean want_reply)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RequestSubsystem

      public RequestSubsystem()
  • Method Details

    • request

      public void request​(Session session, Channel channel, java.lang.String subsystem, boolean want_reply) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • request

      public void request​(Session session, Channel channel) throws java.lang.Exception
      Throws:
      java.lang.Exception