New issue
Advanced search Search tips

Issue 644247 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: May 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug

Blocking:
issue 600690



Sign in to add a comment

Rename CronetEngine.Builder#enableLegacyMode()

Project Member Reported by xunji...@chromium.org, Sep 6 2016

Issue description

enableLegacyMode() 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. 
 
Labels: Hotlist-Fixit
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)

Comment 3 by mef@chromium.org, May 26 2017

Status: Fixed (was: Available)
enableLegacyMode was replaced by CronetProvider that could provide different implementations.

Sign in to add a comment