public static class BodyPartParser.DefinedEndOfLineConfiguration extends java.lang.Object implements BodyPartParser.EndOfLineConfiguration, scala.Product, java.io.Serializable
Constructor and Description |
---|
DefinedEndOfLineConfiguration(java.lang.String eol,
java.lang.String boundary) |
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() |
byte[] |
needle() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isBoundary, isEndOfLine
public DefinedEndOfLineConfiguration(java.lang.String eol, java.lang.String boundary)
public int eolLength()
eolLength
in interface BodyPartParser.EndOfLineConfiguration
public byte[] needle()
needle
in interface BodyPartParser.EndOfLineConfiguration
public int boundaryLength()
boundaryLength
in interface BodyPartParser.EndOfLineConfiguration
public BoyerMoore boyerMoore()
boyerMoore
in interface BodyPartParser.EndOfLineConfiguration
public java.lang.String eol()
eol
in interface BodyPartParser.EndOfLineConfiguration
public java.lang.String boundary()
boundary
in interface BodyPartParser.EndOfLineConfiguration
public BodyPartParser.EndOfLineConfiguration defineOnce(org.apache.pekko.util.ByteString input)
defineOnce
in interface BodyPartParser.EndOfLineConfiguration