Package org.signal.libsignal.internal
Class NativeHandleGuard.CloseableOwner
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,org.signal.libsignal.internal.NativeHandleGuard.Owner
public abstract class NativeHandleGuard.CloseableOwner extends NativeHandleGuard.SimpleOwner implements AutoCloseable
-
-
Method Summary
Modifier and Type Method Description synchronized voidclose()-
Methods inherited from class org.signal.libsignal.internal.NativeHandleGuard.SimpleOwner
unsafeNativeHandleWithoutGuard -
Methods inherited from class org.signal.libsignal.internal.NativeHandleGuard.Owner
guard, guardedMap, guardedMapChecked, guardedRun, guardedRunChecked -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
close
synchronized void close()
-
-
-
-