About your question (1): Connection classes has lots of useful information.
Maybe _sck and _address are the most useful ones for you. Take a look
to connection.py , __init__ function for a complete list of the
methods available.
If you want to access the connection from the handler, try
"self._conn", it will hold the current connection class.
About your question (2): In general, errors are sent as text. If you
are waiting some type of error, you should parse the text.
Someone already give me the idea to propagate the specific error, but
i couldn't find time to do it.
2013/5/2 Jordan Rickman <
jorges...@gmail.com>:
> --
> Has recibido este mensaje porque estás suscrito al grupo "BJSONRPC" de
> Grupos de Google.
> Para anular la suscripción a este grupo y dejar de recibir sus correos
> electrónicos, envía un correo electrónico a
>
bjsonrpc+u...@googlegroups.com.
> Para obtener más opciones, visita
https://groups.google.com/groups/opt_out.
>
>