public class FrameEventParser$ extends org.apache.pekko.stream.impl.io.ByteStringParser<FrameEvent>
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
org.apache.pekko.stream.impl.io.ByteStringParser.ByteReader, org.apache.pekko.stream.impl.io.ByteStringParser.FinishedParser$, org.apache.pekko.stream.impl.io.ByteStringParser.ParseResult<T>, org.apache.pekko.stream.impl.io.ByteStringParser.ParseResult$, org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<T>, org.apache.pekko.stream.impl.io.ByteStringParser.ParsingException, org.apache.pekko.stream.impl.io.ByteStringParser.ParsingLogic| Modifier and Type | Field and Description | 
|---|---|
| static FrameEventParser$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| FrameEventParser$() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.pekko.stream.impl.io.ByteStringParser.ParsingLogic | createLogic(org.apache.pekko.stream.Attributes attr) | 
| scala.Tuple2<org.apache.pekko.util.ByteString,java.lang.Object> | mask(org.apache.pekko.util.ByteString bytes,
    int mask) | 
| org.apache.pekko.util.ByteString | mask(org.apache.pekko.util.ByteString bytes,
    scala.Option<java.lang.Object> _mask) | 
| scala.Option<scala.Tuple2<java.lang.Object,java.lang.String>> | parseCloseCode(org.apache.pekko.util.ByteString data) | 
| java.lang.String | toString() | 
CompactionThreshold, initialAttributes, NeedMoreData, org$apache$pekko$stream$impl$io$ByteStringParser$$bytesIn, org$apache$pekko$stream$impl$io$ByteStringParser$$objOut, shapecreateLogicAndMaterializedValueaddAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, named, traversalBuilder, withAttributespublic static final FrameEventParser$ MODULE$
public org.apache.pekko.stream.impl.io.ByteStringParser.ParsingLogic createLogic(org.apache.pekko.stream.Attributes attr)
createLogic in class org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,FrameEvent>>public org.apache.pekko.util.ByteString mask(org.apache.pekko.util.ByteString bytes,
                                             scala.Option<java.lang.Object> _mask)
public scala.Tuple2<org.apache.pekko.util.ByteString,java.lang.Object> mask(org.apache.pekko.util.ByteString bytes,
                                                                            int mask)
public scala.Option<scala.Tuple2<java.lang.Object,java.lang.String>> parseCloseCode(org.apache.pekko.util.ByteString data)
public java.lang.String toString()
toString in class java.lang.Object