-
- All Known Implementing Classes:
BaseMsgHdr
public interface MsgHdr- Author:
- Bob McWhirter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CmsgHdrallocateControl(int dataLength)CmsgHdr[]allocateControls(int[] dataLengths)intgetControlLen()CmsgHdr[]getControls()intgetFlags()ByteBuffer[]getIov()StringgetName()voidsetFlags(int flags)voidsetIov(ByteBuffer[] buffers)voidsetName(String name)
-
-
-
Method Detail
-
setName
void setName(String name)
-
getName
String getName()
-
setIov
void setIov(ByteBuffer[] buffers)
-
getIov
ByteBuffer[] getIov()
-
setFlags
void setFlags(int flags)
-
getFlags
int getFlags()
-
allocateControl
CmsgHdr allocateControl(int dataLength)
-
allocateControls
CmsgHdr[] allocateControls(int[] dataLengths)
-
getControls
CmsgHdr[] getControls()
-
getControlLen
int getControlLen()
-
-