public interface IOPoolProvider
Implementations must be thread-safe.
IOPool<?> get()
Multiple invocations should return the same I/O buffer pool. However, callers should cache the return value for subsequent use in case it isn't always the same.
Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.