Class LocalURLFetchService

java.lang.Object
com.google.appengine.tools.development.AbstractLocalRpcService
com.google.appengine.api.urlfetch.dev.LocalURLFetchService
All Implemented Interfaces:
LocalRpcService

@AutoService(LocalRpcService.class) public class LocalURLFetchService extends AbstractLocalRpcService
LocalURLFetchService fetches URLs using Apache HttpClient. This implementation should only be used within the dev appserver environment.