Package zmq.msg
Class MsgAllocatorDirect
- java.lang.Object
-
- zmq.msg.MsgAllocatorDirect
-
- All Implemented Interfaces:
MsgAllocator
public class MsgAllocatorDirect extends java.lang.Object implements MsgAllocator
-
-
Constructor Summary
Constructors Constructor Description MsgAllocatorDirect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Msg
allocate(int size)
-
-
-
Method Detail
-
allocate
public Msg allocate(int size)
- Specified by:
allocate
in interfaceMsgAllocator
-
-