| Interface | Description |
|---|---|
| ThreadLocalHolder.Lifecycle |
Optional interface that pooled instances may implement if they wish to be notified of
life cycle events.
|
| Class | Description |
|---|---|
| ProxyOutputStream |
A Proxy stream which acts as expected, that is it passes the method calls on
to the proxied stream and doesn't change which methods are being called (unlike
JDK
FilterOutputStream). |
| ReusableByteBuffer |
A speedy alternative to
ByteArrayOutputStream. |
| StringUtils |
Operations on
String that are
null safe. |
| ThreadLocalHolder<T> |
Maintains a per-thread value created by the
Supplier given to the constructor. |
| ThreadLocalReusableByteBuffer |
A pool of
ReusableByteBuffer. |
| TimeZoneUtils |
Copyright © 2013–2021. All rights reserved.