facebook4j.internal.http
Class HttpResponseImpl

java.lang.Object
  extended by facebook4j.internal.http.HttpResponse
      extended by facebook4j.internal.http.HttpResponseImpl

public class HttpResponseImpl
extends HttpResponse

Since:
Twitter4J 2.1.2
Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 void disconnect()
          
 String getResponseHeader(String name)
           
 Map<String,List<String>> getResponseHeaderFields()
           
 
Methods inherited from class facebook4j.internal.http.HttpResponse
asJSONArray, asJSONObject, asReader, asStream, asString, getStatusCode, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getResponseHeader

public String getResponseHeader(String name)
Specified by:
getResponseHeader in class HttpResponse

getResponseHeaderFields

public Map<String,List<String>> getResponseHeaderFields()
Specified by:
getResponseHeaderFields in class HttpResponse

disconnect

public void disconnect()

Specified by:
disconnect in class HttpResponse


Copyright © 2014. All Rights Reserved.