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

net.sf.aguacate.http.HttpBodyBuilerCoupling Maven / Gradle / Ivy

package net.sf.aguacate.http;

import net.sf.aguacate.http.impl.HttpBodyBuilerImpl;

public final class HttpBodyBuilerCoupling {

	private static final HttpBodyBuiler INSTANCE;

	static {
		INSTANCE = new HttpBodyBuilerImpl();
	}

	private HttpBodyBuilerCoupling() {
	}

	public static final HttpBodyBuiler defaultInstance() {
		return INSTANCE;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy