
com.webpieces.http2parser.impl.ParsingState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http2-parser Show documentation
Show all versions of http2-parser Show documentation
A re-usable asynchronous http2 parser
The newest version!
package com.webpieces.http2parser.impl;
public enum ParsingState {
NEED_PARSE_FRAME_HEADER, NEED_PARSE_BODY
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy