- setRequestMethod(HttpConnection.HttpMethod) - Method in class com.github.diegonighty.http.HttpCloseableConnection
-
Set method to http request
- setRequestMethod(HttpConnection.HttpMethod) - Method in interface com.github.diegonighty.http.HttpConnection
-
Set method to http request
- setResponseDeserializer(ResponseDeserializer<T>) - Method in class com.github.diegonighty.http.HttpCloseableConnection
-
Set the custom deserializer, this replace the GSON default deserializer
- setResponseDeserializer(ResponseDeserializer<T>) - Method in interface com.github.diegonighty.http.HttpConnection
-
Set the custom deserializer, this replace the GSON default deserializer
- setType(Class<T>) - Method in class com.github.diegonighty.http.HttpCloseableConnection
-
Set the type of object that will be serialized
- setType(TypeToken<T>) - Method in class com.github.diegonighty.http.HttpCloseableConnection
-
Set the type of object that will be serialized
- setType(Class<T>) - Method in interface com.github.diegonighty.http.HttpConnection
-
Set the type of object that will be serialized
- setType(TypeToken<T>) - Method in interface com.github.diegonighty.http.HttpConnection
-
Set the type of object that will be serialized
- SilentlyTerminable - Interface in com.github.diegonighty.http.terminable
-