Class IO

java.lang.Object
com.jcraft.jsch.IO

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

    Constructors
    Constructor Description
    IO()  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    void put​(Packet p)  

    Methods inherited from class java.lang.Object

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

    • IO

      public IO()
  • Method Details

    • put

      public void put​(Packet p) throws java.io.IOException, java.net.SocketException
      Throws:
      java.io.IOException
      java.net.SocketException
    • close

      public void close()