ConnectionBackend

export class ConnectionBackend

exported from angular2/http defined in angular2/src/http/interfaces.ts (line 6)

Abstract class from which real backends are derived.

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

Members

createConnection(request: any) : Connection

Not Yet Documented