JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
E
G
H
I
R
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
scheduler
by default.
E
error(Throwable)
- Static method in class retrofit2.adapter.rxjava2.
Result
error()
- Method in class retrofit2.adapter.rxjava2.
Result
The error experienced while attempting to execute an HTTP request.
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
true
if the request resulted in an error.
R
response(Response<T>)
- Static method in class retrofit2.adapter.rxjava2.
Result
response()
- Method in class retrofit2.adapter.rxjava2.
Result
The response received from executing an HTTP request.
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.
C
E
G
H
I
R
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes