Interface BodyPartParser.EndOfLineConfiguration

All Known Implementing Classes:
BodyPartParser.DefinedEndOfLineConfiguration, BodyPartParser.UndefinedEndOfLineConfiguration
Enclosing class:
BodyPartParser

public static interface BodyPartParser.EndOfLineConfiguration
  • Method Details

    • boundary

      String boundary()
    • boundaryLength

      int boundaryLength()
    • boyerMoore

      BoyerMoore boyerMoore()
    • defineOnce

      BodyPartParser.EndOfLineConfiguration defineOnce(akka.util.ByteString input)
    • eol

      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()