Interface BodyPartParser.EndOfLineConfiguration
- All Known Implementing Classes:
- BodyPartParser.DefinedEndOfLineConfiguration,- BodyPartParser.UndefinedEndOfLineConfiguration
- Enclosing class:
- BodyPartParser
public static interface BodyPartParser.EndOfLineConfiguration
- 
Method SummaryModifier 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- 
boundaryString boundary()
- 
boundaryLengthint boundaryLength()
- 
boyerMooreBoyerMoore boyerMoore()
- 
defineOnce
- 
eolString eol()
- 
eolLengthint eolLength()
- 
isBoundaryboolean isBoundary(org.apache.pekko.util.ByteString input, int offset, int ix) 
- 
isEndOfLineboolean isEndOfLine(org.apache.pekko.util.ByteString input, int offset) 
- 
needlebyte[] needle()
 
-