Top Description Packages

Netty/Buffer 4.1.107.Final

Resources
Homepage, Development, License (Apache License, Version 2.0)
Dependencies
java.base, netty-common
Maven Central
Group ID:io.netty
Artifacts:netty-buffer

Project Netty/Buffer

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.

Release 4.1.107.Final

Release Date
2024-02-13
Version Control
Git
git://github.com/netty/netty.git
Git
ssh://git@github.com/netty/netty.git

Package Summary

Modifier and TypePackage and Description
package
io.netty.buffer

Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.

package
io.netty.buffer.search

Utility classes for performing efficient substring search within io.netty.buffer.ByteBuf.