implicit final class Http2SecureSeverExtensions[T <: Http2SecureServer] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http2SecureSeverExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Http2SecureSeverExtensions(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 onCheckContinue(handler: (Http2ServerRequest, Http2ServerResponse) => Any): T
- Annotations
- @inline()
- def onRequest(handler: (Http2ServerRequest, Http2ServerResponse) => Any): T
- Annotations
- @inline()
- def onSession(handler: () => Any): T
- Annotations
- @inline()
- def onSessionError(handler: () => Any): T
- Annotations
- @inline()
- def onStream(handler: (Http2Stream, Http2Headers, Int) => Any): T
- Annotations
- @inline()
- def onTimeout(handler: () => Any): T
- Annotations
- @inline()
- def onUnknownProtocol(handler: () => Any): T
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any