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 getCookieParsingMode: CookieParsingMode
  6. abstract def getCustomMediaTypes: Function2[String, String, Optional[MediaType]]
  7. abstract def getCustomMethods: Function[String, Optional[HttpMethod]]
  8. abstract def getCustomStatusCodes: Function[Int, Optional[StatusCode]]
  9. abstract def getErrorLoggingVerbosity: ErrorLoggingVerbosity
  10. abstract def getHeaderValueCacheLimits: Map[String, Int]
  11. abstract def getIgnoreIllegalHeaderFor: Set[String]
  12. abstract def getIllegalHeaderWarnings: Boolean
  13. abstract def getIllegalResponseHeaderNameProcessingMode: IllegalResponseHeaderNameProcessingMode
  14. abstract def getIllegalResponseHeaderValueProcessingMode: IllegalResponseHeaderValueProcessingMode
  15. abstract def getIncludeSslSessionAttribute: Boolean
  16. abstract def getIncludeTlsSessionInfoHeader: Boolean
  17. abstract def getMaxChunkExtLength: Int
  18. abstract def getMaxChunkSize: Int
  19. abstract def getMaxContentLength: Long
  20. abstract def getMaxHeaderCount: Int
  21. abstract def getMaxHeaderNameLength: Int
  22. abstract def getMaxHeaderValueLength: Int
  23. abstract def getMaxMethodLength: Int
  24. abstract def getMaxResponseReasonLength: Int
  25. abstract def getMaxToStrictBytes: Long
  26. abstract def getMaxUriLength: Int
  27. abstract def getModeledHeaderParsing: Boolean
  28. abstract def getUriParsingMode: ParsingMode
  29. abstract def headerValueCacheLimit(headerName: String): Int
    Definition Classes
    Settings
  30. abstract def headerValueCacheLimits: Map[String, Int]
  31. abstract def ignoreIllegalHeaderFor: Set[String]
    Definition Classes
    Settings
  32. abstract def illegalHeaderWarnings: Boolean
    Definition Classes
    Settings → Settings
  33. abstract def illegalResponseHeaderNameProcessingMode: IllegalResponseHeaderNameProcessingMode
    Definition Classes
    Settings → Settings
  34. abstract def illegalResponseHeaderValueProcessingMode: IllegalResponseHeaderValueProcessingMode
    Definition Classes
    Settings → Settings
  35. abstract def maxHeaderCount: Int
    Definition Classes
    Settings
  36. abstract def maxHeaderNameLength: Int
    Definition Classes
    Settings
  37. abstract def maxHeaderValueLength: Int
    Definition Classes
    Settings
  38. abstract def modeledHeaderParsing: Boolean
    Definition Classes
    Settings
  39. 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]) @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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. 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
    @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. def withCookieParsingMode(newValue: CookieParsingMode): ParserSettings
  28. def withCustomMediaTypes(mediaTypes: MediaType*): ParserSettings
    Annotations
    @varargs()
  29. def withCustomMethods(methods: HttpMethod*): ParserSettings
    Annotations
    @varargs()
  30. def withCustomStatusCodes(codes: StatusCode*): ParserSettings
    Annotations
    @varargs()
  31. def withErrorLoggingVerbosity(newValue: ErrorLoggingVerbosity): ParserSettings
  32. def withHeaderValueCacheLimits(newValue: Map[String, Int]): ParserSettings
  33. def withIgnoreIllegalHeaderFor(newValue: List[String]): ParserSettings
  34. def withIllegalHeaderWarnings(newValue: Boolean): ParserSettings
  35. def withIncludeSslSessionAttribute(newValue: Boolean): ParserSettings
  36. def withIncludeTlsSessionInfoHeader(newValue: Boolean): ParserSettings
  37. def withMaxChunkExtLength(newValue: Int): ParserSettings
  38. def withMaxChunkSize(newValue: Int): ParserSettings
  39. def withMaxContentLength(newValue: Long): ParserSettings
  40. def withMaxHeaderCount(newValue: Int): ParserSettings
  41. def withMaxHeaderNameLength(newValue: Int): ParserSettings
  42. def withMaxHeaderValueLength(newValue: Int): ParserSettings
  43. def withMaxMethodLength(newValue: Int): ParserSettings
  44. def withMaxResponseReasonLength(newValue: Int): ParserSettings
  45. def withMaxToStrictBytes(newValue: Long): ParserSettings
  46. def withMaxUriLength(newValue: Int): ParserSettings
  47. def withModeledHeaderParsing(newValue: Boolean): ParserSettings
  48. def withUriParsingMode(newValue: ParsingMode): ParserSettings

Deprecated Value Members

  1. 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