public final class TokenProxy extends NativeProxy
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TokenProxy(byte[] pointer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
releaseNativeResources()
Release the native resources used by this proxy.
|
assertRegistryEmpty, clear, close, equals, finalizeprotected void releaseNativeResources()
NativeProxyYou don't call this method; NativeProxy.finalize() or close() calls it for you.
If you free these resources explicitly, call clear(); instead.releaseNativeResources in class NativeProxy