Class BodyPartParser.UndefinedEndOfLineConfiguration
java.lang.Object
org.apache.pekko.http.impl.engine.parsing.BodyPartParser.UndefinedEndOfLineConfiguration
- All Implemented Interfaces:
Serializable,BodyPartParser.EndOfLineConfiguration,scala.Equals,scala.Product
- Enclosing class:
- BodyPartParser
public static class BodyPartParser.UndefinedEndOfLineConfiguration
extends Object
implements BodyPartParser.EndOfLineConfiguration, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboundary()intdefineOnce(org.apache.pekko.util.ByteString byteString) eol()intbyte[]needle()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EndOfLineConfiguration
isBoundary, isEndOfLineMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
UndefinedEndOfLineConfiguration
-
-
Method Details
-
eolLength
public int eolLength()- Specified by:
eolLengthin interfaceBodyPartParser.EndOfLineConfiguration
-
needle
public byte[] needle()- Specified by:
needlein interfaceBodyPartParser.EndOfLineConfiguration
-
boundaryLength
public int boundaryLength()- Specified by:
boundaryLengthin interfaceBodyPartParser.EndOfLineConfiguration
-
boyerMoore
- Specified by:
boyerMoorein interfaceBodyPartParser.EndOfLineConfiguration
-
boundary
- Specified by:
boundaryin interfaceBodyPartParser.EndOfLineConfiguration
-
eol
- Specified by:
eolin interfaceBodyPartParser.EndOfLineConfiguration
-
defineOnce
public BodyPartParser.EndOfLineConfiguration defineOnce(org.apache.pekko.util.ByteString byteString) - Specified by:
defineOncein interfaceBodyPartParser.EndOfLineConfiguration
-