Package akka.http
Class DefaultParsingErrorHandler$
- java.lang.Object
-
- akka.http.ParsingErrorHandler
-
- akka.http.DefaultParsingErrorHandler$
-
public class DefaultParsingErrorHandler$ extends ParsingErrorHandler
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultParsingErrorHandler$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description DefaultParsingErrorHandler$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpResponse
handle(StatusCode status, ErrorInfo info, akka.event.LoggingAdapter log, ServerSettings settings)
-
-
-
Field Detail
-
MODULE$
public static final DefaultParsingErrorHandler$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
handle
public HttpResponse handle(StatusCode status, ErrorInfo info, akka.event.LoggingAdapter log, ServerSettings settings)
- Specified by:
handle
in classParsingErrorHandler
-
-