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

net.eusashead.parquet.http.conneg.Q Maven / Gradle / Ivy

The newest version!
package net.eusashead.parquet.http.conneg;

/**
 * Accept-* headers all use
 * a q=x value to specify
 * the priority of the item,
 * where x is a Double
 * ranging from 0 to 1.0
 *
 */
public interface Q {
	
	/**
	 * Get the priority of this
	 * Accept header entry
	 * @return
	 */
	Double q();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy