Revision created by MOE tool push_codebase.
[gae.git] / java / src / main / com / google / appengine / api / urlfetch / IURLFetchServiceFactory.java
blobf11dd783f68dc32e93d7fa487f2845a35977ac1c
1 // Copyright 2012 Google Inc. All rights reserved.
3 package com.google.appengine.api.urlfetch;
5 /**
6 * Factory for {@link URLFetchService}
8 */
9 public interface IURLFetchServiceFactory {
10 /**
11 * Obtain a URLFetchService instance.
13 URLFetchService getURLFetchService();