public class ServerBootstrap extends CrtResource
CrtResource.ResourceInstance
Constructor and Description |
---|
ServerBootstrap(EventLoopGroup elg) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canReleaseReferencesImmediately()
Override that determines whether a resource releases its dependencies at the same time the native handle is released or if it waits.
|
protected void |
releaseNativeHandle()
Required override method that must begin the release process of the acquired native handle
|
acquireNativeHandle, addRef, addReferenceTo, close, collectNativeResource, collectNativeResources, decRef, getNativeHandle, getResourceLogDescription, isNull, logNativeResources, releaseReferences, removeReferenceTo, setDescription, swapReferenceTo, waitForNoResources
public ServerBootstrap(EventLoopGroup elg)
protected void releaseNativeHandle()
CrtResource
releaseNativeHandle
in class CrtResource
protected boolean canReleaseReferencesImmediately()
CrtResource
canReleaseReferencesImmediately
in class CrtResource
Copyright © 2021. All rights reserved.