Uses of Interface
com.iohao.net.framework.protocol.Response
Packages that use Response
Package
Description
CoreFramework - Communication
CoreFramework - Protocol
Aeron NetServer
-
Uses of Response in com.iohao.net.framework.communication
Methods in com.iohao.net.framework.communication that return ResponseModifier and TypeMethodDescriptiondefault Responsedefault Responsedefault Responsedefault Responsedefault Responsedefault Responsedefault Responsedefault Responsedefault ResponseLogicCallCommunicationDecorator.call(RequestMessage message) LogicCommunication.call(RequestMessage message) default ResponseLogicCallCommunicationDecorator.callListBool(CmdInfo cmdInfo, List<Boolean> dataList) default ResponseLogicCallCommunicationDecorator.callListInt(CmdInfo cmdInfo, List<Integer> dataList) default ResponseLogicCallCommunicationDecorator.callListLong(CmdInfo cmdInfo, List<Long> dataList) default ResponseLogicCallCommunicationDecorator.callListString(CmdInfo cmdInfo, List<String> dataList) Methods in com.iohao.net.framework.communication that return types with arguments of type ResponseModifier and TypeMethodDescriptiondefault CompletableFuture<Response> LogicCallCommunicationDecorator.callFuture(CmdInfo cmdInfo) default CompletableFuture<Response> LogicCallCommunicationDecorator.callFuture(CmdInfo cmdInfo, boolean data) default CompletableFuture<Response> LogicCallCommunicationDecorator.callFuture(CmdInfo cmdInfo, byte[] data) default CompletableFuture<Response> LogicCallCommunicationDecorator.callFuture(CmdInfo cmdInfo, int data) default CompletableFuture<Response> LogicCallCommunicationDecorator.callFuture(CmdInfo cmdInfo, long data) default CompletableFuture<Response> LogicCallCommunicationDecorator.callFuture(CmdInfo cmdInfo, Object data) default CompletableFuture<Response> LogicCallCommunicationDecorator.callFuture(CmdInfo cmdInfo, String data) default CompletableFuture<Response> LogicCallCommunicationDecorator.callFuture(CmdInfo cmdInfo, List<?> dataList) default CompletableFuture<Response> LogicCallCommunicationDecorator.callFuture(RequestMessage message) LogicCommunication.callFuture(RequestMessage message) default CompletableFuture<Response> LogicCallCommunicationDecorator.callFutureListBool(CmdInfo cmdInfo, List<Boolean> dataList) default CompletableFuture<Response> LogicCallCommunicationDecorator.callFutureListInt(CmdInfo cmdInfo, List<Integer> dataList) default CompletableFuture<Response> LogicCallCommunicationDecorator.callFutureListLong(CmdInfo cmdInfo, List<Long> dataList) default CompletableFuture<Response> LogicCallCommunicationDecorator.callFutureListString(CmdInfo cmdInfo, List<String> dataList) Method parameters in com.iohao.net.framework.communication with type arguments of type ResponseModifier and TypeMethodDescriptiondefault voiddefault voiddefault voiddefault voiddefault voiddefault voiddefault voiddefault voidLogicCallCommunicationDecorator.callback(CmdInfo cmdInfo, List<?> dataList, Consumer<Response> action) default voidLogicCallCommunicationDecorator.callback(RequestMessage message, Consumer<Response> action) default voidLogicCallCommunicationDecorator.callback(RequestMessage message, Consumer<Response> action, Executor executor) default voidLogicCallCommunicationDecorator.callbackListBool(CmdInfo cmdInfo, List<Boolean> dataList, Consumer<Response> action) default voidLogicCallCommunicationDecorator.callbackListInt(CmdInfo cmdInfo, List<Integer> dataList, Consumer<Response> action) default voidLogicCallCommunicationDecorator.callbackListLong(CmdInfo cmdInfo, List<Long> dataList, Consumer<Response> action) default voidLogicCallCommunicationDecorator.callbackListString(CmdInfo cmdInfo, List<String> dataList, Consumer<Response> action) -
Uses of Response in com.iohao.net.framework.protocol
Classes in com.iohao.net.framework.protocol that implement ResponseModifier and TypeClassDescriptionfinal classfinal classUserResponseMessageMethods in com.iohao.net.framework.protocol that return types with arguments of type Response -
Uses of Response in com.iohao.net.server
Methods in com.iohao.net.server that return ResponseMethods in com.iohao.net.server that return types with arguments of type ResponseModifier and TypeMethodDescriptionDefaultCommunicationAggregation.callFuture(RequestMessage message) protected CompletableFuture<Response> DefaultCommunicationAggregation.ofErrorFuture(ErrorInformation errorInformation)