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 getIgnoreIllegalHeaderFor: Set[String]
  12. abstract def getIllegalHeaderWarnings: Boolean
  13. abstract def getIllegalResponseHeaderValueProcessingMode: IllegalResponseHeaderValueProcessingMode
  14. abstract def getIncludeTlsSessionInfoHeader: Boolean
  15. abstract def getMaxChunkExtLength: Int
  16. abstract def getMaxChunkSize: Int
  17. abstract def getMaxCommentParsingDepth: Int
  18. abstract def getMaxContentLength: Long
  19. abstract def getMaxHeaderCount: Int
  20. abstract def getMaxHeaderNameLength: Int
  21. abstract def getMaxHeaderValueLength: Int
  22. abstract def getMaxMethodLength: Int
  23. abstract def getMaxResponseReasonLength: Int
  24. abstract def getMaxToStrictBytes: Long
  25. abstract def getMaxUriLength: Int
  26. abstract def getModeledHeaderParsing: Boolean
  27. abstract def getUriParsingMode: ParsingMode
  28. abstract def headerValueCacheLimit(headerName: String): Int
    Definition Classes
    Settings
  29. abstract def headerValueCacheLimits: Map[String, Int]
  30. abstract def ignoreIllegalHeaderFor: Set[String]
    Definition Classes
    Settings
  31. abstract def illegalHeaderWarnings: Boolean
    Definition Classes
    Settings → Settings
  32. abstract def illegalResponseHeaderValueProcessingMode: IllegalResponseHeaderValueProcessingMode
    Definition Classes
    Settings → Settings
  33. abstract def maxCommentParsingDepth: Int
    Definition Classes
    Settings
  34. abstract def maxHeaderCount: Int
    Definition Classes
    Settings
  35. abstract def maxHeaderNameLength: Int
    Definition Classes
    Settings
  36. abstract def maxHeaderValueLength: Int
    Definition Classes
    Settings
  37. abstract def modeledHeaderParsing: Boolean
    Definition Classes
    Settings
  38. abstract def uriParsingMode: ParsingMode
    Definition Classes
    Settings

Concrete Value Members

  1. def withCookieParsingMode(newValue: CookieParsingMode): ParserSettings
  2. def withCustomMediaTypes(mediaTypes: MediaType*): ParserSettings
    Annotations
    @varargs()
  3. def withCustomMethods(methods: HttpMethod*): ParserSettings
    Annotations
    @varargs()
  4. def withCustomStatusCodes(codes: StatusCode*): ParserSettings
    Annotations
    @varargs()
  5. def withErrorLoggingVerbosity(newValue: ErrorLoggingVerbosity): ParserSettings
  6. def withHeaderValueCacheLimits(newValue: Map[String, Int]): ParserSettings
  7. def withIgnoreIllegalHeaderFor(newValue: List[String]): ParserSettings
  8. def withIllegalHeaderWarnings(newValue: Boolean): ParserSettings
  9. def withIncludeTlsSessionInfoHeader(newValue: Boolean): ParserSettings
  10. def withMaxChunkExtLength(newValue: Int): ParserSettings
  11. def withMaxChunkSize(newValue: Int): ParserSettings
  12. def withMaxCommentParsingDepth(newValue: Int): ParserSettings
  13. def withMaxContentLength(newValue: Long): ParserSettings
  14. def withMaxHeaderCount(newValue: Int): ParserSettings
  15. def withMaxHeaderNameLength(newValue: Int): ParserSettings
  16. def withMaxHeaderValueLength(newValue: Int): ParserSettings
  17. def withMaxMethodLength(newValue: Int): ParserSettings
  18. def withMaxResponseReasonLength(newValue: Int): ParserSettings
  19. def withMaxToStrictBytes(newValue: Long): ParserSettings
  20. def withMaxUriLength(newValue: Int): ParserSettings
  21. def withModeledHeaderParsing(newValue: Boolean): ParserSettings
  22. def withUriParsingMode(newValue: ParsingMode): ParserSettings