Http Core处理Android中的请求

时间:2012-12-27 11:10:12

标签: android http apache-httpcomponents

link中的服务器是否适用于Android?

当我尝试使用构造函数时,

HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerResolver handlerResolver, HttpParams params)

Eclipse说没有定义构造函数。 Eclipse提供了一个快速修复,将构造函数更改为:

HttpService(HttpProcessor proc, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory) 

在这种情况下,如何为我的请求注册处理程序?

提前致谢!

1 个答案:

答案 0 :(得分:0)

使用setHandlerResolver方法设置处理程序。 Link