
net.eusashead.parquet.http.conneg.Q Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parquet-web Show documentation
Show all versions of parquet-web Show documentation
Parquet is a Java REST framework built on Yoke and Vert.x
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