Class/Object

akka.http.javadsl.settings

ParserSettings

Related Docs: object ParserSettings | package settings

Permalink

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

Abstract Value Members

  1. abstract def areNoCustomMediaTypesDefined: Boolean

    Permalink
    Definition Classes
    Settings
  2. abstract def cookieParsingMode: CookieParsingMode

    Permalink
    Definition Classes
    Settings
  3. abstract def customMediaTypes: FindCustom

    Permalink
    Definition Classes
    Settings → Settings
  4. abstract def defaultHeaderValueCacheLimit: Int

    Permalink
    Definition Classes
    Settings
  5. abstract def errorLoggingVerbosity: ErrorLoggingVerbosity

    Permalink
    Definition Classes
    Settings
  6. abstract def getCookieParsingMode: CookieParsingMode

    Permalink
  7. abstract def getCustomMediaTypes: Function2[String, String, Optional[MediaType]]

    Permalink
  8. abstract def getCustomMethods: Function[String, Optional[HttpMethod]]

    Permalink
  9. abstract def getCustomStatusCodes: Function[Int, Optional[StatusCode]]

    Permalink
  10. abstract def getErrorLoggingVerbosity: ErrorLoggingVerbosity

    Permalink
  11. abstract def getHeaderValueCacheLimits: Map[String, Int]

    Permalink
  12. abstract def getIllegalHeaderWarnings: Boolean

    Permalink
  13. abstract def getIllegalResponseHeaderValueProcessingMode: IllegalResponseHeaderValueProcessingMode

    Permalink
  14. abstract def getIncludeTlsSessionInfoHeader: Boolean

    Permalink
  15. abstract def getMaxChunkExtLength: Int

    Permalink
  16. abstract def getMaxChunkSize: Int

    Permalink
  17. abstract def getMaxContentLength: Long

    Permalink
  18. abstract def getMaxHeaderCount: Int

    Permalink
  19. abstract def getMaxHeaderNameLength: Int

    Permalink
  20. abstract def getMaxHeaderValueLength: Int

    Permalink
  21. abstract def getMaxMethodLength: Int

    Permalink
  22. abstract def getMaxResponseReasonLength: Int

    Permalink
  23. abstract def getMaxUriLength: Int

    Permalink
  24. abstract def getModeledHeaderParsing: Boolean

    Permalink
  25. abstract def getUriParsingMode: ParsingMode

    Permalink
  26. abstract def headerValueCacheLimit(headerName: String): Int

    Permalink
    Definition Classes
    Settings
  27. abstract def headerValueCacheLimits: Map[String, Int]

    Permalink
  28. abstract def illegalHeaderWarnings: Boolean

    Permalink
    Definition Classes
    Settings → Settings
  29. abstract def illegalResponseHeaderValueProcessingMode: IllegalResponseHeaderValueProcessingMode

    Permalink
    Definition Classes
    Settings → Settings
  30. abstract def maxHeaderCount: Int

    Permalink
    Definition Classes
    Settings
  31. abstract def maxHeaderNameLength: Int

    Permalink
    Definition Classes
    Settings
  32. abstract def maxHeaderValueLength: Int

    Permalink
    Definition Classes
    Settings
  33. abstract def modeledHeaderParsing: Boolean

    Permalink
    Definition Classes
    Settings
  34. abstract def uriParsingMode: ParsingMode

    Permalink
    Definition Classes
    Settings

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (ParserSettings) ⇒ Boolean, msg: ⇒ Any): ParserSettings

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    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[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def withCookieParsingMode(newValue: CookieParsingMode): ParserSettings

    Permalink
  28. def withCustomMediaTypes(mediaTypes: MediaType*): ParserSettings

    Permalink
    Annotations
    @varargs()
  29. def withCustomMethods(methods: HttpMethod*): ParserSettings

    Permalink
    Annotations
    @varargs()
  30. def withCustomStatusCodes(codes: StatusCode*): ParserSettings

    Permalink
    Annotations
    @varargs()
  31. def withErrorLoggingVerbosity(newValue: ErrorLoggingVerbosity): ParserSettings

    Permalink
  32. def withHeaderValueCacheLimits(newValue: Map[String, Int]): ParserSettings

    Permalink
  33. def withIllegalHeaderWarnings(newValue: Boolean): ParserSettings

    Permalink
  34. def withIncludeTlsSessionInfoHeader(newValue: Boolean): ParserSettings

    Permalink
  35. def withMaxChunkExtLength(newValue: Int): ParserSettings

    Permalink
  36. def withMaxChunkSize(newValue: Int): ParserSettings

    Permalink
  37. def withMaxContentLength(newValue: Long): ParserSettings

    Permalink
  38. def withMaxHeaderCount(newValue: Int): ParserSettings

    Permalink
  39. def withMaxHeaderNameLength(newValue: Int): ParserSettings

    Permalink
  40. def withMaxHeaderValueLength(newValue: Int): ParserSettings

    Permalink
  41. def withMaxMethodLength(newValue: Int): ParserSettings

    Permalink
  42. def withMaxResponseReasonLength(newValue: Int): ParserSettings

    Permalink
  43. def withMaxUriLength(newValue: Int): ParserSettings

    Permalink
  44. def withModeledHeaderParsing(newValue: Boolean): ParserSettings

    Permalink
  45. def withUriParsingMode(newValue: ParsingMode): ParserSettings

    Permalink
  46. def [B](y: B): (ParserSettings, B)

    Permalink
    Implicit information
    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