
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