com.jcraft.jsch.agentproxy
Class USocketFactory.Socket
java.lang.Object
com.jcraft.jsch.agentproxy.USocketFactory.Socket
- Enclosing interface:
- USocketFactory
public abstract static class USocketFactory.Socket
- extends Object
Method Summary |
abstract void |
close()
|
abstract int |
readFull(byte[] buf,
int s,
int len)
|
abstract 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 |
USocketFactory.Socket
public USocketFactory.Socket()
readFull
public abstract int readFull(byte[] buf,
int s,
int len)
throws IOException
- Throws:
IOException
write
public abstract void write(byte[] buf,
int s,
int len)
throws IOException
- Throws:
IOException
close
public abstract void close()
throws IOException
- Throws:
IOException
Copyright © 2013 JCraft,Inc.. All rights reserved.