Package zmq.io.coder.v2
Class V2Encoder
- java.lang.Object
-
- zmq.io.coder.EncoderBase
-
- zmq.io.coder.Encoder
-
- zmq.io.coder.v2.V2Encoder
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.ByteBuffer
tmpbufWrap
-
Fields inherited from class zmq.io.coder.Encoder
messageReady, sizeReady
-
Fields inherited from class zmq.io.coder.EncoderBase
inProgress
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
messageReady()
protected void
sizeReady()
-
-
-
Constructor Detail
-
V2Encoder
public V2Encoder(Errno errno, int bufsize)
-
-
Method Detail
-
messageReady
protected void messageReady()
- Specified by:
messageReady
in classEncoder
-
-