A STUN binding response. More...
Additional Inherited Members | |
Static Public Member Functions inherited from fm.liveswitch.stun.Message | |
| static fm.liveswitch.stun.Message | createMessage (int method, fm.liveswitch.stun.MessageType messageType, fm.liveswitch.DataBuffer transactionId) |
| Creates a message. More... | |
| static int | getAllocateMethod () |
| Gets the allocate method. More... | |
| static int | getBindingMethod () |
| Gets the binding method. More... | |
| static int | getChannelBindMethod () |
| Gets the channel-bind method. More... | |
| static int | getConnectionAttemptMethod () |
| Gets the connection-attempt method. More... | |
| static int | getConnectionBindMethod () |
| Gets the connection-bind method. More... | |
| static int | getConnectMethod () |
| Gets the connect method. More... | |
| static int | getCreatePermissionMethod () |
| Gets the create-permission method. More... | |
| static int | getDataMethod () |
| Gets the data method. More... | |
| static byte[] | getMagicCookieBytes () |
| Gets the "magic cookie" bytes. More... | |
| static long | getMagicCookieValue () |
| Gets the "magic cookie" value. More... | |
| static int | getRefreshMethod () |
| Gets the refresh method. More... | |
| static int | getSendMethod () |
| Gets the send method. More... | |
| static fm.liveswitch.stun.Message | readFrom (fm.liveswitch.DataBuffer buffer) |
| Reads a fm.liveswitch.stun.Message instance from a buffer. More... | |
| static fm.liveswitch.stun.Message | readFrom (fm.liveswitch.DataBuffer buffer, int offset) |
| Reads a fm.liveswitch.stun.Message instance from a buffer. More... | |
| static fm.liveswitch.stun.Message | readFrom (fm.liveswitch.DataBuffer buffer, int offset, fm.liveswitch.IntegerHolder length) |
| Reads an fm.liveswitch.stun.Message instance from a buffer. More... | |
Protected Member Functions inherited from fm.liveswitch.stun.Message | |
| Message (fm.liveswitch.stun.MessageType messageType, fm.liveswitch.DataBuffer transactionId) | |
| Initializes a new instance of the fm.liveswitch.stun.Message class. More... | |
Static Protected Member Functions inherited from fm.liveswitch.stun.Message | |
| static fm.liveswitch.DataBuffer | generateTransactionId () |
| Generates a random transaction ID. More... | |
A STUN binding response.
| fm.liveswitch.stun.BindingResponse.BindingResponse | ( | fm.liveswitch.DataBuffer | transactionId, |
| boolean | success | ||
| ) |
Initializes a new instance of the fm.liveswitch.stun.BindingResponse class.
| transactionId | The transaction ID. |
| success | Whether the request was successful. |
