abstract class ParserSettings extends Settings

Public API but not intended for subclassing

Self Type
ParserSettingsImpl
Annotations
@DoNotInherit()
Source
ParserSettings.scala
Linear Supertypes
Settings, Settings, Settings, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParserSettings
  2. Settings
  3. Settings
  4. Settings
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def cookieParsingMode: CookieParsingMode
    Definition Classes
    Settings
  2. abstract def customMediaTypes: FindCustom
    Definition Classes
    Settings → Settings
  3. abstract def defaultHeaderValueCacheLimit: Int
    Definition Classes
    Settings
  4. abstract def errorLoggingVerbosity: ErrorLoggingVerbosity
    Definition Classes
    Settings
  5. abstract def getConflictingContentTypeHeaderProcessingMode: ConflictingContentTypeHeaderProcessingMode
  6. abstract def getCookieParsingMode: CookieParsingMode
  7. abstract def getCustomMediaTypes: Function2[String, String, Optional[MediaType]]
  8. abstract def getCustomMethods: Function[String, Optional[HttpMethod]]
  9. abstract def getCustomStatusCodes: Function[Int, Optional[StatusCode]]
  10. abstract def getErrorLoggingVerbosity: ErrorLoggingVerbosity
  11. abstract def getHeaderValueCacheLimits: Map[String, Int]
  12. abstract def getIgnoreIllegalHeaderFor: Set[String]
  13. abstract def getIllegalHeaderWarnings: Boolean
  14. abstract def getIllegalResponseHeaderNameProcessingMode: IllegalResponseHeaderNameProcessingMode
  15. abstract def getIllegalResponseHeaderValueProcessingMode: IllegalResponseHeaderValueProcessingMode
  16. abstract def getIncludeSslSessionAttribute: Boolean
  17. abstract def getIncludeTlsSessionInfoHeader: Boolean
  18. abstract def getMaxChunkExtLength: Int
  19. abstract def getMaxChunkSize: Int
  20. abstract def getMaxCommentParsingDepth: Int
  21. abstract def getMaxContentLength: Long
  22. abstract def getMaxHeaderCount: Int
  23. abstract def getMaxHeaderNameLength: Int
  24. abstract def getMaxHeaderValueLength: Int
  25. abstract def getMaxMethodLength: Int
  26. abstract def getMaxResponseReasonLength: Int
  27. abstract def getMaxToStrictBytes: Long
  28. abstract def getMaxUriLength: Int
  29. abstract def getModeledHeaderParsing: Boolean
  30. abstract def getUriParsingMode: ParsingMode
  31. abstract def headerValueCacheLimit(headerName: String): Int
    Definition Classes
    Settings
  32. abstract def headerValueCacheLimits: Map[String, Int]
  33. abstract def ignoreIllegalHeaderFor: Set[String]
    Definition Classes
    Settings
  34. abstract def illegalHeaderWarnings: Boolean
    Definition Classes
    Settings → Settings
  35. abstract def illegalResponseHeaderNameProcessingMode: IllegalResponseHeaderNameProcessingMode
    Definition Classes
    Settings → Settings
  36. abstract def illegalResponseHeaderValueProcessingMode: IllegalResponseHeaderValueProcessingMode
    Definition Classes
    Settings → Settings
  37. abstract def maxCommentParsingDepth: Int
    Definition Classes
    Settings
  38. abstract def maxHeaderCount: Int
    Definition Classes
    Settings
  39. abstract def maxHeaderNameLength: Int
    Definition Classes
    Settings
  40. abstract def maxHeaderValueLength: Int
    Definition Classes
    Settings
  41. abstract def modeledHeaderParsing: Boolean
    Definition Classes
    Settings
  42. abstract def uriParsingMode: ParsingMode
    Definition Classes
    Settings

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ParserSettings toany2stringadd[ParserSettings] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ParserSettings, B)
    Implicit
    This member is added by an implicit conversion from ParserSettings toArrowAssoc[ParserSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. def ensuring(cond: (ParserSettings) => Boolean, msg: => Any): ParserSettings
    Implicit
    This member is added by an implicit conversion from ParserSettings toEnsuring[ParserSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (ParserSettings) => Boolean): ParserSettings
    Implicit
    This member is added by an implicit conversion from ParserSettings toEnsuring[ParserSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): ParserSettings
    Implicit
    This member is added by an implicit conversion from ParserSettings toEnsuring[ParserSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): ParserSettings
    Implicit
    This member is added by an implicit conversion from ParserSettings toEnsuring[ParserSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. def withCookieParsingMode(newValue: CookieParsingMode): ParserSettings
  26. def withCustomMediaTypes(mediaTypes: MediaType*): ParserSettings
    Annotations
    @varargs()
  27. def withCustomMethods(methods: HttpMethod*): ParserSettings
    Annotations
    @varargs()
  28. def withCustomStatusCodes(codes: StatusCode*): ParserSettings
    Annotations
    @varargs()
  29. def withErrorLoggingVerbosity(newValue: ErrorLoggingVerbosity): ParserSettings
  30. def withHeaderValueCacheLimits(newValue: Map[String, Int]): ParserSettings
  31. def withIgnoreIllegalHeaderFor(newValue: List[String]): ParserSettings
  32. def withIllegalHeaderWarnings(newValue: Boolean): ParserSettings
  33. def withIncludeSslSessionAttribute(newValue: Boolean): ParserSettings
  34. def withIncludeTlsSessionInfoHeader(newValue: Boolean): ParserSettings
  35. def withMaxChunkExtLength(newValue: Int): ParserSettings
  36. def withMaxChunkSize(newValue: Int): ParserSettings
  37. def withMaxCommentParsingDepth(newValue: Int): ParserSettings
  38. def withMaxContentLength(newValue: Long): ParserSettings
  39. def withMaxHeaderCount(newValue: Int): ParserSettings
  40. def withMaxHeaderNameLength(newValue: Int): ParserSettings
  41. def withMaxHeaderValueLength(newValue: Int): ParserSettings
  42. def withMaxMethodLength(newValue: Int): ParserSettings
  43. def withMaxResponseReasonLength(newValue: Int): ParserSettings
  44. def withMaxToStrictBytes(newValue: Long): ParserSettings
  45. def withMaxUriLength(newValue: Int): ParserSettings
  46. def withModeledHeaderParsing(newValue: Boolean): ParserSettings
  47. def withUriParsingMode(newValue: ParsingMode): ParserSettings

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ParserSettings toStringFormat[ParserSettings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (ParserSettings, B)
    Implicit
    This member is added by an implicit conversion from ParserSettings toArrowAssoc[ParserSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Settings

Inherited from Settings

Inherited from Settings

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromParserSettings to any2stringadd[ParserSettings]

Inherited by implicit conversion StringFormat fromParserSettings to StringFormat[ParserSettings]

Inherited by implicit conversion Ensuring fromParserSettings to Ensuring[ParserSettings]

Inherited by implicit conversion ArrowAssoc fromParserSettings to ArrowAssoc[ParserSettings]

Ungrouped