class Http2ServerRequest extends Object with StObject
- Annotations
- @JSType() @JSImport("http2", "Http2ServerRequest") @native()
- Source
- Http2ServerRequest.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http2ServerRequest
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Http2ServerRequest(stream: ServerHttp2Stream, headers: IncomingHttpHeaders, options: ReadableOptions, rawHeaders: Array[scala.Predef.String])
- new Http2ServerRequest()
- Attributes
- protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val aborted: Boolean
- def addListener(event: Symbol, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
- def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
- def addListener_aborted(event: aborted, listener: Function2[Boolean, Double, Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("addListener")
- def addListener_close(event: close, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("addListener")
- def addListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("addListener")
- def addListener_end(event: end, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("addListener")
- def addListener_error(event: error, listener: Function1[Error, Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("addListener")
- def addListener_readable(event: readable, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("addListener")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authority: scala.Predef.String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val complete: Boolean
- val connection: |[Socket, TLSSocket]
- def emit(event: Symbol, args: Any*): Boolean
- def emit(event: scala.Predef.String, args: Any*): Boolean
- def emit_aborted(event: aborted, hadError: Boolean, code: Double): Boolean
- Annotations
- @JSName("emit")
- def emit_close(event: close): Boolean
- Annotations
- @JSName("emit")
- def emit_data(event: data, chunk: scala.Predef.String): Boolean
- Annotations
- @JSName("emit")
- def emit_data(event: data, chunk: Buffer): Boolean
- Annotations
- @JSName("emit")
- def emit_end(event: end): Boolean
- Annotations
- @JSName("emit")
- def emit_error(event: error, err: Error): Boolean
- Annotations
- @JSName("emit")
- def emit_readable(event: readable): Boolean
- Annotations
- @JSName("emit")
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val headers: IncomingHttpHeaders
- val httpVersion: scala.Predef.String
- val httpVersionMajor: Double
- val httpVersionMinor: Double
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val method: scala.Predef.String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def on(event: Symbol, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
- def on(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
- def on_aborted(event: aborted, listener: Function2[Boolean, Double, Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("on")
- def on_close(event: close, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("on")
- def on_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("on")
- def on_end(event: end, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("on")
- def on_error(event: error, listener: Function1[Error, Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("on")
- def on_readable(event: readable, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("on")
- def once(event: Symbol, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
- def once(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
- def once_aborted(event: aborted, listener: Function2[Boolean, Double, Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("once")
- def once_close(event: close, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("once")
- def once_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("once")
- def once_end(event: end, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("once")
- def once_error(event: error, listener: Function1[Error, Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("once")
- def once_readable(event: readable, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("once")
- def prependListener(event: Symbol, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
- def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
- def prependListener_aborted(event: aborted, listener: Function2[Boolean, Double, Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_close(event: close, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_end(event: end, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_error(event: error, listener: Function1[Error, Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_readable(event: readable, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("prependListener")
- def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
- def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
- def prependOnceListener_aborted(event: aborted, listener: Function2[Boolean, Double, Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_close(event: close, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_end(event: end, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_error(event: error, listener: Function1[Error, Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_readable(event: readable, listener: Function0[Unit]): Http2ServerRequest.this.type
- Annotations
- @JSName("prependOnceListener")
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- val rawHeaders: Array[scala.Predef.String]
- val rawTrailers: Array[scala.Predef.String]
- def read(size: Double): |[|[Buffer, scala.Predef.String], Null]
- def read(): |[|[Buffer, scala.Predef.String], Null]
- val scheme: scala.Predef.String
- def setTimeout(msecs: Double, callback: Function0[Unit]): Unit
- def setTimeout(msecs: Double): Unit
- val socket: |[Socket, TLSSocket]
- val stream: ServerHttp2Stream
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- val trailers: IncomingHttpHeaders
- val url: scala.Predef.String
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated