public static interface BodyPartParser.EndOfLineConfiguration
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | boundary() | 
| int | boundaryLength() | 
| BoyerMoore | boyerMoore() | 
| BodyPartParser.EndOfLineConfiguration | defineOnce(org.apache.pekko.util.ByteString input) | 
| java.lang.String | eol() | 
| int | eolLength() | 
| boolean | isBoundary(org.apache.pekko.util.ByteString input,
          int offset,
          int ix) | 
| boolean | isEndOfLine(org.apache.pekko.util.ByteString input,
           int offset) | 
| byte[] | needle() | 
java.lang.String boundary()
int boundaryLength()
BoyerMoore boyerMoore()
BodyPartParser.EndOfLineConfiguration defineOnce(org.apache.pekko.util.ByteString input)
java.lang.String eol()
int eolLength()
boolean isBoundary(org.apache.pekko.util.ByteString input,
                   int offset,
                   int ix)
boolean isEndOfLine(org.apache.pekko.util.ByteString input,
                    int offset)
byte[] needle()