C E G H I M R
C
- code() - Method in exception com.jakewharton.retrofit2.adapter.rxjava2.HttpException
-
HTTP status code.
- com.jakewharton.retrofit2.adapter.rxjava2 - package com.jakewharton.retrofit2.adapter.rxjava2
-
- create() - Static method in class com.jakewharton.retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
-
Returns an instance which creates synchronous observables that do not operate on any scheduler
by default.
- createWithScheduler(Scheduler) - Static method in class com.jakewharton.retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
-
Returns an instance which creates synchronous observables that
subscribe on scheduler by default.
E
- error(Throwable) - Static method in class com.jakewharton.retrofit2.adapter.rxjava2.Result
-
- error() - Method in class com.jakewharton.retrofit2.adapter.rxjava2.Result
-
The error experienced while attempting to execute an HTTP request.
G
- get(Type, Annotation[], Retrofit) - Method in class com.jakewharton.retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
-
H
- HttpException - Exception in com.jakewharton.retrofit2.adapter.rxjava2
-
Exception for an unexpected, non-2xx HTTP response.
- HttpException(Response<?>) - Constructor for exception com.jakewharton.retrofit2.adapter.rxjava2.HttpException
-
I
- isError() - Method in class com.jakewharton.retrofit2.adapter.rxjava2.Result
-
true if the request resulted in an error.
M
- message() - Method in exception com.jakewharton.retrofit2.adapter.rxjava2.HttpException
-
HTTP status message.
R
- response() - Method in exception com.jakewharton.retrofit2.adapter.rxjava2.HttpException
-
The full HTTP response.
- response(Response<T>) - Static method in class com.jakewharton.retrofit2.adapter.rxjava2.Result
-
- response() - Method in class com.jakewharton.retrofit2.adapter.rxjava2.Result
-
The response received from executing an HTTP request.
- Result<T> - Class in com.jakewharton.retrofit2.adapter.rxjava2
-
The result of executing an HTTP request.
- RxJava2CallAdapterFactory - Class in com.jakewharton.retrofit2.adapter.rxjava2
-
A call adapter which uses RxJava 2 for creating observables.
C E G H I M R
Copyright © 2016. All Rights Reserved.