implicit final class SettingsMutableBuilder[Self <: Settings] extends AnyVal
- Annotations
- @inline()
- Source
- Settings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SettingsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SettingsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setEnableConnectProtocol(value: Boolean): Self
- Annotations
- @inline()
- def setEnableConnectProtocolUndefined: Self
- Annotations
- @inline()
- def setEnablePush(value: Boolean): Self
- Annotations
- @inline()
- def setEnablePushUndefined: Self
- Annotations
- @inline()
- def setHeaderTableSize(value: Double): Self
- Annotations
- @inline()
- def setHeaderTableSizeUndefined: Self
- Annotations
- @inline()
- def setInitialWindowSize(value: Double): Self
- Annotations
- @inline()
- def setInitialWindowSizeUndefined: Self
- Annotations
- @inline()
- def setMaxConcurrentStreams(value: Double): Self
- Annotations
- @inline()
- def setMaxConcurrentStreamsUndefined: Self
- Annotations
- @inline()
- def setMaxFrameSize(value: Double): Self
- Annotations
- @inline()
- def setMaxFrameSizeUndefined: Self
- Annotations
- @inline()
- def setMaxHeaderListSize(value: Double): Self
- Annotations
- @inline()
- def setMaxHeaderListSizeUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self