com.aelitis.net.udp.mc
Interface MCGroupAdapter

All Known Implementing Classes:
AZInstanceManagerImpl, SSDPCore

public interface MCGroupAdapter


Method Summary
 void interfaceChanged(NetworkInterface network_interface)
           
 void log(Throwable e)
           
 void received(NetworkInterface network_interface, InetAddress local_address, InetSocketAddress originator, byte[] data, int length)
           
 void trace(String str)
           
 

Method Detail

received

void received(NetworkInterface network_interface,
              InetAddress local_address,
              InetSocketAddress originator,
              byte[] data,
              int length)

interfaceChanged

void interfaceChanged(NetworkInterface network_interface)

trace

void trace(String str)

log

void log(Throwable e)