Interface NetworkingManager
Methods
addRequestInterceptor
- addRequestInterceptor(type, requestInterceptor): boolean
Returns boolean
addResponseInterceptor
- addResponseInterceptor(type, responseInterceptor): boolean
Returns boolean
clearAllInterceptors
- clearAllInterceptors(): boolean
Returns boolean
clearAllRequestInterceptors
- clearAllRequestInterceptors(): boolean
Returns boolean
clearAllResponseInterceptors
- clearAllResponseInterceptors(): boolean
Returns boolean
clearRequestInterceptorsByType
- clearRequestInterceptorsByType(type): boolean
Returns boolean
clearResponseInterceptorsByType
- clearResponseInterceptorsByType(type): boolean
Returns boolean
dispose
- dispose(): void
Returns void
removeRequestInterceptor
- removeRequestInterceptor(type, requestInterceptor): boolean
Returns boolean
removeResponseInterceptor
- removeResponseInterceptor(type, responseInterceptor): boolean
Returns boolean
updateConfiguration
- updateConfiguration(configuration, prev): void
Returns void