Uses of Interface
com.iohao.net.framework.protocol.ResponseCollectExternal
Packages that use ResponseCollectExternal
Package
Description
CoreFramework - Communication
CoreFramework - Protocol
Aeron NetServer
-
Uses of ResponseCollectExternal in com.iohao.net.framework.communication
Methods in com.iohao.net.framework.communication that return ResponseCollectExternalModifier and TypeMethodDescriptionExternalCollectCommunication.callCollectExternal(ExternalRequestMessage message) default ResponseCollectExternalExternalCommunicationDecorator.callCollectExternal(int templateId) default ResponseCollectExternalExternalCommunicationDecorator.callCollectExternal(int templateId, byte[] payload) default ResponseCollectExternalExternalCommunicationDecorator.callCollectExternal(ExternalRequestMessage message) Methods in com.iohao.net.framework.communication that return types with arguments of type ResponseCollectExternalModifier and TypeMethodDescriptionExternalCollectCommunication.callCollectExternalFuture(ExternalRequestMessage message) default CompletableFuture<ResponseCollectExternal> ExternalCommunicationDecorator.callCollectExternalFuture(int templateId) default CompletableFuture<ResponseCollectExternal> ExternalCommunicationDecorator.callCollectExternalFuture(int templateId, byte[] payload) default CompletableFuture<ResponseCollectExternal> ExternalCommunicationDecorator.callCollectExternalFuture(ExternalRequestMessage message) Method parameters in com.iohao.net.framework.communication with type arguments of type ResponseCollectExternalModifier and TypeMethodDescriptiondefault voidExternalCommunicationDecorator.callbackCollectExternal(int templateId, byte[] payload, Consumer<ResponseCollectExternal> action) default voidExternalCommunicationDecorator.callbackCollectExternal(int templateId, Consumer<ResponseCollectExternal> action) default voidExternalCommunicationDecorator.callbackCollectExternal(ExternalRequestMessage message, Consumer<ResponseCollectExternal> action) default voidExternalCommunicationDecorator.callbackCollectExternal(ExternalRequestMessage message, Consumer<ResponseCollectExternal> action, Executor executor) -
Uses of ResponseCollectExternal in com.iohao.net.framework.protocol
Classes in com.iohao.net.framework.protocol that implement ResponseCollectExternal -
Uses of ResponseCollectExternal in com.iohao.net.server
Fields in com.iohao.net.server declared as ResponseCollectExternalModifier and TypeFieldDescriptionstatic final ResponseCollectExternalCommunicationAggregationErrorConst.responseCollectExternalEmptyMethods in com.iohao.net.server that return ResponseCollectExternalModifier and TypeMethodDescriptionDefaultCommunicationAggregation.callCollectExternal(ExternalRequestMessage message) Methods in com.iohao.net.server that return types with arguments of type ResponseCollectExternalModifier and TypeMethodDescriptionDefaultCommunicationAggregation.callCollectExternalFuture(ExternalRequestMessage message)