trait Http2Server extends Object with StObject with HTTP2ServerCommon
- Annotations
- @JSType() @native()
- Source
- Http2Server.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http2Server
- HTTP2ServerCommon
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- 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
- def addListener(event: Symbol, listener: Function1[Any, Unit]): Http2Server.this.type
- def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Server.this.type
- def addListener_checkContinue(event: checkContinue, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server.this.type
- Annotations
- @JSName("addListener")
- def addListener_request(event: request, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server.this.type
- Annotations
- @JSName("addListener")
- def addListener_session(event: session, listener: Function1[ServerHttp2Session, Unit]): Http2Server.this.type
- Annotations
- @JSName("addListener")
- def addListener_sessionError(event: sessionError, listener: Function1[Error, Unit]): Http2Server.this.type
- Annotations
- @JSName("addListener")
- def addListener_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): Http2Server.this.type
- Annotations
- @JSName("addListener")
- def addListener_timeout(event: timeout, listener: Function0[Unit]): Http2Server.this.type
- Annotations
- @JSName("addListener")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def emit(event: Symbol, args: Any*): Boolean
- def emit(event: scala.Predef.String, args: Any*): Boolean
- def emit_checkContinue(event: checkContinue, request: Http2ServerRequest, response: Http2ServerResponse): Boolean
- Annotations
- @JSName("emit")
- def emit_request(event: request, request: Http2ServerRequest, response: Http2ServerResponse): Boolean
- Annotations
- @JSName("emit")
- def emit_session(event: session, session: ServerHttp2Session): Boolean
- Annotations
- @JSName("emit")
- def emit_sessionError(event: sessionError, err: Error): Boolean
- Annotations
- @JSName("emit")
- def emit_stream(event: stream, stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: Double): Boolean
- Annotations
- @JSName("emit")
- def emit_timeout(event: timeout): 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- 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]): Http2Server.this.type
- def on(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Server.this.type
- def on_checkContinue(event: checkContinue, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server.this.type
- Annotations
- @JSName("on")
- def on_request(event: request, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server.this.type
- Annotations
- @JSName("on")
- def on_session(event: session, listener: Function1[ServerHttp2Session, Unit]): Http2Server.this.type
- Annotations
- @JSName("on")
- def on_sessionError(event: sessionError, listener: Function1[Error, Unit]): Http2Server.this.type
- Annotations
- @JSName("on")
- def on_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): Http2Server.this.type
- Annotations
- @JSName("on")
- def on_timeout(event: timeout, listener: Function0[Unit]): Http2Server.this.type
- Annotations
- @JSName("on")
- def once(event: Symbol, listener: Function1[Any, Unit]): Http2Server.this.type
- def once(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Server.this.type
- def once_checkContinue(event: checkContinue, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server.this.type
- Annotations
- @JSName("once")
- def once_request(event: request, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server.this.type
- Annotations
- @JSName("once")
- def once_session(event: session, listener: Function1[ServerHttp2Session, Unit]): Http2Server.this.type
- Annotations
- @JSName("once")
- def once_sessionError(event: sessionError, listener: Function1[Error, Unit]): Http2Server.this.type
- Annotations
- @JSName("once")
- def once_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): Http2Server.this.type
- Annotations
- @JSName("once")
- def once_timeout(event: timeout, listener: Function0[Unit]): Http2Server.this.type
- Annotations
- @JSName("once")
- def prependListener(event: Symbol, listener: Function1[Any, Unit]): Http2Server.this.type
- def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Server.this.type
- def prependListener_checkContinue(event: checkContinue, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_request(event: request, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_session(event: session, listener: Function1[ServerHttp2Session, Unit]): Http2Server.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_sessionError(event: sessionError, listener: Function1[Error, Unit]): Http2Server.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): Http2Server.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_timeout(event: timeout, listener: Function0[Unit]): Http2Server.this.type
- Annotations
- @JSName("prependListener")
- def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): Http2Server.this.type
- def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Server.this.type
- def prependOnceListener_checkContinue(event: checkContinue, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_request(event: request, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_session(event: session, listener: Function1[ServerHttp2Session, Unit]): Http2Server.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_sessionError(event: sessionError, listener: Function1[Error, Unit]): Http2Server.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): Http2Server.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_timeout(event: timeout, listener: Function0[Unit]): Http2Server.this.type
- Annotations
- @JSName("prependOnceListener")
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def setTimeout(msec: Unit, callback: Function0[Unit]): Http2Server.this.type
- Definition Classes
- HTTP2ServerCommon
- def setTimeout(msec: Double, callback: Function0[Unit]): Http2Server.this.type
- Definition Classes
- HTTP2ServerCommon
- def setTimeout(msec: Double): Http2Server.this.type
- Definition Classes
- HTTP2ServerCommon
- def setTimeout(): Http2Server.this.type
- Definition Classes
- HTTP2ServerCommon
- 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
- def updateSettings(settings: Settings): Unit
Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values.
Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values. Throws ERR_INVALID_ARG_TYPE for invalid settings argument.
- Definition Classes
- HTTP2ServerCommon
- 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