Package com.linkedin.venice.listener
Class ServerHandlerUtils
java.lang.Object
com.linkedin.venice.listener.ServerHandlerUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic X509Certificate
extractClientCert
(io.netty.channel.ChannelHandlerContext ctx) static io.netty.handler.ssl.SslHandler
extractSslHandler
(io.netty.channel.ChannelHandlerContext ctx)
-
Constructor Details
-
ServerHandlerUtils
public ServerHandlerUtils()
-
-
Method Details
-
extractSslHandler
public static io.netty.handler.ssl.SslHandler extractSslHandler(io.netty.channel.ChannelHandlerContext ctx) -
extractClientCert
public static X509Certificate extractClientCert(io.netty.channel.ChannelHandlerContext ctx) throws SSLPeerUnverifiedException - Throws:
SSLPeerUnverifiedException
-