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

com.webpieces.httpparser2.api.Memento Maven / Gradle / Ivy

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

import java.util.List;

import com.webpieces.httpparser2.api.dto.Http2Frame;

public interface Memento {

	ParsedStatus getStatus();

	/**
	 * In the case where you pass in bytes 2 or more messages, we
	 * give you back all the parsed messages so far
	 * @return
	 */
	List getParsedMessages();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy