Package org.apache.pekko.http
Class DefaultParsingErrorHandler$
java.lang.Object
org.apache.pekko.http.ParsingErrorHandler
org.apache.pekko.http.DefaultParsingErrorHandler$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final DefaultParsingErrorHandler$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionhandle(StatusCode status, ErrorInfo info, org.apache.pekko.event.LoggingAdapter log, ServerSettings settings) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
DefaultParsingErrorHandler$public DefaultParsingErrorHandler$()
 
- 
- 
Method Details- 
handlepublic HttpResponse handle(StatusCode status, ErrorInfo info, org.apache.pekko.event.LoggingAdapter log, ServerSettings settings) - Specified by:
- handlein class- ParsingErrorHandler
 
 
-