org.lastbamboo.common.ice
Interface UdpSocketListener


public interface UdpSocketListener

Listener for UDP socket events.


Method Summary
 void onUdpConnect(Socket sock)
          Called when an UDP socket has successfully connected.
 

Method Detail

onUdpConnect

void onUdpConnect(Socket sock)
Called when an UDP socket has successfully connected.

Parameters:
sock - The connected UDP socket.


Copyright © 2013 LittleShoot. All Rights Reserved.