Package zmq.io.coder.v1
Class V1Encoder
- java.lang.Object
-
- zmq.io.coder.EncoderBase
-
- zmq.io.coder.Encoder
-
- zmq.io.coder.v1.V1Encoder
-
-
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
-
V1Encoder
public V1Encoder(Errno errno, int bufsize)
-
-
Method Detail
-
messageReady
protected void messageReady()
- Specified by:
messageReady
in classEncoder
-
-