Class HttpHeader.ParsingResult$.Ok
java.lang.Object
org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$.Ok
- All Implemented Interfaces:
Serializable,HttpHeader.ParsingResult,scala.Equals,scala.Product
- Enclosing class:
- HttpHeader.ParsingResult$
public static final class HttpHeader.ParsingResult$.Ok
extends Object
implements HttpHeader.ParsingResult, scala.Product, Serializable
The parsing run produced a result. If there were parsing errors (which did not prevent the run from
completing) they are reported in the given error list.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Ok
-
-
Method Details
-
header
-
errors
- Specified by:
errorsin interfaceHttpHeader.ParsingResult
-