Class Http2FrameParsing.Step
java.lang.Object
org.apache.pekko.http.impl.engine.http2.framing.Http2FrameParsing.Step
- All Implemented Interfaces:
- org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<FrameEvent>
- Enclosing class:
- Http2FrameParsing
public abstract class Http2FrameParsing.Step
extends Object
implements org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<FrameEvent>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.impl.io.ByteStringParser.ParseStepcanWorkWithPartialData, onTruncation, parse
- 
Constructor Details- 
Steppublic Step()
 
-