Registry / networking / netty-buffer

netty-buffer

JSON →
library4.1.135.Finaljavamavenunverified

Netty's buffer abstraction for efficient I/O operations.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> <version>4.1.135.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-BUFFER
N
netty-buffer
networkingjavav4.1.135.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ByteBuf
io.netty.buffer.ByteBuf

Create and write to a ByteBuf.

import io.netty.buffer.ByteBuf; import io.netty.buffer.Unpooled; public class NettyBufferExample { public static void main(String[] args) { ByteBuf buf = Unpooled.buffer(256); buf.writeBytes("Hello".getBytes()); System.out.println(buf.readableBytes()); } }
Debug
Known issues
gotchaNetty 4.1.135.Final is a very recent version; check for API changes if upgrading from older 4.x.
fix
Review release notes for breaking changes.
affects: 4.1.135.Final
Upgrade
Version history
4.1.135.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Amazon
1
Resources
netty-buffer — mvn dependency:get netty-buffer · libregistry