|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISTUNCLient
Method Summary | |
---|---|
void |
addMessage(byte[] message)
Add a new Stun message received from the datagram socket. |
void |
start(java.net.DatagramSocket pSocket)
Start the STUN client. |
void |
stop()
Stop gracefully the STUN client. |
Method Detail |
---|
void start(java.net.DatagramSocket pSocket)
pSocket
- socket to be used by the STUN clientvoid stop()
Stop gracefully the STUN client.
The start method must be called in the past.
void addMessage(byte[] message)
Add a new Stun message received from the datagram socket.
message
- message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |