i'm wondering, can I access the address of the client from a SocketServer.StreamRequestHandler (or more specifically, a subclass)? I didn't see any documentation on that.
Thanks!
i'm wondering, can I access the address of the client from a SocketServer.StreamRequestHandler (or more specifically, a subclass)? I didn't see any documentation on that.
Thanks!
You're looking for
RequestHandler.handle()
: