A generic STUN allocate message. More...
Public Member Functions | |
AllocateMessage (fm.liveswitch.stun.MessageType messageType, fm.liveswitch.DataBuffer transactionId) | |
Initializes a new instance of the fm.liveswitch.stun.turn.AllocateMessage class. More... | |
int | getMethod () |
Gets the method. More... | |
Additional Inherited Members |
A generic STUN allocate message.
fm.liveswitch.stun.turn.AllocateMessage.AllocateMessage | ( | fm.liveswitch.stun.MessageType | messageType, |
fm.liveswitch.DataBuffer | transactionId | ||
) |
Initializes a new instance of the fm.liveswitch.stun.turn.AllocateMessage class.
messageType | The type of the message. |
transactionId | The transaction ID. |
int fm.liveswitch.stun.turn.AllocateMessage.getMethod | ( | ) |
Gets the method.
Reimplemented from fm.liveswitch.stun.Message.