facebook4j
Class BatchResponseImpl
java.lang.Object
facebook4j.internal.http.HttpResponse
facebook4j.BatchResponseImpl
- All Implemented Interfaces:
- BatchResponse, Serializable
public class BatchResponseImpl
- extends facebook4j.internal.http.HttpResponse
- implements BatchResponse, Serializable
- Since:
- Facebook4J 2.1.0
- See Also:
- Serialized Form
| Methods inherited from class facebook4j.internal.http.HttpResponse |
getStatusCode |
getResponseHeader
public String getResponseHeader(String name)
- Specified by:
getResponseHeader in interface BatchResponse- Specified by:
getResponseHeader in class facebook4j.internal.http.HttpResponse
getResponseHeaderFields
public Map<String,List<String>> getResponseHeaderFields()
- Specified by:
getResponseHeaderFields in interface BatchResponse- Specified by:
getResponseHeaderFields in class facebook4j.internal.http.HttpResponse
asString
public String asString()
throws FacebookException
- Specified by:
asString in interface BatchResponse- Overrides:
asString in class facebook4j.internal.http.HttpResponse
- Throws:
FacebookException
asJSONObject
public facebook4j.internal.org.json.JSONObject asJSONObject()
throws FacebookException
- Specified by:
asJSONObject in interface BatchResponse- Overrides:
asJSONObject in class facebook4j.internal.http.HttpResponse
- Throws:
FacebookException
asResponseList
public ResponseList<facebook4j.internal.org.json.JSONObject> asResponseList()
throws FacebookException
- Specified by:
asResponseList in interface BatchResponse
- Throws:
FacebookException
asJSONArray
public facebook4j.internal.org.json.JSONArray asJSONArray()
throws FacebookException
- Specified by:
asJSONArray in interface BatchResponse- Overrides:
asJSONArray in class facebook4j.internal.http.HttpResponse
- Throws:
FacebookException
disconnect
public void disconnect()
throws IOException
- Specified by:
disconnect in class facebook4j.internal.http.HttpResponse
- Throws:
IOException
asStream
public InputStream asStream()
- Overrides:
asStream in class facebook4j.internal.http.HttpResponse
asReader
public Reader asReader()
- Overrides:
asReader in class facebook4j.internal.http.HttpResponse
toString
public String toString()
- Overrides:
toString in class facebook4j.internal.http.HttpResponse
Copyright © 2014. All Rights Reserved.