Registry / networking / netty-dev-tools

netty-dev-tools

JSON →
library4.1.135.Finaljavamavenunverified

Netty is 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-dev-tools</artifactId> <version>4.1.135.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-DEV-TOOLS
N
netty-dev-tools
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.

InternalLoggerFactory
io.netty.util.internal.logging.InternalLoggerFactory

Sets the default Netty logger factory to SLF4J.

import io.netty.util.internal.logging.InternalLoggerFactory; import io.netty.util.internal.logging.Slf4JLoggerFactory; public class Quickstart { public static void main(String[] args) { InternalLoggerFactory.setDefaultFactory(Slf4JLoggerFactory.INSTANCE); System.out.println("Logger factory set to SLF4J"); } }
Debug
Known issues
breakingNetty 4.1.x dev tools may have breaking changes between minor versions.
fix
Check the Netty release notes for API changes when upgrading.
affects: >=4.1.0
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-dev-tools — mvn dependency:get netty-dev-tools · libregistry