Rename CronetEngine.Builder#enableLegacyMode() |
||
Issue descriptionenableLegacyMode() method name isn't clear as to what it does. We should rename it accordingly. Some suggestions are useJavaImplementationOnly() and disableNativeImplementation(). pauljensen@ also mentioned that since the Java impl doesn't have the features that the native one does, we need a detailed documentation on the method to inform consumers about the unsupported options.
,
Oct 4 2016
We may want a three way switch: 1. force on java impl 2. avoid java impl 3. normal (use java impl if native impl missing)
,
May 26 2017
enableLegacyMode was replaced by CronetProvider that could provide different implementations. |
||
►
Sign in to add a comment |
||
Comment 1 by xunji...@chromium.org
, Oct 4 2016