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 Constructor Description Socket()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
close()
abstract int
readFull(byte[] buf, int s, int len)
abstract void
write(byte[] buf, int s, int len)
-
-
-
Method Detail
-
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
-
-