Class BodyPartParser.DefinedEndOfLineConfiguration
java.lang.Object
org.apache.pekko.http.impl.engine.parsing.BodyPartParser.DefinedEndOfLineConfiguration
- All Implemented Interfaces:
- Serializable,- BodyPartParser.EndOfLineConfiguration,- scala.Equals,- scala.Product
- Enclosing class:
- BodyPartParser
public static class BodyPartParser.DefinedEndOfLineConfiguration
extends Object
implements BodyPartParser.EndOfLineConfiguration, scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionboundary()intdefineOnce(org.apache.pekko.util.ByteString input) eol()intbyte[]needle()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EndOfLineConfigurationisBoundary, isEndOfLineMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
DefinedEndOfLineConfiguration
 
- 
- 
Method Details- 
eolLengthpublic int eolLength()- Specified by:
- eolLengthin interface- BodyPartParser.EndOfLineConfiguration
 
- 
needlepublic byte[] needle()- Specified by:
- needlein interface- BodyPartParser.EndOfLineConfiguration
 
- 
boundaryLengthpublic int boundaryLength()- Specified by:
- boundaryLengthin interface- BodyPartParser.EndOfLineConfiguration
 
- 
boyerMoore- Specified by:
- boyerMoorein interface- BodyPartParser.EndOfLineConfiguration
 
- 
eol- Specified by:
- eolin interface- BodyPartParser.EndOfLineConfiguration
 
- 
boundary- Specified by:
- boundaryin interface- BodyPartParser.EndOfLineConfiguration
 
- 
defineOnce- Specified by:
- defineOncein interface- BodyPartParser.EndOfLineConfiguration
 
 
-