Registry / networking / netty-tcnative

netty-tcnative

JSON →
library2.0.75.Finaljavamavenunverified

Dynamically linked OpenSSL and Apache APR for Netty, providing native SSL/TLS support.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative</artifactId> <version>2.0.75.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-TCNATIVE
N
netty-tcnative
networkingjavav2.0.75.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.

OpenSsl
✓ io.netty.handler.ssl.OpenSsl

Checks if native OpenSSL is available for Netty.

import io.netty.handler.ssl.OpenSsl; public class App { public static void main(String[] args) { if (OpenSsl.isAvailable()) { System.out.println("OpenSSL is available"); } } }
Debug
Known issues
gotchaNative library must be loaded; ensure correct platform binaries are on the classpath.
fix
Add netty-tcnative-boringssl-static or netty-tcnative-classes dependency for automatic extraction.
affects: *
Upgrade
Version history
2.0.75.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
netty-tcnative — mvn dependency:get netty-tcnative · libregistry