@Override protected void onResponseHeadersReceived(long duration, TimeUnit timeUnit) { listener.onEvent(InstanceEvent.EXECUTION_SUCCESS, duration, timeUnit, null, null); }
@Override protected void onConnectFailed(long duration, TimeUnit timeUnit, Throwable throwable) { listener.onEvent(InstanceEvent.EXECUTION_FAILED, duration, timeUnit, throwable, null); }