Package akka.http.impl.engine.parsing
Class BodyPartParser.DefinedEndOfLineConfiguration
- java.lang.Object
-
- akka.http.impl.engine.parsing.BodyPartParser.DefinedEndOfLineConfiguration
-
- All Implemented Interfaces:
BodyPartParser.EndOfLineConfiguration
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- BodyPartParser
public static class BodyPartParser.DefinedEndOfLineConfiguration extends java.lang.Object implements BodyPartParser.EndOfLineConfiguration, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefinedEndOfLineConfiguration(java.lang.String eol, java.lang.String boundary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
boundary()
int
boundaryLength()
BoyerMoore
boyerMoore()
BodyPartParser.EndOfLineConfiguration
defineOnce(akka.util.ByteString input)
java.lang.String
eol()
int
eolLength()
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:
eolLength
in interfaceBodyPartParser.EndOfLineConfiguration
-
needle
public byte[] needle()
- Specified by:
needle
in interfaceBodyPartParser.EndOfLineConfiguration
-
boundaryLength
public int boundaryLength()
- Specified by:
boundaryLength
in interfaceBodyPartParser.EndOfLineConfiguration
-
boyerMoore
public BoyerMoore boyerMoore()
- Specified by:
boyerMoore
in interfaceBodyPartParser.EndOfLineConfiguration
-
eol
public java.lang.String eol()
- Specified by:
eol
in interfaceBodyPartParser.EndOfLineConfiguration
-
boundary
public java.lang.String boundary()
- Specified by:
boundary
in interfaceBodyPartParser.EndOfLineConfiguration
-
defineOnce
public BodyPartParser.EndOfLineConfiguration defineOnce(akka.util.ByteString input)
- Specified by:
defineOnce
in interfaceBodyPartParser.EndOfLineConfiguration
-
-