implicit final class SessionStateMutableBuilder[Self <: SessionState] extends AnyVal
- Annotations
- @inline()
- Source
- SessionState.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SessionStateMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SessionStateMutableBuilder(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 setDeflateDynamicTableSize(value: Double): Self
- Annotations
- @inline()
- def setDeflateDynamicTableSizeUndefined: Self
- Annotations
- @inline()
- def setEffectiveLocalWindowSize(value: Double): Self
- Annotations
- @inline()
- def setEffectiveLocalWindowSizeUndefined: Self
- Annotations
- @inline()
- def setEffectiveRecvDataLength(value: Double): Self
- Annotations
- @inline()
- def setEffectiveRecvDataLengthUndefined: Self
- Annotations
- @inline()
- def setInflateDynamicTableSize(value: Double): Self
- Annotations
- @inline()
- def setInflateDynamicTableSizeUndefined: Self
- Annotations
- @inline()
- def setLastProcStreamID(value: Double): Self
- Annotations
- @inline()
- def setLastProcStreamIDUndefined: Self
- Annotations
- @inline()
- def setLocalWindowSize(value: Double): Self
- Annotations
- @inline()
- def setLocalWindowSizeUndefined: Self
- Annotations
- @inline()
- def setNextStreamID(value: Double): Self
- Annotations
- @inline()
- def setNextStreamIDUndefined: Self
- Annotations
- @inline()
- def setOutboundQueueSize(value: Double): Self
- Annotations
- @inline()
- def setOutboundQueueSizeUndefined: Self
- Annotations
- @inline()
- def setRemoteWindowSize(value: Double): Self
- Annotations
- @inline()
- def setRemoteWindowSizeUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self