Uses of Interface
com.mrivanplays.jdoa2.JDOA2
Packages that use JDOA2
-
Uses of JDOA2 in com.mrivanplays.jdoa2
Methods in com.mrivanplays.jdoa2 that return JDOA2Modifier and TypeMethodDescriptionJDOA2Builder.build()
Builds this builder's parameters into aJDOA2
instance.default JDOA2
SessionManager.getOrCreateSession
(String authCode) Returns aJDOA2
session, fresh created if didn't exist, retrieved otherwise.SessionManager.newSession
(String authCode) Creates a newJDOA2
session for the specifiedauthCode
.Methods in com.mrivanplays.jdoa2 that return types with arguments of type JDOA2Modifier and TypeMethodDescriptionSessionManager.getSession
(String authCode) SessionManager.getSessions()
-
Uses of JDOA2 in com.mrivanplays.jdoa2.internal
Classes in com.mrivanplays.jdoa2.internal that implement JDOA2Methods in com.mrivanplays.jdoa2.internal that return JDOA2Methods in com.mrivanplays.jdoa2.internal that return types with arguments of type JDOA2Modifier and TypeMethodDescriptionSessionManagerImpl.getSession
(String authCode) SessionManagerImpl.getSessions()