Class NettyFastMetaNet

java.lang.Object
io.aether.net.fastMeta.netty.NettyFastMetaNet
All Implemented Interfaces:
io.aether.net.fastMeta.FastMetaNet, AutoCloseable

public class NettyFastMetaNet extends Object implements io.aether.net.fastMeta.FastMetaNet, AutoCloseable
Netty-based implementation of the FastMetaNet factory with auto-selection of the optimal transport (Epoll/KQueue/NIO) AND reference counting for shared EventLoopGroups.

Uses non-blocking AtomicReference operations to manage group lifecycles.