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