Uses of Interface
zmq.io.coder.IDecoder
-
Packages that use IDecoder Package Description org.zeromq Provides high-level bindings for ØMQ.zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.coder zmq.io.coder.raw zmq.io.coder.v1 zmq.io.coder.v2 -
-
Uses of IDecoder in org.zeromq
Method parameters in org.zeromq with type arguments of type IDecoder Modifier and Type Method Description boolean
ZMQ.Socket. setDecoder(java.lang.Class<? extends IDecoder> cls)
Deprecated. -
Uses of IDecoder in zmq
Fields in zmq with type parameters of type IDecoder Modifier and Type Field Description java.lang.Class<? extends IDecoder>
Options. decoder
-
Uses of IDecoder in zmq.io
Fields in zmq.io declared as IDecoder Modifier and Type Field Description private IDecoder
StreamEngine. decoder
-
Uses of IDecoder in zmq.io.coder
Classes in zmq.io.coder that implement IDecoder Modifier and Type Class Description class
Decoder
class
DecoderBase
-
Uses of IDecoder in zmq.io.coder.raw
Classes in zmq.io.coder.raw that implement IDecoder Modifier and Type Class Description class
RawDecoder
-
Uses of IDecoder in zmq.io.coder.v1
Classes in zmq.io.coder.v1 that implement IDecoder Modifier and Type Class Description class
V1Decoder
-
Uses of IDecoder in zmq.io.coder.v2
Classes in zmq.io.coder.v2 that implement IDecoder Modifier and Type Class Description class
V2Decoder
-