On Aug 13, 2008, at 10:26 AM, Jerome Louvel wrote:
The closest you'll find in the Restlet API is the
org.restlet.service.ConnectorService class that has two callback
methods:
- beforeSend(Representation entity)
- afterSend(Representation entity)
Maybe we could introduce a new call-back method "onSendError(...)"
that
would inform you about the failed response and the reason for failure.
So you're saying there's no way to know *now* with the API as it
currently is? It would be nice to know *now*.
- Paul