填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

ConnectionBackend

Abstract class from which real backends are derived.

查看"说明"...

已弃用: see https://angular.io/guide/http

      
      abstract class ConnectionBackend {
  abstract createConnection(request: any): Connection
}
    

说明

The primary purpose of a ConnectionBackend is to create new connections to fulfill a given Request.

方法

abstract createConnection(request: any): Connection
      
      abstract createConnection(request: any): Connection
    
参数
request any
返回值

Connection