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

com.paypal.http.Injector Maven / Gradle / Ivy

The newest version!
package com.paypal.http;

import java.io.IOException;

public interface Injector {
	void inject(HttpRequest request) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy