Package io.undertow.connector
Interface PooledByteBuffer
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- All Known Implementing Classes:
ImmediatePooledByteBuffer
,ReferenceCountedPooled
public interface PooledByteBuffer extends java.lang.AutoCloseable, java.io.Closeable
- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
java.nio.ByteBuffer
getBuffer()
boolean
isOpen()
-