Uses of Interface
com.swiftmq.net.protocol.ChunkListener
-
Packages that use ChunkListener Package Description com.swiftmq.net.client com.swiftmq.net.protocol com.swiftmq.net.protocol.raw com.swiftmq.net.protocol.smqp com.swiftmq.swiftlet.net -
-
Uses of ChunkListener in com.swiftmq.net.client
Classes in com.swiftmq.net.client that implement ChunkListener Modifier and Type Class Description classBlockingConnectionclassIntraVMConnection -
Uses of ChunkListener in com.swiftmq.net.protocol
Methods in com.swiftmq.net.protocol with parameters of type ChunkListener Modifier and Type Method Description voidProtocolInputHandler. setChunkListener(ChunkListener listener)Set the ChunkListener. -
Uses of ChunkListener in com.swiftmq.net.protocol.raw
Methods in com.swiftmq.net.protocol.raw with parameters of type ChunkListener Modifier and Type Method Description voidRawInputHandler. setChunkListener(ChunkListener listener) -
Uses of ChunkListener in com.swiftmq.net.protocol.smqp
Methods in com.swiftmq.net.protocol.smqp with parameters of type ChunkListener Modifier and Type Method Description voidSMQPInputHandler. setChunkListener(ChunkListener listener) -
Uses of ChunkListener in com.swiftmq.swiftlet.net
Subinterfaces of ChunkListener in com.swiftmq.swiftlet.net Modifier and Type Interface Description interfaceIntraVMServerEndpoint
-