socketserver.DatagramRequestHandler

class socketserver.DatagramRequestHandler

These BaseRequestHandler subclasses override the setup() and finish() methods, and provide self.rfile and self.wfile attributes. The self.rfile and self.wfile attributes can be read or written, respectively, to get the request data or return data to the client.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.