Package io.aether.api.clientserverapi
Class AuthorizedApiLocal<RT>
- java.lang.Object
-
- io.aether.api.clientserverapi.AuthorizedApiLocal<RT>
-
- All Implemented Interfaces:
AuthorizedApi
public abstract class AuthorizedApiLocal<RT> extends java.lang.Object implements AuthorizedApi
-
-
Field Summary
Fields Modifier and Type Field Description protected RTremoteApi-
Fields inherited from interface io.aether.api.clientserverapi.AuthorizedApi
META
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAuthorizedApiLocal(RT remoteApi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RTgetRemoteApi()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.aether.api.clientserverapi.AuthorizedApi
addToAccessGroup, backId, checkAccessForSendMessage, checkAccessForSendMessage2, client, createAccessGroup, getAccessGroup, getAccessGroups, getAllAccessedClients, ping, removeFromAccessGroup, resolverClouds, resolverServers, sendMessage, sendMessages, sendTelemetry
-
-