Class NCUSocketFactory
- java.lang.Object
-
- com.jcraft.jsch.agentproxy.usocket.NCUSocketFactory
-
- All Implemented Interfaces:
USocketFactory
public class NCUSocketFactory extends java.lang.Object implements USocketFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
NCUSocketFactory.MySocket
-
Nested classes/interfaces inherited from interface com.jcraft.jsch.agentproxy.USocketFactory
USocketFactory.Socket
-
-
Constructor Summary
Constructors Constructor Description NCUSocketFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description USocketFactory.Socket
open(java.lang.String path)
-
-
-
Constructor Detail
-
NCUSocketFactory
public NCUSocketFactory() 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
-
-