Uses of Class
org.conscrypt.NativeLibraryLoader.LoadResult
Packages that use NativeLibraryLoader.LoadResult
-
Uses of NativeLibraryLoader.LoadResult in org.conscrypt
Methods in org.conscrypt that return NativeLibraryLoader.LoadResultModifier and TypeMethodDescriptionprivate static NativeLibraryLoader.LoadResultNativeLibraryLoader.loadLibraryFromCurrentClassloader(String name, boolean absolute) Attempts to load the library using theNativeLibraryUtilhelper from the current classloader.private static NativeLibraryLoader.LoadResultNativeLibraryLoader.loadLibraryFromHelperClassloader(Class<?> helper, String name, boolean absolute) Attempts to load the library by reflectively using theNativeLibraryUtilhelper from its classloader.private static NativeLibraryLoader.LoadResultNativeLibraryLoader.LoadResult.newFailureResult(String name, boolean absolute, boolean usingHelperClassloader, Throwable error) private static NativeLibraryLoader.LoadResultNativeLibraryLoader.LoadResult.newSuccessResult(String name, boolean absolute, boolean usingHelperClassloader) Methods in org.conscrypt with parameters of type NativeLibraryLoader.LoadResultModifier and TypeMethodDescriptionintNativeCryptoJni.ErrorComparator.compare(NativeLibraryLoader.LoadResult o1, NativeLibraryLoader.LoadResult o2) Method parameters in org.conscrypt with type arguments of type NativeLibraryLoader.LoadResultModifier and TypeMethodDescriptionprivate static booleanNativeLibraryLoader.load(String name, ClassLoader loader, List<NativeLibraryLoader.LoadResult> results) Load the given library with the specifiedClassLoader(package private) static booleanNativeLibraryLoader.loadFirstAvailable(ClassLoader loader, List<NativeLibraryLoader.LoadResult> results, String... names) Loads the first available library in the collection with the specifiedClassLoader.private static booleanNativeLibraryLoader.loadFromWorkdir(String name, ClassLoader loader, List<NativeLibraryLoader.LoadResult> results) private static booleanNativeLibraryLoader.loadLibrary(ClassLoader loader, String name, boolean absolute, List<NativeLibraryLoader.LoadResult> results) Loading the native library into the specifiedClassLoader.private static voidNativeCryptoJni.logResults(List<NativeLibraryLoader.LoadResult> results) private static voidNativeCryptoJni.throwBestError(List<NativeLibraryLoader.LoadResult> results)