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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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
- 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()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- 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
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- 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
Deprecated Value Members
- 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
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- 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.