Home
last modified time | relevance | path

Searched refs:schemeRegistry (Results 1 – 8 of 8) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/
DDefaultHttpRoutePlanner.java65 protected SchemeRegistry schemeRegistry; field in DefaultHttpRoutePlanner
78 schemeRegistry = schreg; in DefaultHttpRoutePlanner()
112 final Scheme schm = schemeRegistry.getScheme(target.getSchemeName()); in determineRoute()
DDefaultClientConnectionOperator.java81 protected SchemeRegistry schemeRegistry; field in DefaultClientConnectionOperator
94 schemeRegistry = schemes; in DefaultClientConnectionOperator()
131 final Scheme schm = schemeRegistry.getScheme(target.getSchemeName()); in openConnection()
231 final Scheme schm = schemeRegistry.getScheme(target.getSchemeName()); in updateSecureConnection()
DProxySelectorRoutePlanner.java75 protected SchemeRegistry schemeRegistry; field in ProxySelectorRoutePlanner
95 schemeRegistry = schreg; in ProxySelectorRoutePlanner()
163 this.schemeRegistry.getScheme(target.getSchemeName()); in determineRoute()
DSingleClientConnManager.java88 protected SchemeRegistry schemeRegistry; field in SingleClientConnManager
127 this.schemeRegistry = schreg; in SingleClientConnManager()
147 return this.schemeRegistry; in getSchemeRegistry()
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DThreadSafeClientConnManager.java79 protected SchemeRegistry schemeRegistry; field in ThreadSafeClientConnManager
101 this.schemeRegistry = schreg; in ThreadSafeClientConnManager()
152 return this.schemeRegistry; in getSchemeRegistry()
/external/apache-http/android/src/android/net/http/
DAndroidHttpClient.java130 SchemeRegistry schemeRegistry = new SchemeRegistry(); in newInstance() local
131 schemeRegistry.register(new Scheme("http", in newInstance()
133 schemeRegistry.register(new Scheme("https", in newInstance()
138 new ThreadSafeClientConnManager(params, schemeRegistry); in newInstance()
/external/apache-http/src/org/apache/http/conn/
DClientConnectionManagerFactory.java53 SchemeRegistry schemeRegistry); in newInstance() argument
/external/apache-http/api/
Dcurrent.txt2744 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2750 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2798 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2820 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2972 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;