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