Home | History | Annotate | Download | only in httpclient

Lines Matching defs:reuseStrategy

148   protected final ConnectionReuseStrategy reuseStrategy;
260 this.reuseStrategy = reustrat;
533 reuse = reuseStrategy.keepAlive(response, context);
815 if (this.reuseStrategy.keepAlive(response, context)) {