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

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 getIllegalHeaderWarnings: Boolean
  12. abstract def getIllegalResponseHeaderValueProcessingMode: IllegalResponseHeaderValueProcessingMode
  13. abstract def getIncludeTlsSessionInfoHeader: Boolean
  14. abstract def getMaxChunkExtLength: Int
  15. abstract def getMaxChunkSize: Int
  16. abstract def getMaxContentLength: Long
  17. abstract def getMaxHeaderCount: Int
  18. abstract def getMaxHeaderNameLength: Int
  19. abstract def getMaxHeaderValueLength: Int
  20. abstract def getMaxMethodLength: Int
  21. abstract def getMaxResponseReasonLength: Int
  22. abstract def getMaxToStrictBytes: Long
  23. abstract def getMaxUriLength: Int
  24. abstract def getModeledHeaderParsing: Boolean
  25. abstract def getUriParsingMode: ParsingMode
  26. abstract def headerValueCacheLimit(headerName: String): Int
    Definition Classes
    Settings
  27. abstract def headerValueCacheLimits: Map[String, Int]
  28. abstract def illegalHeaderWarnings: Boolean
    Definition Classes
    Settings → Settings
  29. abstract def illegalResponseHeaderValueProcessingMode: IllegalResponseHeaderValueProcessingMode
    Definition Classes
    Settings → Settings
  30. abstract def maxHeaderCount: Int
    Definition Classes
    Settings
  31. abstract def maxHeaderNameLength: Int
    Definition Classes
    Settings
  32. abstract def maxHeaderValueLength: Int
    Definition Classes
    Settings
  33. abstract def modeledHeaderParsing: Boolean
    Definition Classes
    Settings
  34. 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 to any2stringadd[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 to ArrowAssoc[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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def ensuring(cond: (ParserSettings) ⇒ Boolean, msg: ⇒ Any): ParserSettings
    Implicit
    This member is added by an implicit conversion from ParserSettings to Ensuring[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 to Ensuring[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 to Ensuring[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 to Ensuring[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: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.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 to StringFormat[ParserSettings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]
    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( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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 withIllegalHeaderWarnings(newValue: Boolean): ParserSettings
  34. def withIncludeTlsSessionInfoHeader(newValue: Boolean): ParserSettings
  35. def withMaxChunkExtLength(newValue: Int): ParserSettings
  36. def withMaxChunkSize(newValue: Int): ParserSettings
  37. def withMaxContentLength(newValue: Long): ParserSettings
  38. def withMaxHeaderCount(newValue: Int): ParserSettings
  39. def withMaxHeaderNameLength(newValue: Int): ParserSettings
  40. def withMaxHeaderValueLength(newValue: Int): ParserSettings
  41. def withMaxMethodLength(newValue: Int): ParserSettings
  42. def withMaxResponseReasonLength(newValue: Int): ParserSettings
  43. def withMaxToStrictBytes(newValue: Long): ParserSettings
  44. def withMaxUriLength(newValue: Int): ParserSettings
  45. def withModeledHeaderParsing(newValue: Boolean): ParserSettings
  46. def withUriParsingMode(newValue: ParsingMode): ParserSettings
  47. def [B](y: B): (ParserSettings, B)
    Implicit
    This member is added by an implicit conversion from ParserSettings to ArrowAssoc[ParserSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Settings

Inherited from Settings

Inherited from Settings

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ParserSettings to any2stringadd[ParserSettings]

Inherited by implicit conversion StringFormat from ParserSettings to StringFormat[ParserSettings]

Inherited by implicit conversion Ensuring from ParserSettings to Ensuring[ParserSettings]

Inherited by implicit conversion ArrowAssoc from ParserSettings to ArrowAssoc[ParserSettings]

Ungrouped