- serialize(T) - Method in interface com.github.diegonighty.http.serialization.RequestSerializer
-
Serialize request to json
- setObject(T) - Method in interface com.github.diegonighty.http.request.types.HttpPostRequest
-
Set the object to post
- setObject(T) - Method in class com.github.diegonighty.http.request.types.WrappedHttpPostRequest
-
Set the object to post
- setResponseDeserializer(ResponseDeserializer<T>) - Method in interface com.github.diegonighty.http.request.types.HttpGetRequest
-
Set the custom deserializer, this replace the GSON default deserializer
- setResponseDeserializer(ResponseDeserializer<T>) - Method in class com.github.diegonighty.http.request.types.WrappedHttpGetRequest
-
Set the custom deserializer, this replace the GSON default deserializer
- setSerializer(RequestSerializer<T>) - Method in interface com.github.diegonighty.http.request.types.HttpPostRequest
-
Set custom serializer from object to JSON
- setSerializer(RequestSerializer<T>) - Method in class com.github.diegonighty.http.request.types.WrappedHttpPostRequest
-
Set custom serializer from object to JSON
- SilentlyTerminable - Interface in com.github.diegonighty.http.terminable
-