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

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

There is a newer version: 2.1.1
Show newest version
package com.webpieces.http2parser.api;

import java.util.List;

import org.webpieces.data.api.DataWrapper;

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

public interface ParserResult {
    boolean hasParsedFrames();

    List getParsedFrames();

    boolean hasMoreData();

    DataWrapper getMoreData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy