Example usage for io.netty.util.internal UnpaddedInternalThreadLocalMap subclass-usage

List of usage examples for io.netty.util.internal UnpaddedInternalThreadLocalMap subclass-usage

Introduction

In this page you can find the example usage for io.netty.util.internal UnpaddedInternalThreadLocalMap subclass-usage.

Usage

From source file onlysaviorcommon.util.internal.InternalThreadLocalMap.java

/**
 * The internal data structure that stores the thread-local variables for Netty and all {@link FastThreadLocal}s.
 * Note that this class is for internal use only and is subject to change at any time.  Use {@link FastThreadLocal}
 * unless you know what you are doing.
 */
public final class InternalThreadLocalMap extends UnpaddedInternalThreadLocalMap {