Index
C E G H I R
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
C
- create() - Static method in class retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
-
Returns an instance which creates synchronous observables that do not operate on any scheduler by default.
- createAsync() - Static method in class retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
-
Returns an instance which creates asynchronous observables.
- createWithScheduler(Scheduler) - Static method in class retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
-
Returns an instance which creates synchronous observables that subscribe on
schedulerby default.
E
- error() - Method in class retrofit2.adapter.rxjava2.Result
-
The error experienced while attempting to execute an HTTP request.
- error(Throwable) - Static method in class retrofit2.adapter.rxjava2.Result
G
- get(Type, Annotation[], Retrofit) - Method in class retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
H
- HttpException - Exception in retrofit2.adapter.rxjava2
-
Deprecated.Use
HttpException. - HttpException(Response<?>) - Constructor for exception retrofit2.adapter.rxjava2.HttpException
-
Deprecated.
I
- isError() - Method in class retrofit2.adapter.rxjava2.Result
-
trueif the request resulted in an error.
R
- response() - Method in class retrofit2.adapter.rxjava2.Result
-
The response received from executing an HTTP request.
- response(Response<T>) - Static method in class retrofit2.adapter.rxjava2.Result
- Result<T> - Class in retrofit2.adapter.rxjava2
-
The result of executing an HTTP request.
- retrofit2.adapter.rxjava2 - package retrofit2.adapter.rxjava2
- RxJava2CallAdapterFactory - Class in retrofit2.adapter.rxjava2
-
A call adapter which uses RxJava 2 for creating observables.
All Classes|All Packages