Class JNAUSocketFactory
- java.lang.Object
-
- com.jcraft.jsch.agentproxy.usocket.JNAUSocketFactory
-
- All Implemented Interfaces:
USocketFactory
public class JNAUSocketFactory extends java.lang.Object implements USocketFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
JNAUSocketFactory.CLibrary
class
JNAUSocketFactory.MySocket
static class
JNAUSocketFactory.SockAddr
-
Nested classes/interfaces inherited from interface com.jcraft.jsch.agentproxy.USocketFactory
USocketFactory.Socket
-
-
Constructor Summary
Constructors Constructor Description JNAUSocketFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description USocketFactory.Socket
open(java.lang.String path)
-
-
-
Constructor Detail
-
JNAUSocketFactory
public JNAUSocketFactory() throws AgentProxyException
- Throws:
AgentProxyException
-
-
Method Detail
-
open
public USocketFactory.Socket open(java.lang.String path) throws java.io.IOException
- Specified by:
open
in interfaceUSocketFactory
- Throws:
java.io.IOException
-
-