Package akka.http.impl.engine.parsing
Class HttpMessageParser$
- java.lang.Object
-
- akka.http.impl.engine.parsing.HttpMessageParser$
-
public class HttpMessageParser$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static HttpMessageParser$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HttpMessageParser$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Function0<scala.Option<ParserOutput.ErrorOutput>>
CompletionIsEntityStreamError()
scala.Function0<scala.Option<ParserOutput.ErrorOutput>>
CompletionIsMessageStartError()
scala.Function0<scala.Option<ParserOutput.ErrorOutput>>
CompletionOk()
-
-
-
Field Detail
-
MODULE$
public static final HttpMessageParser$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
CompletionOk
public scala.Function0<scala.Option<ParserOutput.ErrorOutput>> CompletionOk()
-
CompletionIsMessageStartError
public scala.Function0<scala.Option<ParserOutput.ErrorOutput>> CompletionIsMessageStartError()
-
CompletionIsEntityStreamError
public scala.Function0<scala.Option<ParserOutput.ErrorOutput>> CompletionIsEntityStreamError()
-
-