All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.http.RxNettyResponseHandler Maven / Gradle / Ivy

The newest version!
package com.amazonaws.http;

import rx.Observable;
import io.netty.buffer.ByteBuf;
import iep.io.reactivex.netty.protocol.http.client.HttpClientResponse;

import com.amazonaws.AmazonWebServiceResponse;

interface RxNettyResponseHandler extends HttpResponseHandler {
  public Observable handle(HttpClientResponse response) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy