com.webpieces.http2parser.impl.ParsingState Maven / Gradle / Ivy
package com.webpieces.http2parser.impl;
public enum ParsingState {
NEED_PARSE_FRAME_HEADER, NEED_PARSE_BODY
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.webpieces.http2parser.impl;
public enum ParsingState {
NEED_PARSE_FRAME_HEADER, NEED_PARSE_BODY
}