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

com.webpieces.http2parser.api.Http2StatefulParser Maven / Gradle / Ivy

package com.webpieces.http2parser.api;

import java.util.List;

import org.webpieces.data.api.DataWrapper;

import com.webpieces.http2.api.dto.lowlevel.lib.Http2Frame;

public interface Http2StatefulParser {

	DataWrapper marshalToByteBuffer(Http2Frame request);
	
	List parse(DataWrapper moreData);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy