Class and Description |
---|
org.apache.http.util.ExceptionUtils
(4.2) no longer used
|
org.apache.http.impl.io.HttpRequestParser
(4.2) use
DefaultHttpRequestParser |
org.apache.http.impl.io.HttpResponseParser
(4.2) use
DefaultHttpResponseParser |
org.apache.http.protocol.SyncBasicHttpContext
(4.2) HttpContext instances may not be shared by multiple threads
|
Constructor and Description |
---|
org.apache.http.entity.FileEntity(File, String) |
org.apache.http.protocol.HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory) |
org.apache.http.entity.StringEntity(String, String, String)
(4.1.3) use
StringEntity.StringEntity(String, ContentType) |
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.