Searched refs:httpParams (Results 1 – 10 of 10) sorted by relevance
59 private final HttpParams httpParams = new BasicHttpParams(); field in TestHttpServer75 httpParams.setBooleanParameter(CoreConnectionPNames.TCP_NODELAY, true); in TestHttpServer()84 httpService.setParams(httpParams); in TestHttpServer()164 connection.bind(socket, httpParams); in handleRequest()
346 HttpParams httpParams = super.getParams(); in shouldSupportConnectionTimeoutWithExceptions()347 HttpConnectionParams.setConnectionTimeout(httpParams, -1); in shouldSupportConnectionTimeoutWithExceptions()348 return httpParams; in shouldSupportConnectionTimeoutWithExceptions()367 HttpParams httpParams = super.getParams(); in shouldSupportSocketTimeoutWithExceptions()368 HttpConnectionParams.setSoTimeout(httpParams, -1); in shouldSupportSocketTimeoutWithExceptions()369 return httpParams; in shouldSupportSocketTimeoutWithExceptions()
355 HttpParams httpParams = super.getParams(); in shouldSupportConnectionTimeoutWithExceptions()356 HttpConnectionParams.setConnectionTimeout(httpParams, -1); in shouldSupportConnectionTimeoutWithExceptions()357 return httpParams; in shouldSupportConnectionTimeoutWithExceptions()376 HttpParams httpParams = super.getParams(); in shouldSupportSocketTimeoutWithExceptions()377 HttpConnectionParams.setSoTimeout(httpParams, -1); in shouldSupportSocketTimeoutWithExceptions()378 return httpParams; in shouldSupportSocketTimeoutWithExceptions()
85 HttpParams httpParams = httpRequest.getParams(); in performRequest() local89 HttpConnectionParams.setConnectionTimeout(httpParams, 5000); in performRequest()90 HttpConnectionParams.setSoTimeout(httpParams, timeoutMs); in performRequest()
53 protected HttpParams httpParams; field in ShadowDefaultRequestDirector84 this.httpParams = params; in __constructor__()241 return httpParams; in getHttpParams()
179 @Override public void setParams(HttpParams httpParams) {180 this.params = httpParams;
118 @Override public void setParams(HttpParams httpParams) { in setParams() argument
52 protected HttpParams httpParams; field in ShadowDefaultRequestDirector83 this.httpParams = params; in __constructor__()233 return httpParams; in getHttpParams()