@Immutable
public final class IoBufferPoolLocator
extends java.lang.Object
implements java.util.function.Supplier<net.java.truecommons.cio.IoBufferPool>
ServiceLocator to search for published implementations of the
factory service interface IoBufferPoolFactory and the decorator service interface
IoBufferPoolDecorator.| Modifier and Type | Field and Description |
|---|---|
static IoBufferPoolLocator |
SINGLETON
The singleton instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
net.java.truecommons.cio.IoBufferPool |
get() |
public static final IoBufferPoolLocator SINGLETON