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