Class HttpHeader.ParsingResult$.Ok

  • All Implemented Interfaces:
    HttpHeader.ParsingResult, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    HttpHeader.ParsingResult$

    public static final class HttpHeader.ParsingResult$.Ok
    extends java.lang.Object
    implements HttpHeader.ParsingResult, scala.Product, java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Ok​(HttpHeader header, scala.collection.immutable.List<ErrorInfo> errors)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.collection.immutable.List<ErrorInfo> errors()  
      HttpHeader header()  
      • 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