Registry / networking / netty-handler-ssl-ocsp

netty-handler-ssl-ocsp

JSON →
library4.1.133.Finaljavamavenunverified

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients, with OCSP stapling support.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-handler-ssl-ocsp</artifactId> <version>4.1.133.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-HANDLER-SSL-
N
netty-handler-ssl-ocsp
networkingjavav4.1.133.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.

OcspClientHandler
✓ io.netty.handler.ssl.ocsp.OcspClientHandler

Minimal usage of Netty OCSP handler

import io.netty.handler.ssl.ocsp.OcspClientHandler; import io.netty.channel.ChannelHandlerContext; public class Example extends OcspClientHandler { @Override protected boolean verify(ChannelHandlerContext ctx, byte[] response) { System.out.println("OCSP response verified"); return true; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.133.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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