Uses of Interface
de.aristaflow.adept2.base.communication.CommunicationStack
Packages that use CommunicationStack
-
Uses of CommunicationStack in de.aristaflow.adept2.base.communication
Classes in de.aristaflow.adept2.base.communication that implement CommunicationStackModifier and TypeClassDescriptionclassCommunicationStackLayer<I,O, T, V> A class extending this class implements a layer within a communication stack handling requests and responses and it represents the communication stack consisting of this layer and all following layers.classProvides the base implementation for the last layer, i.Methods in de.aristaflow.adept2.base.communication that return CommunicationStackModifier and TypeMethodDescriptionCommunicationService.getSkeletonCommunicationStack()Returns the communication stack to be used by skeletons to handle client requests.CommunicationService.getStubCommunicationStack()Returns the communication stack to be used by stubs to send requests to remote services.Methods in de.aristaflow.adept2.base.communication with parameters of type CommunicationStackModifier and TypeMethodDescriptionIntercepts the communication processing and forwards it to the designated communication stack.Constructors in de.aristaflow.adept2.base.communication with parameters of type CommunicationStackModifierConstructorDescriptionCommunicationStackLayer(CommunicationStack<T, V> delegate, LogService logService) Sets up this communication stack layer and sets the successor within the communication stack this communication stack layer is assigned to.