implicit final class Http2SessionExtensions[T <: Http2Session] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http2SessionExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Http2SessionExtensions(instance: T)
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 onClose(handler: () => Any): T
- Annotations
- @inline()
- def onConnect(handler: (Http2Session, Socket) => Any): T
- Annotations
- @inline()
- def onError(handler: (Error) => Any): T
- Annotations
- @inline()
- def onFrameError(handler: (Int, Int, Int) => Any): T
- Annotations
- @inline()
- def onGoaway(handler: (Int, Int, Buffer) => Any): T
- Annotations
- @inline()
- def onLocalSettings(handler: (Http2Settings) => Any): T
- Annotations
- @inline()
- def onPing(handler: (Buffer) => Any): T
- Annotations
- @inline()
- def onRemoteSettings(handler: (Http2Settings) => Any): T
- Annotations
- @inline()
- def onStream(handler: (Http2Stream, Http2Headers, Int, Array[String]) => Any): T
- Annotations
- @inline()
- def onTimeout(handler: () => Any): T
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any