Uses of Interface
org.serviceconnector.net.res.IResponderCallback
Packages that use IResponderCallback
Package
Description
-
Uses of IResponderCallback in org.serviceconnector.cmd
Methods in org.serviceconnector.cmd with parameters of type IResponderCallbackModifier and TypeMethodDescriptionvoidICommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command. -
Uses of IResponderCallback in org.serviceconnector.cmd.casc
Fields in org.serviceconnector.cmd.casc declared as IResponderCallbackModifier and TypeFieldDescriptionprotected IResponderCallbackCommandCascCallback.responderCallbackThe callback.Constructors in org.serviceconnector.cmd.casc with parameters of type IResponderCallbackModifierConstructorDescriptionClnExecuteCommandCascCallback(IRequest request, IResponse response, IResponderCallback callback) Instantiates a new ClnExecuteCommandCascCallback.CommandCascCallback(IRequest request, IResponse response, IResponderCallback callback) Instantiates a new CommandCascCallback.CscAbortSubscriptionCommandCallback(IRequest request, IResponse response, IResponderCallback responderCallback, Subscription cascSubscription) Instantiates a new csc abort subscription command callback.CscChangeSubscriptionCallbackForCasc(IRequest request, IResponse response, IResponderCallback callback, Subscription cascSCSubscription, String cascSCMaksString) Instantiates a new csc change subscription callback for casc.CscUnsubscribeCallbackForCasc(IRequest request, IResponse response, IResponderCallback callback, Subscription subscription) Instantiates a new csc unsubscribe callback for casc.CscUnsubscribeCommandCallback(IRequest request, IResponse response, IResponderCallback responderCallback, Subscription cascSubscription) Instantiates a new csc unsubscribe command callback. -
Uses of IResponderCallback in org.serviceconnector.cmd.sc
Methods in org.serviceconnector.cmd.sc with parameters of type IResponderCallbackModifier and TypeMethodDescriptionvoidAttachCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidCheckRegistrationCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidClnChangeSubscriptionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidClnCreateSessionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidClnDeleteSessionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidClnExecuteCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidClnSubscribeCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidClnUnsubscribeCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidCscAbortSubscriptionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidCscChangeSubscriptionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidCscCreateSessionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidCscDeleteSessionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidCscExecuteCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidCscSubscribeCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidCscUnsubscribeCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidDeRegisterServerCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidDetachCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidEchoCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidFileDownloadCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidFileListCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidFileUploadCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.final voidInspectCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidManageCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidPublishCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidReceivePublicationCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidRegisterServerCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.Constructors in org.serviceconnector.cmd.sc with parameters of type IResponderCallbackModifierConstructorDescriptionClnChangeSubscriptionCommandCallback(IRequest request, IResponse response, IResponderCallback responderCallback, Subscription subscription) Instantiates a new cln change subscription command callback.ClnUnsubscribeCommandCallback(IRequest request, IResponse response, IResponderCallback responderCallback, Subscription subscription) Instantiates a new cln unsubscribe command callback.CreateSessionCommandCallback(IRequest request, IResponse response, IResponderCallback callback, Session session) Instantiates a new CreateSessionCommandCallback.DeleteSessionCommandCallback(IRequest request, IResponse response, IResponderCallback callback, Session session, StatefulServer server) Instantiates a new delete session command callback.ExecuteCommandCallback(IRequest request, IResponse response, IResponderCallback callback, String sessionId) Instantiates a new ExecuteCommandCallback.SubscribeCommandCallback(IRequest request, IResponse response, IResponderCallback callback, Subscription tempSubscription) Instantiates a new ClnExecuteCommandCallback. -
Uses of IResponderCallback in org.serviceconnector.cmd.srv
Methods in org.serviceconnector.cmd.srv with parameters of type IResponderCallbackModifier and TypeMethodDescriptionvoidSrvAbortSessionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidSrvAbortSubscriptionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidSrvChangeSubscriptionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.abstract voidSrvCommandAdapter.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidSrvCreateSessionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidSrvDeleteSessionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidSrvExecuteCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidSrvSubscribeCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidSrvUnsubscribeCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command. -
Uses of IResponderCallback in org.serviceconnector.net.res.netty
Classes in org.serviceconnector.net.res.netty that implement IResponderCallbackModifier and TypeClassDescriptionclassThe Class NettyResponderRequestHandlerTask.