OpenNMS.js - v2.6.2-SNAPSHOT
    Preparing search index...

    Interface IHasHTTP

    Interface for a class that has an HTTP object.

    This exists to avoid import loops between the DAOs (that need to easily access [[IOnmsHTTP]]) and the [[Client]] which needs to contain an [[IOnmsHTTP]].

    interface IHasHTTP {
        http: IOnmsHTTP;
    }

    Implemented by

    Index

    Properties

    Properties

    http: IOnmsHTTP

    The HTTP implementation this object should contain.