For backwards compatibility and naming consistency
Either of the following two methods should be overridden,
if ths one is overriden, its implementation will be called from handleRequest
, and handle(i: I)
will never be used..
Either of the following two methods should be overridden,
if ths one is overriden, its implementation will be called from handleRequest
, and handle(i: I)
will never be used..
if the handle(i: I)
is overriden, this method will delegate to that one and NotImplementedError will not occur.
(Since version ) see corresponding Javadoc for more information.