Package hirez.api

Class Endpoint

    • Constructor Detail

    • Method Detail

      • call

        protected final <T> io.reactivex.rxjava3.core.Single<T> call​(java.lang.Class<T> type,
                                                                     java.lang.String method,
                                                                     java.lang.String... argv)
      • testAndCall

        protected final <T> io.reactivex.rxjava3.core.Single<T> testAndCall​(java.lang.Class<T> type,
                                                                            java.lang.String method,
                                                                            java.lang.String... argv)
      • createSession

        public final io.reactivex.rxjava3.core.Single<CreateSession> createSession()
      • testSession

        public final io.reactivex.rxjava3.core.Single<TestSession> testSession()
      • ping

        public final io.reactivex.rxjava3.core.Single<Ping> ping()
      • getDataUsed

        public io.reactivex.rxjava3.core.Single<DataUsage> getDataUsed()
      • getHiRezServerStatus

        public io.reactivex.rxjava3.core.Flowable<HiRezServer> getHiRezServerStatus()
      • getPatchInfo

        public final io.reactivex.rxjava3.core.Single<PatchInfo> getPatchInfo()
      • getStatusPage

        public final StatusPage getStatusPage()