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

com.webpieces.hpack.api.MarshalState Maven / Gradle / Ivy

Go to download

A re-usable asynchronous HTTP/2 parser WITH header serialization/deserialization (hpack)

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

public interface MarshalState {

    void setOutgoingMaxTableSize(int newSize);
    void setOutoingMaxFrameSize(long maxFrameSize);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy