Package akka.http.scaladsl.settings
Class ParserSettings.IllegalResponseHeaderValueProcessingMode$
- java.lang.Object
-
- akka.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderValueProcessingMode$
-
- Enclosing class:
- ParserSettings
public static class ParserSettings.IllegalResponseHeaderValueProcessingMode$ extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParserSettings.IllegalResponseHeaderValueProcessingMode$.Error$static classParserSettings.IllegalResponseHeaderValueProcessingMode$.Ignore$static classParserSettings.IllegalResponseHeaderValueProcessingMode$.Warn$
-
Field Summary
Fields Modifier and Type Field Description static ParserSettings.IllegalResponseHeaderValueProcessingMode$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description IllegalResponseHeaderValueProcessingMode$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParserSettings.IllegalResponseHeaderValueProcessingModeapply(java.lang.String string)
-
-
-
Field Detail
-
MODULE$
public static final ParserSettings.IllegalResponseHeaderValueProcessingMode$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public ParserSettings.IllegalResponseHeaderValueProcessingMode apply(java.lang.String string)
-
-