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

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

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

public abstract class Http2Frame {

	private int length; //24 bits unsigned
	private int streamId; //31 bits unsigned
	
	public abstract Http2FrameType getFrameType();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy