com.webpieces.hpack.api.MarshalState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http2-hpack Show documentation
Show all versions of http2-hpack Show documentation
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);
}