167168169170171172173174
return this.response; } @Override public InputStream getResponseEntityStream(long size) { return (getResponse() == null) ? null : new StringInputStream( getResponse().getText()); }