Interface | Description |
---|---|
CallAdatper<R,T> | |
ICall<T> |
An invocation of a Retrofit method that sends a request to a webserver and returns a response.
|
ICallback<T> |
Communicates responses from an IoTize device.
|
Class | Description |
---|---|
Call<T> |
Created by IoTize on 18/01/
|
Call.AsyncCallTask<T> | |
DecoderMap | |
DefaultBodyEncoder | |
RequestBuilder | |
ServiceFactory | |
ServiceMethod<ResponseBodyType> |
Adapts an invocation of an interface method into an HTTP call.
|
ServiceMethod.Builder<ResponseBodyType> |
Inspects the annotations on an interface method to construct a reusable service method.
|