Class NettyPythonEventLoop.NettySslFacade

java.lang.Object
io.micronaut.context.python.netty.NettyPythonEventLoop.NettySslFacade
Enclosing class:
NettyPythonEventLoop

public static final class NettyPythonEventLoop.NettySslFacade extends Object
SSL facade for Python transport extras. It exposes stable session data without exposing Netty handlers.

The values intentionally follow the shape of Python ssl transport extras closely enough for inspection and tests. The Netty SslHandler and underlying SSLEngine stay hidden.

  • Method Details

    • cipher

      public Object[] cipher()
    • version

      public String version()
    • getpeercert

      public @Nullable Object getpeercert()