Class OcspClientHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.ssl.ocsp.OcspClientHandler
All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

@UnstableApi public abstract class OcspClientHandler extends ChannelInboundHandlerAdapter
A handler for SSL clients to handle and act upon stapled OCSP responses.
See Also: