JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.github.diegonighty.http.response
Interface HttpResponse<T>
All Known Implementing Classes:
WrappedHttpResponse
,
WrappedNotSerializedResponse
public interface
HttpResponse<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
code
()
The status code of the HTTP Request
T
result
()
Result of the HTTP Request
Method Detail
result
T
result()
Result of the HTTP Request
Returns:
http response serialized
code
int code()
The status code of the HTTP Request
Returns:
http status code
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method