Class NioFastMetaNet

java.lang.Object
io.aether.net.fastMeta.nio.NioFastMetaNet
All Implemented Interfaces:
io.aether.net.fastMeta.FastMetaNet, AutoCloseable

public class NioFastMetaNet extends Object implements io.aether.net.fastMeta.FastMetaNet, AutoCloseable
NIO-based implementation of the FastMetaNet factory. This class creates and manages non-blocking clients and servers. It runs a central I/O event loop (Reactor) in a dedicated thread and uses a Destroyer to manage all created resources.