Class 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 Detail

      • BodyPartParser

        public BodyPartParser​(ContentType defaultContentType,
                              java.lang.String boundary,
                              akka.event.LoggingAdapter log,
                              BodyPartParser.Settings settings)
    • Method Detail

      • boundaryChar

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

        public akka.stream.Inlet<akka.util.ByteString> in()
      • 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>>