com.jcraft.jsch.agentproxy.usocket
Class NCUSocketFactory.MySocket

java.lang.Object
  extended by com.jcraft.jsch.agentproxy.USocketFactory.Socket
      extended by com.jcraft.jsch.agentproxy.usocket.NCUSocketFactory.MySocket
Enclosing class:
NCUSocketFactory

public class NCUSocketFactory.MySocket
extends com.jcraft.jsch.agentproxy.USocketFactory.Socket


Method Summary
 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 IOException
Specified by:
readFull in class com.jcraft.jsch.agentproxy.USocketFactory.Socket
Throws:
IOException

write

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

close

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


Copyright © 2013 JCraft,Inc.. All rights reserved.