Package com.linkedin.venice.listener
Class ServerHandlerUtils
- java.lang.Object
-
- com.linkedin.venice.listener.ServerHandlerUtils
-
public class ServerHandlerUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ServerHandlerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.security.cert.X509Certificate
extractClientCert(io.netty.channel.ChannelHandlerContext ctx)
static io.netty.handler.ssl.SslHandler
extractSslHandler(io.netty.channel.ChannelHandlerContext ctx)
-
-
-
Method Detail
-
extractSslHandler
public static io.netty.handler.ssl.SslHandler extractSslHandler(io.netty.channel.ChannelHandlerContext ctx)
-
extractClientCert
public static java.security.cert.X509Certificate extractClientCert(io.netty.channel.ChannelHandlerContext ctx) throws javax.net.ssl.SSLPeerUnverifiedException
- Throws:
javax.net.ssl.SSLPeerUnverifiedException
-
-