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.
Please login to continue.