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

org.jboss.resteasy.client.jaxrs.engines.HttpContextProvider Maven / Gradle / Ivy

package org.jboss.resteasy.client.jaxrs.engines;

import org.apache.http.protocol.HttpContext;

@Deprecated(forRemoval = true, since = "6.2")
public interface HttpContextProvider {
    HttpContext getContext();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy