ClientHttp2Stream

@native @JSType trait ClientHttp2Stream extends StObject
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def addListener(event: String, listener: Function1[Any, Unit]): ClientHttp2Stream
def addListener(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream
@JSName("addListener")
def addListener_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream
@JSName("addListener")
@JSName("addListener")
def addListener_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream
@JSName("addListener")
def emit(event: String, args: Any*): Boolean
def emit(event: Symbol, args: Any*): Boolean
@JSName("emit")
def emit_continue(event: continue): Boolean
@JSName("emit")
def emit_headers(event: headers, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: Double): Boolean
@JSName("emit")
def emit_push(event: push, headers: IncomingHttpHeaders, flags: Double): Boolean
@JSName("emit")
def emit_response(event: response, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: Double): Boolean
def on(event: String, listener: Function1[Any, Unit]): ClientHttp2Stream
def on(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream
@JSName("on")
def on_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream
@JSName("on")
def on_headers(event: headers, listener: Function2[IncomingHttpHeaders & IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream
@JSName("on")
def on_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream
@JSName("on")
def on_response(event: response, listener: Function2[IncomingHttpHeaders & IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream
def once(event: String, listener: Function1[Any, Unit]): ClientHttp2Stream
def once(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream
@JSName("once")
def once_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream
@JSName("once")
def once_headers(event: headers, listener: Function2[IncomingHttpHeaders & IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream
@JSName("once")
def once_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream
@JSName("once")
def once_response(event: response, listener: Function2[IncomingHttpHeaders & IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream
def prependListener(event: String, listener: Function1[Any, Unit]): ClientHttp2Stream
def prependListener(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream
@JSName("prependListener")
def prependListener_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream
@JSName("prependListener")
@JSName("prependListener")
def prependListener_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream
@JSName("prependListener")
def prependOnceListener(event: String, listener: Function1[Any, Unit]): ClientHttp2Stream
def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream
@JSName("prependOnceListener")
def prependOnceListener_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream
@JSName("prependOnceListener")
@JSName("prependOnceListener")
def prependOnceListener_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream
@JSName("prependOnceListener")

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object