TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.socket
Interface IOPoolService

All Known Implementing Classes:
IOPoolLocator, IOPoolProvider

public interface IOPoolService

A service for an I/O pool.

Implementations must be thread-safe.

Author:
Christian Schlichtherle

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

Method Detail

getPool

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

Calling this method multiple 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-rc1

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