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

io.nextop.org.apache.http.impl.execchain.NextopHttpResponseProxy Maven / Gradle / Ivy

package io.nextop.org.apache.http.impl.execchain;

import io.nextop.org.apache.http.HttpResponse;

/** package hack to expand the visibility of the base class */
public class NextopHttpResponseProxy extends HttpResponseProxy {
    public NextopHttpResponseProxy(final HttpResponse original, final ConnectionHolder connHolder) {
        super(original, connHolder);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy