2012-12-27 361 views
0

link中的服務器在Android中工作嗎?Http Core在Android中處理請求

當我嘗試使用構造函數,

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

Eclipse中說的構造函數沒有定義。 Eclipse中給出了一個速戰速決改變構造函數:

HttpService(HttpProcessor proc, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory) 

我如何註冊我在這種情況下,請求處理程序?

在此先感謝!

回答

0

使用setHandlerResolver方法來設置處理程序。 Link