B C G O R T

B

buildResult(HttpContext) - Method in class rx.apache.http.consumers.ResponseConsumerDelegate
 

C

createGet(String, HttpAsyncClient) - Static method in class rx.apache.http.ObservableHttp
 
createRequest(HttpAsyncRequestProducer, HttpAsyncClient) - Static method in class rx.apache.http.ObservableHttp
Execute request using HttpAsyncRequestProducer to define HTTP Method, URI and payload (if applicable).

G

getContent() - Method in class rx.apache.http.ObservableHttpResponse
If the response is not chunked then only a single array will be returned.
getResponse() - Method in class rx.apache.http.ObservableHttpResponse
The HttpResponse returned by the Apache client at the beginning of the response.

O

ObservableHttp<T> - Class in rx.apache.http
An Observable interface to Apache HttpAsyncClient.
ObservableHttpResponse - Class in rx.apache.http
The HttpResponse for the entire request and accessor to Observable of the content stream.
ObservableHttpResponse(HttpResponse, Observable<byte[]>) - Constructor for class rx.apache.http.ObservableHttpResponse
 
onContentReceived(ContentDecoder, IOControl) - Method in class rx.apache.http.consumers.ResponseConsumerDelegate
 
onEntityEnclosed(HttpEntity, ContentType) - Method in class rx.apache.http.consumers.ResponseConsumerDelegate
 
onResponseReceived(HttpResponse) - Method in class rx.apache.http.consumers.ResponseConsumerDelegate
 

R

releaseResources() - Method in class rx.apache.http.consumers.ResponseConsumerDelegate
 
ResponseConsumerDelegate - Class in rx.apache.http.consumers
AbstractAsyncResponseConsumer that chooses different implementations based on return headers.
ResponseConsumerDelegate(Observer<? super ObservableHttpResponse>, CompositeSubscription) - Constructor for class rx.apache.http.consumers.ResponseConsumerDelegate
 
rx.apache.http - package rx.apache.http
 
rx.apache.http.consumers - package rx.apache.http.consumers
 

T

toObservable() - Method in class rx.apache.http.ObservableHttp
 

B C G O R T