final class DebuggingBufferPool
extends java.lang.Object
implements org.xnio.Pool<java.nio.ByteBuffer>
| Modifier and Type | Field and Description |
|---|---|
private org.xnio.Pool<java.nio.ByteBuffer> |
delegate |
| Constructor and Description |
|---|
DebuggingBufferPool(org.xnio.Pool<java.nio.ByteBuffer> delegate) |
| Modifier and Type | Method and Description |
|---|---|
org.xnio.Pooled<java.nio.ByteBuffer> |
allocate() |
(package private) static java.lang.StackTraceElement |
findElement(java.lang.StackTraceElement[] elements) |
(package private) static void |
format(java.lang.StringBuilder b,
java.lang.StackTraceElement e) |
DebuggingBufferPool(org.xnio.Pool<java.nio.ByteBuffer> delegate)
public org.xnio.Pooled<java.nio.ByteBuffer> allocate()
allocate in interface org.xnio.Pool<java.nio.ByteBuffer>static java.lang.StackTraceElement findElement(java.lang.StackTraceElement[] elements)
static void format(java.lang.StringBuilder b,
java.lang.StackTraceElement e)