Class NettyPythonEventLoop.NettyServerSocket

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

public static final class NettyPythonEventLoop.NettyServerSocket extends Object
Socket-like object for Python's server.sockets API.

Only address accessors are exposed. The accepted channel itself remains internal to avoid Python code mutating Netty state outside this event-loop bridge.

  • Method Details

    • getsockname

      public @Nullable Object getsockname()
    • getpeername

      public @Nullable Object getpeername()