fi.foyt.foursquare.api.io
类 DefaultIOHandler
java.lang.Object
fi.foyt.foursquare.api.io.IOHandler
fi.foyt.foursquare.api.io.DefaultIOHandler
public class DefaultIOHandler
- extends IOHandler
Default implementation of the IOHandler
- 作者:
- Antti Leppä
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultIOHandler
public DefaultIOHandler()
fetchData
public Response fetchData(String url,
Method method)
- 从类
IOHandler 复制的描述
- Method used in API queries
- 指定者:
- 类
IOHandler 中的 fetchData
- 参数:
url - URL of the querymethod - method used
- 返回:
- Response
fetchDataMultipartMime
public Response fetchDataMultipartMime(String url,
MultipartParameter... parameters)
- 从类
IOHandler 复制的描述
- Method used in multipart/mime API queries
- 指定者:
- 类
IOHandler 中的 fetchDataMultipartMime
- 参数:
url - URL of the queryparameters - multipart parameters
- 返回:
- Response
Copyright © 2013 Foyt. All Rights Reserved.