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
T
C
create()
- Static method in class retrofit2.adapter.rxjava.
RxJavaCallAdapterFactory
Returns an instance which creates synchronous observables that do not operate on any scheduler by default.
createAsync()
- Static method in class retrofit2.adapter.rxjava.
RxJavaCallAdapterFactory
Returns an instance which creates asynchronous observables.
createWithScheduler(Scheduler)
- Static method in class retrofit2.adapter.rxjava.
RxJavaCallAdapterFactory
Returns an instance which creates synchronous observables that subscribe on
scheduler
by default.
E
error(Throwable)
- Static method in class retrofit2.adapter.rxjava.
Result
error()
- Method in class retrofit2.adapter.rxjava.
Result
The error experienced while attempting to execute an HTTP request.
G
get(Type, Annotation[], Retrofit)
- Method in class retrofit2.adapter.rxjava.
RxJavaCallAdapterFactory
H
HttpException
- Exception in
retrofit2.adapter.rxjava
Deprecated.
Use
HttpException
.
HttpException(Response<?>)
- Constructor for exception retrofit2.adapter.rxjava.
HttpException
Deprecated.
I
isError()
- Method in class retrofit2.adapter.rxjava.
Result
true
if the request resulted in an error.
R
response(Response<T>)
- Static method in class retrofit2.adapter.rxjava.
Result
response()
- Method in class retrofit2.adapter.rxjava.
Result
The response received from executing an HTTP request.
Result
<
T
> - Class in
retrofit2.adapter.rxjava
The result of executing an HTTP request.
retrofit2.adapter.rxjava
- package retrofit2.adapter.rxjava
RxJavaCallAdapterFactory
- Class in
retrofit2.adapter.rxjava
A call adapter which uses RxJava for creating observables.
T
toString()
- Method in class retrofit2.adapter.rxjava.
Result
C
E
G
H
I
R
T
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes