Package zmq.io.coder.v2
Interface V2Protocol
-
- All Superinterfaces:
V1Protocol
public interface V2Protocol extends V1Protocol
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMMAND_FLAGstatic intLARGE_FLAGstatic intVERSION-
Fields inherited from interface zmq.io.coder.v1.V1Protocol
MORE_FLAG
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
VERSION
static final int VERSION
- See Also:
- Constant Field Values
-
LARGE_FLAG
static final int LARGE_FLAG
- See Also:
- Constant Field Values
-
COMMAND_FLAG
static final int COMMAND_FLAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
java.lang.String toString()
- Specified by:
toStringin interfaceV1Protocol- Overrides:
toStringin classjava.lang.Object
-
-