Skip navigation links
C E G H I M R 

C

code() - Method in exception retrofit2.adapter.rxjava.HttpException
HTTP status code.
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.
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
Exception for an unexpected, non-2xx HTTP response.
HttpException(Response<?>) - Constructor for exception retrofit2.adapter.rxjava.HttpException
 

I

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

M

message() - Method in exception retrofit2.adapter.rxjava.HttpException
HTTP status message.

R

response() - Method in exception retrofit2.adapter.rxjava.HttpException
The full HTTP response.
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.
C E G H I M R 
Skip navigation links

Copyright © 2016 Square, Inc.. All rights reserved.