com.francetelecom.admindm.stunclient
Interface ISTUNCLient


public interface ISTUNCLient

Author:
mpcy8647

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

start

void start(java.net.DatagramSocket pSocket)
Start the STUN client.

Parameters:
pSocket - socket to be used by the STUN client

stop

void stop()

Stop gracefully the STUN client.

The start method must be called in the past.


addMessage

void addMessage(byte[] message)

Add a new Stun message received from the datagram socket.

Parameters:
message - message


Copyright © 2011 FranceTelecom. All Rights Reserved.