implicit final class Http2StreamExtensions[T <: Http2Stream] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http2StreamExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Http2StreamExtensions(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
onAborted(handler: () ⇒ Any): T
- Annotations
- @inline()
-
def
onClose(handler: () ⇒ Any): T
- Annotations
- @inline()
-
def
onError(handler: (Error) ⇒ Any): T
- Annotations
- @inline()
-
def
onFrameError(handler: (Int, Int, Int) ⇒ Any): T
- Annotations
- @inline()
-
def
onTimeout(handler: () ⇒ Any): T
- Annotations
- @inline()
-
def
onTrailers(handler: (Http2Headers, Int) ⇒ Any): T
- Annotations
- @inline()
-
def
onWantTrailers(handler: () ⇒ Any): T
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- Any