Interface BodyPartParser.EndOfLineConfiguration

    • Method Detail

      • boundary

        java.lang.String boundary()
      • boundaryLength

        int boundaryLength()
      • eol

        java.lang.String eol()
      • eolLength

        int eolLength()
      • isBoundary

        boolean isBoundary​(akka.util.ByteString input,
                           int offset,
                           int ix)
      • isEndOfLine

        boolean isEndOfLine​(akka.util.ByteString input,
                            int offset)
      • needle

        byte[] needle()