Registry / networking / netty-example

netty-example

JSON →
library4.1.135.Finaljavamavenunverified

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

<dependency> <groupId>io.netty</groupId> <artifactId>netty-example</artifactId> <version>4.1.135.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-EXAMPLE
N
netty-example
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.

EchoServer
io.netty.example.echo.EchoServer

Starts a simple Netty echo server on port 8080.

import io.netty.example.echo.EchoServer; public class Example { public static void main(String[] args) throws Exception { EchoServer server = new EchoServer(8080); server.run(); } }
Debug
Known issues
breakingNetty 4.1.x has breaking changes from 4.0.x in channel initialization and pipeline handling.
fix
Refer to the migration guide when upgrading from 4.0.x to 4.1.x.
affects: 4.1.0.Final and later
Upgrade
Version history
4.1.135.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
netty-example — mvn dependency:get netty-example · libregistry