Interface BodyPartParser.EndOfLineConfiguration
- All Known Implementing Classes:
BodyPartParser.DefinedEndOfLineConfiguration,BodyPartParser.UndefinedEndOfLineConfiguration
- Enclosing class:
- BodyPartParser
public static interface BodyPartParser.EndOfLineConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionboundary()intdefineOnce(org.apache.pekko.util.ByteString input) eol()intbooleanisBoundary(org.apache.pekko.util.ByteString input, int offset, int ix) booleanisEndOfLine(org.apache.pekko.util.ByteString input, int offset) byte[]needle()
-
Method Details
-
boundary
String boundary() -
boundaryLength
int boundaryLength() -
boyerMoore
BoyerMoore boyerMoore() -
defineOnce
-
eol
String eol() -
eolLength
int eolLength() -
isBoundary
boolean isBoundary(org.apache.pekko.util.ByteString input, int offset, int ix) -
isEndOfLine
boolean isEndOfLine(org.apache.pekko.util.ByteString input, int offset) -
needle
byte[] needle()
-