package http2
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- http2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ClientHttp2Session extends Object with Http2Session
- Annotations
- @JSType() @native()
- implicit final class ClientHttp2SessionExtensions[T <: ClientHttp2Session] extends AnyVal
- trait ClientHttp2Stream extends Duplex with Http2Stream
- Annotations
- @JSType() @native()
- implicit final class ClientHttp2StreamExtensions[T <: ClientHttp2Stream] extends AnyVal
- trait HasOrigin extends Object
- Annotations
- @JSType()
- trait Http2 extends Object
- Annotations
- @JSType() @native()
- trait Http2ConnectOptions extends Object
- Annotations
- @JSType()
- trait Http2Constants extends Object
- Annotations
- @JSType() @native()
- trait Http2Headers extends Object
- Annotations
- @JSType() @native()
- trait Http2Priority extends Object
- Annotations
- @JSType()
- trait Http2PushStreamOptions extends Object
- Annotations
- @JSType()
- trait Http2RequestOptions extends Object
- Annotations
- @JSType()
- trait Http2RespondWithFDOptions extends Object
- Annotations
- @JSType()
- trait Http2RespondWithFileOptions extends Object
- Annotations
- @JSType()
- trait Http2ResponseOptions extends Object
- Annotations
- @JSType()
- trait Http2SecureServer extends Server with Http2TimeoutOps
- Annotations
- @JSType() @native()
- trait Http2SecureServerOptions extends Object
- Annotations
- @JSType()
- implicit final class Http2SecureSeverExtensions[T <: Http2SecureServer] extends AnyVal
- trait Http2Server extends Server with Http2TimeoutOps
- Annotations
- @JSType() @native()
- trait Http2ServerOptions extends Object
- Annotations
- @JSType()
- class Http2ServerRequest extends Readable with Http2TimeoutOps
- Annotations
- @JSType() @native() @JSImport("http2", "Http2ServerRequest")
- implicit final class Http2ServerRequestExtensions[T <: Http2ServerRequest] extends AnyVal
- class Http2ServerResponse extends Writable with Http2TimeoutOps
- Annotations
- @JSType() @native() @JSImport("http2", "Http2ServerResponse")
- implicit final class Http2ServerResponseExtensions[T <: Http2ServerResponse] extends AnyVal
- trait Http2Session extends Object with IEventEmitter
- Annotations
- @JSType() @native()
- implicit final class Http2SessionExtensions[T <: Http2Session] extends AnyVal
- trait Http2SessionState extends Object
- Annotations
- @JSType() @native()
- trait Http2Settings extends Object
- Annotations
- @JSType()
- implicit final class Http2SeverExtensions[T <: Http2Server] extends AnyVal
- trait Http2Stream extends Duplex
- Annotations
- @JSType() @native()
- implicit final class Http2StreamExtensions[T <: Http2Stream] extends AnyVal
- trait Http2StreamState extends Object
- Annotations
- @JSType() @native()
- trait Http2TimeoutOps extends Object
- Annotations
- @JSType() @native()
- type Origin = |[|[String, URL], HasOrigin]
- type Path = |[|[String, Buffer], URL]
- type ServerCallback = Function2[Http2ServerRequest, Http2ServerResponse, Any]
- trait ServerHttp2Session extends Object with Http2Session
- Annotations
- @JSType() @native()
- trait ServerHttp2Stream extends Duplex with Http2Stream
- Annotations
- @JSType() @native()
Value Members
- object Http2 extends Object with Http2
- Annotations
- @native() @JSImport("http2", JSImport.Namespace)
- object Http2ConnectOptions
- object Http2Headers
- object Http2Priority
- object Http2PushStreamOptions
- object Http2RequestOptions
- object Http2RespondWithFDOptions
- object Http2RespondWithFileOptions
- object Http2ResponseOptions
- object Http2SecureServerOptions
- object Http2ServerOptions
- object Http2Settings