Uses of Interface
response.logic.ApplicationResponseProvider
Packages that use ApplicationResponseProvider
Package
Description
-
Uses of ApplicationResponseProvider in authentication
Classes in authentication that implement ApplicationResponseProviderMethods in authentication with parameters of type ApplicationResponseProviderModifier and TypeMethodDescriptionfinal void
AuthLogic.auth
(String username, char[] password, ApplicationResponseProvider<AuthorizeResponse>... providers) -
Uses of ApplicationResponseProvider in command.logic
Constructors in command.logic with parameters of type ApplicationResponseProviderModifierConstructorDescriptionCommandExecutor
(ArrayList<CommandDescription> commands, InputStream input, CommandMode mode, ApplicationResponseProvider<CommandStatusResponse>... providers) Constructor :/ -
Uses of ApplicationResponseProvider in command.logic.external.reciever
Classes in command.logic.external.reciever that implement ApplicationResponseProviderConstructors in command.logic.external.reciever with parameters of type ApplicationResponseProviderModifierConstructorDescriptionArgumentRouteCommandReceiver
(ModuleHandler<Route> handler, ApplicationResponseProvider<CommandStatusResponse>... providers) ExecuteScriptReceiver
(ApplicationResponseProvider<CommandStatusResponse>... providers) NonArgumentReceiver
(ApplicationResponseProvider<CommandStatusResponse>... providers) -
Uses of ApplicationResponseProvider in gui.controller.auth
Classes in gui.controller.auth that implement ApplicationResponseProvider -
Uses of ApplicationResponseProvider in gui.controller.command
Classes in gui.controller.command that implement ApplicationResponseProvider -
Uses of ApplicationResponseProvider in gui.controller.register
Classes in gui.controller.register that implement ApplicationResponseProvider -
Uses of ApplicationResponseProvider in gui.controller.visualization.component
Classes in gui.controller.visualization.component that implement ApplicationResponseProvider -
Uses of ApplicationResponseProvider in gui.model.listener
Classes in gui.model.listener that implement ApplicationResponseProviderModifier and TypeClassDescriptionclass
class
-
Uses of ApplicationResponseProvider in listen.logic
Methods in listen.logic with parameters of type ApplicationResponseProviderModifier and TypeMethodDescriptionfinal ServerListener<T>
ServerListener.addListeners
(ApplicationResponseProvider<BaseResponse>... providers) final ServerListener<T>
ServerListener.removeListeners
(ApplicationResponseProvider<BaseResponse>... providers) -
Uses of ApplicationResponseProvider in request.logic.sender
Classes in request.logic.sender that implement ApplicationResponseProviderModifier and TypeClassDescriptionclass
ArgumentRequestSender<T extends Serializable>
class
class
class
class
class
class
class
class
Methods in request.logic.sender with parameters of type ApplicationResponseProviderModifier and TypeMethodDescriptionvoid
RequestSender.removeListener
(ApplicationResponseProvider<BaseResponse> provider) final void
ShowCollectionRequestSender.sendCollectionRequest
(ApplicationResponseProvider<ShowCollectionResponse>... providers) final void
ArgumentRequestSender.sendCommand
(CommandDescription command, String[] args, T argument, ServerConnection connection, ApplicationResponseProvider<CommandStatusResponse>... providers) final void
CommandRequestSender.sendCommand
(CommandDescription command, String[] args, ServerConnection connection, ApplicationResponseProvider<CommandStatusResponse>... providers) final void
AuthorizationRequestSender.sendLoginRequest
(AuthenticationData data, ApplicationResponseProvider<AuthorizeResponse>... providers) final void
LoginRequestSender.sendLoginRequest
(BaseRequest request, ApplicationResponseProvider<AuthorizeResponse>... providers) final void
RegistrationRequestSender.sendRegisterRequest
(RegistrationData data, ApplicationResponseProvider<AuthorizeResponse>... providers) final void
RequestSender.sendRequest
(BaseRequest request, ServerConnection connection, ProviderRuleSet[] ruleSets, ApplicationResponseProvider<BaseResponse>... providers) final void
RequestSender.sendRequest
(BaseRequest request, ServerConnection connection, ApplicationResponseProvider<BaseResponse>... providers)