Class FrameEventParser

java.lang.Object
akka.http.impl.engine.ws.FrameEventParser

public class FrameEventParser extends Object
Streaming parser for the WebSocket framing protocol as defined in RFC6455

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

  • Constructor Details

    • FrameEventParser

      public FrameEventParser()
  • Method Details

    • createLogic

      public static akka.stream.impl.io.ByteStringParser<FrameEvent>.akka.stream.impl.io.ByteStringParser.ParsingLogic createLogic(akka.stream.Attributes attr)
    • mask

      public static akka.util.ByteString mask(akka.util.ByteString bytes, scala.Option<Object> _mask)
    • mask

      public static scala.Tuple2<akka.util.ByteString,Object> mask(akka.util.ByteString bytes, int mask)
    • parseCloseCode

      public static scala.Option<scala.Tuple2<Object,String>> parseCloseCode(akka.util.ByteString data)
    • toString

      public static String toString()
    • named

      public static akka.stream.Graph<S,M> named(String name)
    • async

      public static akka.stream.Graph<S,M> async()
    • async

      public static akka.stream.Graph<S,M> async(String dispatcher)
    • async

      public static akka.stream.Graph<S,M> async(String dispatcher, int inputBufferSize)
    • addAttributes

      public static akka.stream.Graph<S,M> addAttributes(akka.stream.Attributes attr)
    • getAttributes

      public static akka.stream.Attributes getAttributes()
    • createLogicAndMaterializedValue

      public static scala.Tuple2<akka.stream.stage.GraphStageLogic,M> createLogicAndMaterializedValue(akka.stream.Attributes inheritedAttributes, akka.stream.Materializer materializer)
    • traversalBuilder

      public static final akka.stream.impl.TraversalBuilder traversalBuilder()
    • withAttributes

      public static final akka.stream.Graph<S,M> withAttributes(akka.stream.Attributes attr)
    • createLogicAndMaterializedValue

      public static final scala.Tuple2<akka.stream.stage.GraphStageLogic,akka.NotUsed> createLogicAndMaterializedValue(akka.stream.Attributes inheritedAttributes)
    • initialAttributes

      public static akka.stream.Attributes initialAttributes()
    • shape

      public static final akka.stream.FlowShape<akka.util.ByteString,T> shape()