Class FrameEventParser$
- All Implemented Interfaces:
- org.apache.pekko.stream.Graph<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,- FrameEvent>, - org.apache.pekko.NotUsed> 
http://tools.ietf.org/html/rfc6455
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-------+-+-------------+-------------------------------+ |F|R|R|R| opcode|M| Payload len | Extended payload length | |I|S|S|S| (4) |A| (7) | (16/64) | |N|V|V|V| |S| | (if payload len==126/127) | | |1|2|3| |K| | | +-+-+-+-+-------+-+-------------+ - - - - - - - - - - - - - - - + | Extended payload length continued, if payload len == 127 | + - - - - - - - - - - - - - - - +-------------------------------+ | |Masking-key, if MASK set to 1 | +-------------------------------+-------------------------------+ | Masking-key (continued) | Payload Data | +-------------------------------- - - - - - - - - - - - - - - - + : Payload Data continued ... : + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + | Payload Data continued ... | +---------------------------------------------------------------+
INTERNAL API
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.pekko.stream.impl.io.ByteStringParserorg.apache.pekko.stream.impl.io.ByteStringParser.ByteReader, org.apache.pekko.stream.impl.io.ByteStringParser.FinishedParser$, org.apache.pekko.stream.impl.io.ByteStringParser.ParseResult<T extends Object>, org.apache.pekko.stream.impl.io.ByteStringParser.ParseResult$, org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<T extends Object>, org.apache.pekko.stream.impl.io.ByteStringParser.ParsingException, org.apache.pekko.stream.impl.io.ByteStringParser.ParsingLogicNested classes/interfaces inherited from interface org.apache.pekko.stream.Graphorg.apache.pekko.stream.Graph.GraphMapMatVal<S extends org.apache.pekko.stream.Shape,M extends Object> 
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final FrameEventParser$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.stream.impl.io.ByteStringParser<FrameEvent>.org.apache.pekko.stream.impl.io.ByteStringParser.ParsingLogiccreateLogic(org.apache.pekko.stream.Attributes attr) scala.Tuple2<org.apache.pekko.util.ByteString,Object> mask(org.apache.pekko.util.ByteString bytes, int mask) org.apache.pekko.util.ByteStringparseCloseCode(org.apache.pekko.util.ByteString data) toString()Methods inherited from class org.apache.pekko.stream.impl.io.ByteStringParserCompactionThreshold, initialAttributes, NeedMoreData, org$apache$pekko$stream$impl$io$ByteStringParser$$bytesIn, org$apache$pekko$stream$impl$io$ByteStringParser$$objOut, shapeMethods inherited from class org.apache.pekko.stream.stage.GraphStagecreateLogicAndMaterializedValueMethods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValueaddAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, named, traversalBuilder, withAttributes
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
FrameEventParser$public FrameEventParser$()
 
- 
- 
Method Details- 
createLogicpublic org.apache.pekko.stream.impl.io.ByteStringParser<FrameEvent>.org.apache.pekko.stream.impl.io.ByteStringParser.ParsingLogic createLogic(org.apache.pekko.stream.Attributes attr) - Specified by:
- createLogicin class- org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,- FrameEvent>> 
 
- 
maskpublic org.apache.pekko.util.ByteString mask(org.apache.pekko.util.ByteString bytes, scala.Option<Object> _mask) 
- 
maskpublic scala.Tuple2<org.apache.pekko.util.ByteString,Object> mask(org.apache.pekko.util.ByteString bytes, int mask) 
- 
parseCloseCode
- 
toString
 
-