Package com.jcraft.jsch.agentproxy
Class USocketFactory.Socket
java.lang.Object
com.jcraft.jsch.agentproxy.USocketFactory.Socket
- Direct Known Subclasses:
JNAUSocketFactory.MySocket
,NCUSocketFactory.MySocket
- Enclosing interface:
- USocketFactory
public abstract static class USocketFactory.Socket
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Socket
public Socket()
-
-
Method Details
-
readFull
public abstract int readFull(byte[] buf, int s, int len) throws java.io.IOException - Throws:
java.io.IOException
-
write
public abstract void write(byte[] buf, int s, int len) throws java.io.IOException - Throws:
java.io.IOException
-
close
public abstract void close() throws java.io.IOException- Throws:
java.io.IOException
-