declare namespace org { namespace eclipse { namespace jetty { namespace io { class MappedByteBufferPool implements org.eclipse.jetty.io.ByteBufferPool { public constructor() public constructor(arg0: int) public acquire(arg0: int, arg1: boolean): java.nio.ByteBuffer protected newByteBuffer(arg0: int, arg1: boolean): java.nio.ByteBuffer public release(arg0: java.nio.ByteBuffer): void public clear(): void public static class: java.lang.Class } } } } }