Package akka.http.impl.engine.parsing
Class BodyPartParser.UndefinedEndOfLineConfiguration
- java.lang.Object
-
- akka.http.impl.engine.parsing.BodyPartParser.UndefinedEndOfLineConfiguration
-
- All Implemented Interfaces:
BodyPartParser.EndOfLineConfiguration,java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
- BodyPartParser
public static class BodyPartParser.UndefinedEndOfLineConfiguration extends java.lang.Object implements BodyPartParser.EndOfLineConfiguration, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndefinedEndOfLineConfiguration(java.lang.String boundary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringboundary()intboundaryLength()BoyerMooreboyerMoore()BodyPartParser.EndOfLineConfigurationdefineOnce(akka.util.ByteString byteString)java.lang.Stringeol()inteolLength()byte[]needle()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.impl.engine.parsing.BodyPartParser.EndOfLineConfiguration
isBoundary, isEndOfLine
-
-
-
-
Method Detail
-
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
public BoyerMoore boyerMoore()
- Specified by:
boyerMoorein interfaceBodyPartParser.EndOfLineConfiguration
-
boundary
public java.lang.String boundary()
- Specified by:
boundaryin interfaceBodyPartParser.EndOfLineConfiguration
-
eol
public java.lang.String eol()
- Specified by:
eolin interfaceBodyPartParser.EndOfLineConfiguration
-
defineOnce
public BodyPartParser.EndOfLineConfiguration defineOnce(akka.util.ByteString byteString)
- Specified by:
defineOncein interfaceBodyPartParser.EndOfLineConfiguration
-
-