Uses of Class
org.apache.sshd.agent.unix.AprLibrary
-
Packages that use AprLibrary Package Description org.apache.sshd.agent.unix -
-
Uses of AprLibrary in org.apache.sshd.agent.unix
Fields in org.apache.sshd.agent.unix declared as AprLibrary Modifier and Type Field Description private static AprLibrary
AprLibrary. library
Methods in org.apache.sshd.agent.unix that return AprLibrary Modifier and Type Method Description static AprLibrary
AprLibrary. getInstance()
get the shared instance of APR library, if none, initialize oneMethods in org.apache.sshd.agent.unix with parameters of type AprLibrary Modifier and Type Method Description protected void
AgentServerProxy. signalEOS(AprLibrary libInstance, boolean debugEnabled)
-