Skip navigation links
A C O T U 

A

AsyncHttpObservable - Class in org.asynchttpclient.extras.rxjava
Provide RxJava support for executing requests.
AsyncHttpObservable() - Constructor for class org.asynchttpclient.extras.rxjava.AsyncHttpObservable
 
AsyncHttpSingle - Class in org.asynchttpclient.extras.rxjava.single
Wraps HTTP requests into RxJava Single instances.

C

create(BoundRequestBuilder) - Static method in class org.asynchttpclient.extras.rxjava.single.AsyncHttpSingle
Emits the responses to HTTP requests obtained from builder.
create(Func1<? super AsyncHandler<?>, ? extends Future<?>>) - Static method in class org.asynchttpclient.extras.rxjava.single.AsyncHttpSingle
Emits the responses to HTTP requests obtained by calling requestTemplate.
create(BoundRequestBuilder, Func0<? extends AsyncHandler<? extends T>>) - Static method in class org.asynchttpclient.extras.rxjava.single.AsyncHttpSingle
Emits the results of AsyncHandlers obtained from handlerSupplier for HTTP requests obtained from builder.
create(Func1<? super AsyncHandler<?>, ? extends Future<?>>, Func0<? extends AsyncHandler<? extends T>>) - Static method in class org.asynchttpclient.extras.rxjava.single.AsyncHttpSingle
Emits the results of AsyncHandlers obtained from handlerSupplier for HTTP requests obtained obtained by calling requestTemplate.

O

observe(Func0<BoundRequestBuilder>) - Static method in class org.asynchttpclient.extras.rxjava.AsyncHttpObservable
Observe a request execution and emit the response to the observer.
org.asynchttpclient.extras.rxjava - package org.asynchttpclient.extras.rxjava
 
org.asynchttpclient.extras.rxjava.single - package org.asynchttpclient.extras.rxjava.single
 

T

toObservable(Func0<BoundRequestBuilder>) - Static method in class org.asynchttpclient.extras.rxjava.AsyncHttpObservable
Observe a request execution and emit the response to the observer.

U

UnsubscribedException - Exception in org.asynchttpclient.extras.rxjava
Indicates that an Observer unsubscribed during the processing of a HTTP request.
UnsubscribedException() - Constructor for exception org.asynchttpclient.extras.rxjava.UnsubscribedException
 
UnsubscribedException(Throwable) - Constructor for exception org.asynchttpclient.extras.rxjava.UnsubscribedException
 
A C O T U 
Skip navigation links

Copyright © 2020. All rights reserved.