Class JNAUSocketFactory.MySocket

  • Enclosing class:
    JNAUSocketFactory

    public class JNAUSocketFactory.MySocket
    extends com.jcraft.jsch.agentproxy.USocketFactory.Socket
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      int readFull​(byte[] buf, int s, int len)  
      void write​(byte[] buf, int s, int len)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • readFull

        public int readFull​(byte[] buf,
                            int s,
                            int len)
                     throws java.io.IOException
        Specified by:
        readFull in class com.jcraft.jsch.agentproxy.USocketFactory.Socket
        Throws:
        java.io.IOException
      • write

        public void write​(byte[] buf,
                          int s,
                          int len)
                   throws java.io.IOException
        Specified by:
        write in class com.jcraft.jsch.agentproxy.USocketFactory.Socket
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in class com.jcraft.jsch.agentproxy.USocketFactory.Socket
        Throws:
        java.io.IOException