Uses of Class
retrofit.client.Header

Packages that use Header
retrofit.client   
 

Uses of Header in retrofit.client
 

Methods in retrofit.client that return types with arguments of type Header
 List<Header> Response.getHeaders()
          An unmodifiable collection of headers.
 List<Header> Request.getHeaders()
          Returns an unmodifiable list of headers, never null.
 

Constructor parameters in retrofit.client with type arguments of type Header
Request(String method, String url, List<Header> headers, TypedOutput body)
           
Response(int status, String reason, List<Header> headers, TypedInput body)
           
 



Copyright © 2013 Square, Inc.. All Rights Reserved.