Registry / networking / netty-tcnative-classes

netty-tcnative-classes

JSON →
library2.0.75.Finaljavamavenunverified

Netty TCNative provides native SSL/TLS support via OpenSSL and Apache APR for Netty applications.

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

SslContext
io.netty.handler.ssl.SslContext

Creates a client-side SSL context using Netty's SslContextBuilder.

import io.netty.handler.ssl.SslContext; import io.netty.handler.ssl.SslContextBuilder; public class Example { public static void main(String[] args) throws Exception { SslContext sslCtx = SslContextBuilder.forClient().build(); System.out.println("SSL context created"); } }
Debug
Known issues
gotchaNative libraries must be available on the system; otherwise, fallback to JDK SSL may occur.
fix
Ensure the appropriate netty-tcnative native library is included for your platform.
affects: *
Upgrade
Version history
2.0.75.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
netty-tcnative-classes — mvn dependency:get netty-tcnative-classes · libregistry