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
    Constructor
    Description
    Ok(HttpHeader header, scala.collection.immutable.List<ErrorInfo> errors)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.collection.immutable.List<ErrorInfo>
     
     

    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