Home | History | Annotate | Download | only in http

Lines Matching defs:statusLine

38 import org.apache.http.StatusLine;
242 StatusLine statusLine = null;
249 statusLine = httpClientConnection.parseResponseHeader(header);
250 statusCode = statusLine.getStatusCode();
254 statusLine.toString().length() + " " + statusLine);
256 ProtocolVersion v = statusLine.getProtocolVersion();
258 statusCode, statusLine.getReasonPhrase());
347 mConnection.setCanPersist(entity, statusLine.getProtocolVersion(),