Uses of Class
request.logic.CallerBack
Packages that use CallerBack
Package
Description
-
Uses of CallerBack in client.logic
Subclasses of CallerBack in client.logicMethods in client.logic that return CallerBackMethods in client.logic with parameters of type CallerBackModifier and TypeMethodDescriptionstatic AuthorizedUserData
AuthorizeManager.authorize
(CallerBack requester, AuthenticationData regData) SessionHandler.getSession
(CallerBack callerBack) static AuthorizedCallerBack
AuthorizeManager.login
(CallerBack requester) static AuthorizedUserData
AuthorizeManager.register
(CallerBack requester, RegistrationData regData) Constructors in client.logic with parameters of type CallerBackModifierConstructorDescriptionAuthorizedCallerBack
(AuthorizedUserData userData, CallerBack callerBack) -
Uses of CallerBack in command.manager
Methods in command.manager with parameters of type CallerBackModifier and TypeMethodDescriptionvoid
CommandManager.executeCommand
(CommandClientRequest command, CallerBack requester, ServerConnection answerConnection) Universe method for command executing. -
Uses of CallerBack in command.manager.preprocessing
Methods in command.manager.preprocessing with parameters of type CallerBackModifier and TypeMethodDescriptionvoid
CommandPreProcessorManager.preProceed
(BaseCommand command, CallerBack callerBack, ServerConnection connection) -
Uses of CallerBack in command.manager.preprocessing.processors
Methods in command.manager.preprocessing.processors with parameters of type CallerBackModifier and TypeMethodDescriptionvoid
CommandAuthorizePreProcessor.proceed
(BaseCommand command, CallerBack callerBack, ServerConnection connection) void
CommandPreProcessor.proceed
(BaseCommand command, CallerBack callerBack, ServerConnection connection) -
Uses of CallerBack in database.logic.user
Methods in database.logic.user with parameters of type CallerBackModifier and TypeMethodDescriptionDBUserManager.addUserToDatabase
(CallerBack callerBack, RegistrationData data) -
Uses of CallerBack in exception
Methods in exception that return CallerBackConstructors in exception with parameters of type CallerBack -
Uses of CallerBack in request.logic
Methods in request.logic that return CallerBackMethods in request.logic with parameters of type CallerBackModifier and TypeMethodDescriptionvoid
StatusRequest.setCallerBack
(CallerBack callerBack) StatusRequestBuilder.setCallerBack
(CallerBack callerBack) -
Uses of CallerBack in request.logic.request
Methods in request.logic.request that return CallerBackConstructors in request.logic.request with parameters of type CallerBackModifierConstructorDescriptionServerRequest
(@NonNull BaseRequest request, @NonNull CallerBack from, @NonNull ServerConnection connection) -
Uses of CallerBack in request.logic.worker
Methods in request.logic.worker with parameters of type CallerBackModifier and TypeMethodDescriptionstatic void
ListenCollectionChangeHubWorker.removeCallerBack
(CallerBack callerBack) -
Uses of CallerBack in response.logic.sender
Methods in response.logic.sender with parameters of type CallerBackModifier and TypeMethodDescriptionvoid
IntermediateResponseSender.sendLargeResponse
(ByteArrayOutputStream bos, CallerBack to, ServerConnection connection) static void
ResponseSender.sendResponse
(BaseResponse response, ServerConnection connection, CallerBack to) protected static void
ResponseSender.sendSyncResponse
(BaseResponse response, ServerConnection connection, CallerBack to)