Uses of Class
dev.jacrispys.JavaBot.api.libs.auth.ClientConnection
Packages that use ClientConnection
-
Uses of ClientConnection in dev.jacrispys.JavaBot.api.libs
Methods in dev.jacrispys.JavaBot.api.libs that return ClientConnectionModifier and TypeMethodDescriptionAgentApi.getConnection()
Obtain a general connection to the API, should not be used.AgentApiImpl.getConnection()
-
Uses of ClientConnection in dev.jacrispys.JavaBot.api.libs.auth
Subclasses of ClientConnection in dev.jacrispys.JavaBot.api.libs.authModifier and TypeClassDescriptionclass
Child ofClientConnection
should be instantiated if user's auth token identifies as a developer token.class
Connection granted to most user's when using theAgentApi
Methods in dev.jacrispys.JavaBot.api.libs.auth with type parameters of type ClientConnectionModifier and TypeMethodDescriptionstatic <T extends ClientConnection>
Tprotected <T extends ClientConnection>
TTokenAuth.createConnection
(long userId, String authToken) Protected method to create a instance/connection toAgentApi