|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object retrofit.Profiler.RequestInformation
public static final class Profiler.RequestInformation
Information about the HTTP request.
Constructor Summary | |
---|---|
Profiler.RequestInformation(String method,
String baseUrl,
String relativePath,
long contentLength,
String contentType)
|
Method Summary | |
---|---|
String |
getBaseUrl()
Returns the URL to which the originating request was sent. |
long |
getContentLength()
Returns the number of bytes in the originating request. |
String |
getContentType()
Returns the content type header value of the originating request. |
String |
getMethod()
Returns the HTTP method of the originating request. |
String |
getRelativePath()
Returns the path relative to the base URL to which the originating request was sent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Profiler.RequestInformation(String method, String baseUrl, String relativePath, long contentLength, String contentType)
Method Detail |
---|
public String getMethod()
public String getBaseUrl()
public String getRelativePath()
public long getContentLength()
public String getContentType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |