SocketControlMessage.getMsgType

Returns the protocol specific type of the control message. For instance, for UNIX fd passing this would be SCM_RIGHTS. Since 2.22

class SocketControlMessage
int
getMsgType
()

Return Value

Type: int

an integer describing the type of control message

Meta