Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpAdapterHost<T, T>

Defines the HttpAdapterHost object. Defines the HttpAdapterHost object.

HttpAdapterHost wraps the underlying platform-specific HttpAdapter. The HttpAdapter is a wrapper around the underlying native HTTP server library (e.g., Express). The HttpAdapterHost object provides methods to get and set the underlying HttpAdapter.

HttpAdapterHost wraps the underlying platform-specific HttpAdapter. The HttpAdapter is a wrapper around the underlying native HTTP server library (e.g., Express). The HttpAdapterHost object provides methods to get and set the underlying HttpAdapter.

see

Http adapter

publicapi
see

Http adapter

publicapi

Type parameters

  • T: HttpServer = any

  • T: AbstractHttpAdapter = AbstractHttpAdapter

Hierarchy

  • HttpAdapterHost

Index

Properties

Accessors

Properties

Private Optional _httpAdapter

_httpAdapter: T

Accessors

httpAdapter

  • get httpAdapter(): T
  • set httpAdapter(httpAdapter: T): void

Generated using TypeDoc