public static class HttpHeader.ParsingResult$
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpHeader.ParsingResult$.Error
The parsing run failed due to a fatal parsing error.
|
static class |
HttpHeader.ParsingResult$.Error$ |
static class |
HttpHeader.ParsingResult$.Ok
The parsing run produced a result.
|
static class |
HttpHeader.ParsingResult$.Ok$ |
Modifier and Type | Field and Description |
---|---|
static HttpHeader.ParsingResult$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ParsingResult$() |
public static final HttpHeader.ParsingResult$ MODULE$