Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImrHttpBase Abstract

캐시 가능한 HTTP 클래스 기반

Hierarchy

Implements

Index

Constructors

  • new ImrHttpBase(httpRequesterConstructor: HttpRequesterConstructor, httpClient?: HttpClient<any>): ImrHttpBase
  • Parameters

    • httpRequesterConstructor: HttpRequesterConstructor
    • Optional httpClient: HttpClient<any>

    Returns ImrHttpBase

Properties

_httpClient: HttpClient<any>
_httpRequestConstructor: HttpRequesterConstructor
_httpRoot: HttpRootRequester<any>
_memoryExpires: number

메모리 캐시 유지 시간

_memoryId: string

메모리 식별값

_primaryKey: string = 'seq'

주요 식별 값 명

httpClient?: HttpClient<any>
httpRequesterConstructor: HttpRequesterConstructor
httpRootPath: string

Default Http Root Path

Accessors

  • get httpRoot(): HttpRootRequester<any>
  • Http Root Requester

    Returns HttpRootRequester<any>

Methods

  • Parameters

    Returns void

Generated using TypeDoc