Class BodyPartParser

java.lang.Object
akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,BodyPartParser.Output>>
akka.http.impl.engine.parsing.BodyPartParser
All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<akka.util.ByteString,BodyPartParser.Output>,akka.NotUsed>

public final class BodyPartParser extends akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,BodyPartParser.Output>>
INTERNAL API

see: http://tools.ietf.org/html/rfc2046#section-5.1.1

  • Constructor Details

  • Method Details

    • boundaryChar

      public static akka.parboiled2.CharPredicate boundaryChar()
    • in

      public akka.stream.Inlet<akka.util.ByteString> in()
    • out

      public akka.stream.Outlet<BodyPartParser.Output> out()
    • shape

      public akka.stream.FlowShape<akka.util.ByteString,BodyPartParser.Output> shape()
    • createLogic

      public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes attributes)
      Specified by:
      createLogic in class akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,BodyPartParser.Output>>