netty-incubator-buffer-api/buffer-api/src/main/java/io/netty/buffer/api
Chris Vest 53a8d71c64 Fix numerous review comments
- Mostly javadocs have been fixed or added.
- A couple of small code changes in ByteBufAdaptor to better cope with unlikely exceptions.
2021-05-28 16:23:35 +02:00
..
adaptor Fix numerous review comments 2021-05-28 16:23:35 +02:00
bytebuffer Implement BufferIntegratable for Nio- and UnsafeBuffer 2021-05-28 14:08:55 +02:00
internal Fix numerous review comments 2021-05-28 16:23:35 +02:00
pool Further reduce memory overhead of PooledBufferAllocator 2021-05-21 15:37:59 +02:00
unsafe Implement BufferIntegratable for Nio- and UnsafeBuffer 2021-05-28 14:08:55 +02:00
AllocatorControl.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
Buffer.java Fix numerous review comments 2021-05-28 16:23:35 +02:00
BufferAccessors.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
BufferAllocator.java Remove acquire from the public API 2021-05-26 17:19:26 +02:00
BufferHolder.java Fix numerous review comments 2021-05-28 16:23:35 +02:00
BufferRef.java Remove acquire from the public API 2021-05-26 17:19:26 +02:00
ByteCursor.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
CompositeBuffer.java Hide isOwned, countBorrows, and acquire from the public API, even on CompositeBuffer 2021-05-27 17:34:40 +02:00
Drop.java Remove acquire from the public API 2021-05-26 17:19:26 +02:00
ManagedBufferAllocator.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
MemoryManager.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
MemoryManagers.java Fix numerous review comments 2021-05-28 16:23:35 +02:00
Owned.java Remove acquire from the public API 2021-05-26 17:19:26 +02:00
package-info.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
ReadableComponent.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
ReadableComponentProcessor.java Remove acquire from the public API 2021-05-26 17:19:26 +02:00
Resource.java Fix numerous review comments 2021-05-28 16:23:35 +02:00
ResourceDisposeFailedException.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
Scope.java Remove acquire from the public API 2021-05-26 17:19:26 +02:00
Send.java Remove acquire from the public API 2021-05-26 17:19:26 +02:00
WritableComponent.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
WritableComponentProcessor.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00