package foundation.icall.callout; import okhttp3.Response; public class StreamResponse { public StreamResponse(Response response) { // TODO Auto-generated constructor stub } }