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. 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 withIncludeSslSessionAttribute(newValue: Boolean): ParserSettings
  10. def withIncludeTlsSessionInfoHeader(newValue: Boolean): ParserSettings
  11. def withMaxChunkExtLength(newValue: Int): ParserSettings
  12. def withMaxChunkSize(newValue: Int): ParserSettings
  13. def withMaxCommentParsingDepth(newValue: Int): ParserSettings
  14. def withMaxContentLength(newValue: Long): ParserSettings
  15. def withMaxHeaderCount(newValue: Int): ParserSettings
  16. def withMaxHeaderNameLength(newValue: Int): ParserSettings
  17. def withMaxHeaderValueLength(newValue: Int): ParserSettings
  18. def withMaxMethodLength(newValue: Int): ParserSettings
  19. def withMaxResponseReasonLength(newValue: Int): ParserSettings
  20. def withMaxToStrictBytes(newValue: Long): ParserSettings
  21. def withMaxUriLength(newValue: Int): ParserSettings
  22. def withModeledHeaderParsing(newValue: Boolean): ParserSettings
  23. def withUriParsingMode(newValue: ParsingMode): ParserSettings