Uses of Class
com.jcraft.jsch.agentproxy.AgentProxyException
-
Packages that use AgentProxyException Package Description com.jcraft.jsch.agentproxy com.jcraft.jsch.agentproxy.connector com.jcraft.jsch.agentproxy.usocket -
-
Uses of AgentProxyException in com.jcraft.jsch.agentproxy
Methods in com.jcraft.jsch.agentproxy that throw AgentProxyException Modifier and Type Method Description Connector
ConnectorFactory. createConnector()
void
Connector. query(Buffer buffer)
-
Uses of AgentProxyException in com.jcraft.jsch.agentproxy.connector
Methods in com.jcraft.jsch.agentproxy.connector that throw AgentProxyException Modifier and Type Method Description void
PageantConnector. query(Buffer buffer)
void
SSHAgentConnector. query(Buffer buffer)
Constructors in com.jcraft.jsch.agentproxy.connector that throw AgentProxyException Constructor Description PageantConnector()
SSHAgentConnector(USocketFactory factory)
-
Uses of AgentProxyException in com.jcraft.jsch.agentproxy.usocket
Constructors in com.jcraft.jsch.agentproxy.usocket that throw AgentProxyException Constructor Description JNAUSocketFactory()
NCUSocketFactory()
-