abstract class ParserSettings extends Settings
Public API but not intended for subclassing
- Self Type
- ParserSettingsImpl
- Annotations
- @DoNotInherit()
- Source
- ParserSettings.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParserSettings
- Settings
- Settings
- Settings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def cookieParsingMode: CookieParsingMode
- Definition Classes
- Settings
- abstract def customMediaTypes: FindCustom
- Definition Classes
- Settings → Settings
- abstract def defaultHeaderValueCacheLimit: Int
- Definition Classes
- Settings
- abstract def errorLoggingVerbosity: ErrorLoggingVerbosity
- Definition Classes
- Settings
- abstract def getConflictingContentTypeHeaderProcessingMode: ConflictingContentTypeHeaderProcessingMode
- abstract def getCookieParsingMode: CookieParsingMode
- abstract def getCustomMediaTypes: Function2[String, String, Optional[MediaType]]
- abstract def getCustomMethods: Function[String, Optional[HttpMethod]]
- abstract def getCustomStatusCodes: Function[Int, Optional[StatusCode]]
- abstract def getErrorLoggingVerbosity: ErrorLoggingVerbosity
- abstract def getHeaderValueCacheLimits: Map[String, Int]
- abstract def getIgnoreIllegalHeaderFor: Set[String]
- abstract def getIllegalHeaderWarnings: Boolean
- abstract def getIllegalResponseHeaderNameProcessingMode: IllegalResponseHeaderNameProcessingMode
- abstract def getIllegalResponseHeaderValueProcessingMode: IllegalResponseHeaderValueProcessingMode
- abstract def getIncludeSslSessionAttribute: Boolean
- abstract def getIncludeTlsSessionInfoHeader: Boolean
- abstract def getMaxChunkExtLength: Int
- abstract def getMaxChunkSize: Int
- abstract def getMaxCommentParsingDepth: Int
- abstract def getMaxContentLength: Long
- abstract def getMaxHeaderCount: Int
- abstract def getMaxHeaderNameLength: Int
- abstract def getMaxHeaderValueLength: Int
- abstract def getMaxMethodLength: Int
- abstract def getMaxResponseReasonLength: Int
- abstract def getMaxToStrictBytes: Long
- abstract def getMaxUriLength: Int
- abstract def getModeledHeaderParsing: Boolean
- abstract def getUriParsingMode: ParsingMode
- abstract def headerValueCacheLimit(headerName: String): Int
- Definition Classes
- Settings
- abstract def headerValueCacheLimits: Map[String, Int]
- abstract def ignoreIllegalHeaderFor: Set[String]
- Definition Classes
- Settings
- abstract def illegalHeaderWarnings: Boolean
- Definition Classes
- Settings → Settings
- abstract def illegalResponseHeaderNameProcessingMode: IllegalResponseHeaderNameProcessingMode
- Definition Classes
- Settings → Settings
- abstract def illegalResponseHeaderValueProcessingMode: IllegalResponseHeaderValueProcessingMode
- Definition Classes
- Settings → Settings
- abstract def maxCommentParsingDepth: Int
- Definition Classes
- Settings
- abstract def maxHeaderCount: Int
- Definition Classes
- Settings
- abstract def maxHeaderNameLength: Int
- Definition Classes
- Settings
- abstract def maxHeaderValueLength: Int
- Definition Classes
- Settings
- abstract def modeledHeaderParsing: Boolean
- Definition Classes
- Settings
- abstract def uriParsingMode: ParsingMode
- Definition Classes
- Settings
Concrete Value Members
- def withCookieParsingMode(newValue: CookieParsingMode): ParserSettings
- def withCustomMediaTypes(mediaTypes: MediaType*): ParserSettings
- Annotations
- @varargs()
- def withCustomMethods(methods: HttpMethod*): ParserSettings
- Annotations
- @varargs()
- def withCustomStatusCodes(codes: StatusCode*): ParserSettings
- Annotations
- @varargs()
- def withErrorLoggingVerbosity(newValue: ErrorLoggingVerbosity): ParserSettings
- def withHeaderValueCacheLimits(newValue: Map[String, Int]): ParserSettings
- def withIgnoreIllegalHeaderFor(newValue: List[String]): ParserSettings
- def withIllegalHeaderWarnings(newValue: Boolean): ParserSettings
- def withIncludeSslSessionAttribute(newValue: Boolean): ParserSettings
- def withIncludeTlsSessionInfoHeader(newValue: Boolean): ParserSettings
- def withMaxChunkExtLength(newValue: Int): ParserSettings
- def withMaxChunkSize(newValue: Int): ParserSettings
- def withMaxCommentParsingDepth(newValue: Int): ParserSettings
- def withMaxContentLength(newValue: Long): ParserSettings
- def withMaxHeaderCount(newValue: Int): ParserSettings
- def withMaxHeaderNameLength(newValue: Int): ParserSettings
- def withMaxHeaderValueLength(newValue: Int): ParserSettings
- def withMaxMethodLength(newValue: Int): ParserSettings
- def withMaxResponseReasonLength(newValue: Int): ParserSettings
- def withMaxToStrictBytes(newValue: Long): ParserSettings
- def withMaxUriLength(newValue: Int): ParserSettings
- def withModeledHeaderParsing(newValue: Boolean): ParserSettings
- def withUriParsingMode(newValue: ParsingMode): ParserSettings