Uses of Class
io.bytestreams.exchange.core.AbstractChannel
-
Uses of AbstractChannel in io.bytestreams.exchange.core
Subclasses of AbstractChannel in io.bytestreams.exchange.coreModifier and TypeClassDescriptionclassMultiplexedChannel<REQ,RESP> AClientChannelbacked by aTransportusing ID-based (multiplexed) correlation.classPipelinedChannel<REQ,RESP> AClientChannelbacked by aTransportusing positional (pipelined) correlation.classServerChannel<REQ,RESP> classAMultiplexedChannelwhere request and response types are the same (T=T), enabling bidirectional symmetric messaging on a single connection.