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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
Ok
 
- 
- 
Method Details- 
header
- 
errors- Specified by:
- errorsin interface- HttpHeader.ParsingResult
 
 
-