Loading sjrpc/core/rpcconnection.py +0 −16 Original line number Diff line number Diff line Loading @@ -433,22 +433,6 @@ class RpcConnection(object): #self.logger.warn('Error while socket close: %s', err) pass def get_handler(self): ''' Return the handler binded to the :class:`RpcConnection`. :return: binded handler ''' return self._handler def set_handler(self, handler): ''' Define a new handler for this connection. :param handler: the new handler to define. ''' self._handler = handler def get_fd(self): ''' Get the file descriptor of the socket managed by this connection. Loading Loading
sjrpc/core/rpcconnection.py +0 −16 Original line number Diff line number Diff line Loading @@ -433,22 +433,6 @@ class RpcConnection(object): #self.logger.warn('Error while socket close: %s', err) pass def get_handler(self): ''' Return the handler binded to the :class:`RpcConnection`. :return: binded handler ''' return self._handler def set_handler(self, handler): ''' Define a new handler for this connection. :param handler: the new handler to define. ''' self._handler = handler def get_fd(self): ''' Get the file descriptor of the socket managed by this connection. Loading