Package com.webpieces.hpack.api
Class HpackParserFactory
- java.lang.Object
-
- com.webpieces.hpack.api.HpackParserFactory
-
public class HpackParserFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HpackParserFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HpackParsercreateParser(org.webpieces.data.api.BufferPool bufferPool, boolean ignoreUnknownFrames)static HpackStatefulParsercreateStatefulParser(org.webpieces.data.api.BufferPool bufferPool, HpackConfig config)
-
-
-
Method Detail
-
createParser
public static HpackParser createParser(org.webpieces.data.api.BufferPool bufferPool, boolean ignoreUnknownFrames)
-
createStatefulParser
public static HpackStatefulParser createStatefulParser(org.webpieces.data.api.BufferPool bufferPool, HpackConfig config)
-
-