Registry / networking / netty-tcnative-boringssl-static

netty-tcnative-boringssl-static

JSON →
library2.0.77.Finaljavamavenunverified

Statically linked BoringSSL and APR native library for Netty, providing TLS support.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative-boringssl-static</artifactId> <version>2.0.77.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-TCNATIVE-BOR
N
netty-tcnative-boringssl-static
networkingjavav2.0.77.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

Minimal usage of Netty SSL context with BoringSSL.

import io.netty.handler.ssl.SslContext; import io.netty.handler.ssl.SslContextBuilder; public class Main { public static void main(String[] args) throws Exception { SslContext sslCtx = SslContextBuilder.forClient().build(); System.out.println("SSL context created"); } }
Debug
Known issues
breakingThis artifact is platform-specific; ensure the correct classifier (e.g., linux-x86_64) is used for your OS.
fix
Add classifier to dependency or use netty-tcnative-boringssl-static with os-maven-plugin.
affects: all
Upgrade
Version history
2.0.77.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
netty-tcnative-boringssl-static — mvn dependency:get netty-tcnative-boringssl-static · libregistry