Uses of Package
org.newsclub.net.unix.pool
Packages that use org.newsclub.net.unix.pool
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Classes in org.newsclub.net.unix.pool used by org.newsclub.net.unixClassDescriptionA lease for an object (obtained via
ObjectPool.Lease.get()); working with the object is only permitted beforeObjectPool.Lease.close(). -
Classes in org.newsclub.net.unix.pool used by org.newsclub.net.unix.poolClassDescriptionA pool of objects.A lease for an object (obtained via
ObjectPool.Lease.get()); working with the object is only permitted beforeObjectPool.Lease.close().Sanitizes a previously leased object so it can be reused by the pool.Supplies a leased object.