Package akka.http.scaladsl.model
Class HttpHeader.ParsingResult$.Ok
java.lang.Object
akka.http.scaladsl.model.HttpHeader.ParsingResult$.Ok
- All Implemented Interfaces:
HttpHeader.ParsingResult
,Serializable
,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, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Ok
-
-
Method Details
-
header
-
errors
- Specified by:
errors
in interfaceHttpHeader.ParsingResult
-