Searched refs:httpParams (Results 1 – 6 of 6) sorted by relevance
32 HttpParams httpParams = request.getParams(); in parseParams() local33 if (httpParams instanceof BasicHttpParams) { in parseParams()34 Map<String, String> parameters = getPrivateMember(httpParams, "parameters"); in parseParams()
179 @Override public void setParams(HttpParams httpParams) {180 this.params = httpParams;
119 @Override public void setParams(HttpParams httpParams) { in setParams() argument
306 HttpParams httpParams = super.getParams(); in shouldSupportConnectionTimeoutWithExceptions()307 HttpConnectionParams.setConnectionTimeout(httpParams, -1); in shouldSupportConnectionTimeoutWithExceptions()308 return httpParams; in shouldSupportConnectionTimeoutWithExceptions()327 HttpParams httpParams = super.getParams(); in shouldSupportSocketTimeoutWithExceptions()328 HttpConnectionParams.setSoTimeout(httpParams, -1); in shouldSupportSocketTimeoutWithExceptions()329 return httpParams; in shouldSupportSocketTimeoutWithExceptions()
47 protected HttpParams httpParams; field in ShadowDefaultRequestDirector77 this.httpParams = params; in __constructor__()204 return httpParams; in getHttpParams()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...