Class TestParsingErrorHandler$
java.lang.Object
org.apache.pekko.http.ParsingErrorHandler
org.apache.pekko.http.impl.engine.server.TestParsingErrorHandler$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestParsingErrorHandler$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandle
(StatusCode status, ErrorInfo error, org.apache.pekko.event.LoggingAdapter log, ServerSettings settings)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TestParsingErrorHandler$
public TestParsingErrorHandler$()
-
-
Method Details
-
handle
public HttpResponse handle(StatusCode status, ErrorInfo error, org.apache.pekko.event.LoggingAdapter log, ServerSettings settings) - Specified by:
handle
in classParsingErrorHandler
-