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

com.webpieces.httpparser2.api.dto.Http2Priority Maven / Gradle / Ivy

The newest version!
package com.webpieces.httpparser2.api.dto;

public class Http2Priority {

	private boolean streamDependencyIsExclusive;
	private int streamDependency;
	private short weight;
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy