Home | History | Annotate | Download | only in http

Lines Matching defs:statusLine

41 import org.apache.http.StatusLine;
247 StatusLine statusLine = null;
254 statusLine = httpClientConnection.parseResponseHeader(header);
255 statusCode = statusLine.getStatusCode();
259 statusLine.toString().length() + " " + statusLine);
261 ProtocolVersion v = statusLine.getProtocolVersion();
263 statusCode, statusLine.getReasonPhrase());
352 mConnection.setCanPersist(entity, statusLine.getProtocolVersion(),