Class LoginApiLocal<RT>

  • All Implemented Interfaces:
    LoginApi

    public abstract class LoginApiLocal<RT>
    extends java.lang.Object
    implements LoginApi
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected RT remoteApi  
      • Fields inherited from interface io.aether.api.clientserverregapi.LoginApi

        META
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LoginApiLocal​(RT remoteApi)  
    • Field Detail

      • remoteApi

        protected final RT remoteApi
    • Constructor Detail

      • LoginApiLocal

        protected LoginApiLocal​(RT remoteApi)
    • Method Detail

      • getRemoteApi

        public RT getRemoteApi()