Class BodyPartParser

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

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

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

  • Constructor Details

  • Method Details

    • boundaryChar

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

      public org.apache.pekko.stream.Inlet<org.apache.pekko.util.ByteString> in()
    • out

      public org.apache.pekko.stream.Outlet<BodyPartParser.Output> out()
    • shape

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

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