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ä

构造方法摘要
DefaultIOHandler()
           
 
方法摘要
 Response fetchData(String url, Method method)
          Method used in API queries
 Response fetchDataMultipartMime(String url, MultipartParameter... parameters)
          Method used in multipart/mime API queries
 
从类 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 query
method - 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 query
parameters - multipart parameters
返回:
Response


Copyright © 2013 Foyt. All Rights Reserved.