def read(self): return Net.read(self.ssl)
def read(self): res = Net.read(self.socket) self.disconnect() return res