com.jcraft.jsch.agentproxy.usocket
Class NCUSocketFactory.MySocket
java.lang.Object
com.jcraft.jsch.agentproxy.USocketFactory.Socket
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 |
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.