TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.socket
Interface IOPoolProvider

All Known Implementing Classes:
IOPoolLocator, IOPoolService

public interface IOPoolProvider

A provider for an I/O pool.

Implementations must be thread-safe.

Author:
Christian Schlichtherle

Method Summary
 IOPool<?> get()
          Returns an I/O pool.
 

Method Detail

get

@NonNull
IOPool<?> get()
Returns an I/O pool.

Calling this method several times may return different I/O pools, so callers might need to cache the result for subsequent use.

Returns:
An I/O pool.

TrueZIP Kernel 7.0-rc2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.