Removed Methods
|
RoutedRequest determineRoute(HttpHost, HttpRequest, HttpContext)
|
Determines the route for a request. |
HttpResponse execute(RoutedRequest, HttpContext)
|
|
HttpResponse execute(HttpUriRequest )
|
|
HttpResponse execute(HttpUriRequest, HttpContext)
|
Maps to execute(roureq, context). |
HttpResponse execute(RoutedRequest )
|
|
HttpContext getDefaultContext()
|
|
void populateContext(HttpContext )
|
|
void setInterceptors(List )
|
|
Added Methods
|
RequestDirector createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams)
|
|
ConnectionKeepAliveStrategy createConnectionKeepAliveStrategy()
|
|
HttpRequestExecutor createRequestExecutor()
|
|
UserTokenHandler createUserTokenHandler()
|
|
T execute(HttpHost, HttpRequest, ResponseHandler<?, extends, T>)
|
|
T execute(HttpHost, HttpRequest, ResponseHandler<?, extends, T>, HttpContext)
|
|
T execute(HttpUriRequest, ResponseHandler<?, extends, T>)
|
|
T execute(HttpUriRequest, ResponseHandler<?, extends, T>, HttpContext)
|
|
HttpResponse execute(HttpHost, HttpRequest)
|
|
HttpResponse execute(HttpHost, HttpRequest, HttpContext)
|
|
HttpResponse execute(HttpUriRequest )
|
|
HttpResponse execute(HttpUriRequest, HttpContext)
|
Maps to execute(target, request, context). |
ConnectionKeepAliveStrategy getConnectionKeepAliveStrategy()
|
|
HttpRequestExecutor getRequestExecutor()
|
|
UserTokenHandler getUserTokenHandler()
|
|
void setKeepAliveStrategy(ConnectionKeepAliveStrategy )
|
|
void setUserTokenHandler(UserTokenHandler )
|
|
Changed Methods
|
HttpRoutePlanner createHttpRoutePlanner()
|
Change in return type from org.apache.http.conn.HttpRoutePlanner to org.apache.http.conn.routing.HttpRoutePlanner .
|
|
HttpRoutePlanner getRoutePlanner()
|
Change in return type from org.apache.http.conn.HttpRoutePlanner to org.apache.http.conn.routing.HttpRoutePlanner .
|
|
void removeRequestInterceptorByClass(Class<HttpRequestInterceptor> )
|
Change in signature from Class to Class<HttpRequestInterceptor> .
|
|
void removeResponseInterceptorByClass(Class<HttpResponseInterceptor> )
|
Change in signature from Class to Class<HttpResponseInterceptor> .
|
|
void setRoutePlanner(HttpRoutePlanner )
|
Change in signature from org.apache.http.conn.HttpRoutePlanner to org.apache.http.conn.routing.HttpRoutePlanner .
|
|