Uses of Interface
org.serviceconnector.net.res.IResponse
Packages that use IResponse
Package
Description
-
Uses of IResponse in org.serviceconnector.cmd
Methods in org.serviceconnector.cmd with parameters of type IResponseModifier and TypeMethodDescriptionvoidICommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command. -
Uses of IResponse in org.serviceconnector.cmd.casc
Fields in org.serviceconnector.cmd.casc declared as IResponseConstructors in org.serviceconnector.cmd.casc with parameters of type IResponseModifierConstructorDescriptionClnExecuteCommandCascCallback(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 IResponse in org.serviceconnector.cmd.sc
Methods in org.serviceconnector.cmd.sc with parameters of type IResponseModifier 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 IResponseModifierConstructorDescriptionClnChangeSubscriptionCommandCallback(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 IResponse in org.serviceconnector.cmd.srv
Methods in org.serviceconnector.cmd.srv with parameters of type IResponseModifier 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 IResponse in org.serviceconnector.net.res
Classes in org.serviceconnector.net.res that implement IResponseMethods in org.serviceconnector.net.res with parameters of type IResponseModifier and TypeMethodDescriptionvoidIResponderCallback.responseCallback(IRequest request, IResponse response) Response callback. -
Uses of IResponse in org.serviceconnector.net.res.netty
Classes in org.serviceconnector.net.res.netty that implement IResponseModifier and TypeClassDescriptionclassThe Class NettyHttpResponse is responsible for writing a response to a ChannelBuffer.classThe Class NettyTcpResponse is responsible for writing a response to a ChannelBuffer.Methods in org.serviceconnector.net.res.netty with parameters of type IResponseModifier and TypeMethodDescriptionvoidNettyResponderRequestHandlerAdapter.channelRead(IRequest request, IResponse response, io.netty.channel.Channel channel) Message received.voidNettyResponderRequestHandlerTask.responseCallback(IRequest request, IResponse response) Response callback.protected voidNettyResponderRequestHandlerTask.sendBadRequestError(IResponse response, SCMPMessage scmpReq) Send bad request error.Constructors in org.serviceconnector.net.res.netty with parameters of type IResponseModifierConstructorDescriptionNettyResponderRequestHandlerTask(IRequest request, IResponse response) Instantiates a new netty responder request handler task. -
Uses of IResponse in org.serviceconnector.registry
Methods in org.serviceconnector.registry with parameters of type IResponseModifier and TypeMethodDescriptionPublishMessageQueue.getMessageOrListen(String sessionId, IRequest request, IResponse response) Return message if any. -
Uses of IResponse in org.serviceconnector.scmp
Methods in org.serviceconnector.scmp with parameters of type IResponseModifier and TypeMethodDescriptionvoidHasFaultResponseException.setFaultResponse(IResponse response) Sets the fault response. -
Uses of IResponse in org.serviceconnector.service
Methods in org.serviceconnector.service with parameters of type IResponseModifier and TypeMethodDescriptionvoidReceivePublicationTimeout.setResponse(IResponse response) Sets the response.