Index

C E G H I R 
All Classes|All Packages

C

create() - Static method in class retrofit2.adapter.rxjava3.RxJava3CallAdapterFactory
Returns an instance which creates asynchronous observables that run on a background thread by default.
createSynchronous() - Static method in class retrofit2.adapter.rxjava3.RxJava3CallAdapterFactory
Returns an instance which creates synchronous observables that do not operate on any scheduler by default.
createWithScheduler(Scheduler) - Static method in class retrofit2.adapter.rxjava3.RxJava3CallAdapterFactory
Returns an instance which creates synchronous observables that subscribeOn(..) the supplied scheduler by default.

E

error() - Method in class retrofit2.adapter.rxjava3.Result
The error experienced while attempting to execute an HTTP request.
error(Throwable) - Static method in class retrofit2.adapter.rxjava3.Result
 

G

get(Type, Annotation[], Retrofit) - Method in class retrofit2.adapter.rxjava3.RxJava3CallAdapterFactory
 

H

HttpException - Exception in retrofit2.adapter.rxjava3
Deprecated.
Use HttpException.
HttpException(Response<?>) - Constructor for exception retrofit2.adapter.rxjava3.HttpException
Deprecated.
 

I

isError() - Method in class retrofit2.adapter.rxjava3.Result
true if the request resulted in an error.

R

response() - Method in class retrofit2.adapter.rxjava3.Result
The response received from executing an HTTP request.
response(Response<T>) - Static method in class retrofit2.adapter.rxjava3.Result
 
Result<T> - Class in retrofit2.adapter.rxjava3
The result of executing an HTTP request.
retrofit2.adapter.rxjava3 - package retrofit2.adapter.rxjava3
 
RxJava3CallAdapterFactory - Class in retrofit2.adapter.rxjava3
A call adapter which uses RxJava 3 for creating observables.
C E G H I R 
All Classes|All Packages