Home | History | Annotate | Download | only in client

Lines Matching refs:reuseStrategy

121     protected final ConnectionReuseStrategy reuseStrategy;
225 this.reuseStrategy = reustrat;
468 reuse = reuseStrategy.keepAlive(response, context);
769 if (this.reuseStrategy.keepAlive(response, context)) {