Package com.dropbox.core.http
Class HttpRequestor.Header
java.lang.Object
com.dropbox.core.http.HttpRequestor.Header
- Enclosing class:
HttpRequestor
A simple structure holding an HTTP header, which is key/value pair.
Used with
HttpRequestor.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Header
-
-
Method Details
-
getKey
Returns header name.- Returns:
- header name
-
getValue
Returns header value.- Returns:
- header value
-